# Valuation & Relevant Products

Molecule's valuation engine performs 100+ calculations for each trade, every day. Trades have dozens of possible permutations as to how the engine treats them; everything from balmo calculations, to option valuation, to block conversions. Molecule hides much of this complexity behind a simple concept: Relevant Products.

### Relevant for a Trade <a href="#relevant_for_a_trade" id="relevant_for_a_trade"></a>

#### Simple Valuation

**The Relevant Products for a trade are the ones for whom market data arrival should trigger valuation.** In other words, if a trade has this relevant Product, uploading market data with this ticker will trigger this trade's valuation (on its trade date, its expiry, and every day in between):

<figure><img src="https://files.helpdocs.io/56bu62syz9/articles/74ne43bpg2/1703626283744/image.png" alt=""><figcaption></figcaption></figure>

#### Option Valuation

Options add a (very light) layer of complexity.

Given a NYMEX crude option, the arrival of market data with any of these tickers will trigger this trade's valuation (note that LO prices and volatilities are accepted, and the system decides whether to imply a volatility or option price). On expiry, just the CL will be used. The Product LO is configured to use it to determine exercise status:

<figure><img src="https://files.helpdocs.io/56bu62syz9/articles/74ne43bpg2/1703626401726/image.png" alt=""><figcaption></figcaption></figure>

The above is an example of Relevant Products that are part of the main Product's configuration. In this instance, the fact that CL is used for exercise is part of the LO Product's configuration, maintained by the Molecule team.

#### More Complex Valuations

In other scenarios, a trade will expect other sets of Relevant Products.

For an FTR:

* Trade Product: for forward marking
* Source Product: for settlement
* Sink Product: for settlement

For a formula-priced bilateral trade:

* Trade Product
* Any Products in the trade's formula price (used for Exposures)
* The Product used to mark the trade (and any products used in building the curve for this mark; also for Exposures)

#### Relevant for the Account <a href="#relevant_for_the_account" id="relevant_for_the_account"></a>

The combination of all Products, on all Trades (and Assets, and Market Data) used for your Account is shown on the Products screen, at Settings/Products. This list is built dynamically:

<figure><img src="https://files.helpdocs.io/56bu62syz9/articles/74ne43bpg2/1703628578933/image.png" alt=""><figcaption></figcaption></figure>

The Products listed on the Products screen are the ones for which Molecule will listen for market data. You can upload market data for other Products, but they will not affect valuations in your account until you have Trades that need them.


---

# 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://help.molecule.io/core-functionality/day-to-day-use/valuation-and-relevant-products.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.
