> For the complete documentation index, see [llms.txt](https://davidlee1203.gitbook.io/bonus-coupon-note/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://davidlee1203.gitbook.io/bonus-coupon-note/master.md).

# Bonus Coupon Note

**Equity-Linked Bonus Coupon Note Valuation**

A bonus coupon note, also referred to as coupon growth note or bonus enhanced note or basket coupon note, is an equity-linked note that provides guaranteed coupons over the life of the note with potential for a bonus coupon based on the underlying asset trading above a specified barrier level.

The note pays a series of coupons based on the weighted performance of all assets in the basket on each Coupon Determination Date. The coupons are usually capped and floored.

There is also a barrier. if on any barrier observation date, the performance of any asset in the basket exceeds the ‘digital barrier’, its performance is replaced by a digital coupon.

If the performance of ALL assets in the basket hit or exceed the bonus barrier on a coupon determination date, the equity-linked coupon above is instead replaced by a fixed Bonus coupon.

The equity-linked bonus coupon notes typically benefit investors who are moderately bullish the short-term prospects of particular shares or index and who are looking for a guaranteed cash flow. Investors feel also comfortable being put stock at maturity if the asset price is below the strike.

Unlike fixed coupon note, bonus coupon note does not have knock out feature and coupon is not flat.

Due to the complexity of the payoff structure, the note is normally priced via Monte Carlo simulation.

Reference:

<https://finpricing.com/lib/EqConvertible.html>


---

# 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://davidlee1203.gitbook.io/bonus-coupon-note/master.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.
