> For the complete documentation index, see [llms.txt](https://docs.fiinpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fiinpro.com/english/market/covered-warrant/cw-details.md).

# CW Details

Providing tools to calculate break-even point and warrant price over time, calculate the profit/loss of the warrant corresponding to the price of the underlying security at the expiration date.&#x20;

{% hint style="info" %}
*Break-even point, fair value of Covered Warrant is calculated in real time, helping investors make timely and accurate decisions in real time.*
{% endhint %}

&#x20;

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

**Overview**

&#x20;

Display general information about the warrant, such as the execution time, conversion ratio, issuer... **The warrant price** displays a value less than 0, indicating the depth of the warrant price compared to the trading value on the market. At the expiring time, the minimum value of the warrant is 0.

&#x20;

**Break-even Point Chart**&#x20;

Including a chart of value of the underlying stock and the break-even price **at that time**. The break-even price is calculated in real time and updated continuously for investors to follow. Note that the warrant exercise price is based on the average trading price of the last 05 sessions before the warrant expires.

&#x20;

*Break-even Point = Exercise Price (adjusted if any) + CW Price \* Conversion Ratio (adjusted if any)*


---

# 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://docs.fiinpro.com/english/market/covered-warrant/cw-details.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.
