# Copying a Derivative

The copy function is useful for recurring derivative structures — for example, a monthly bunker hedge with the same counterpart — where re-entering all details from scratch would be inefficient.

#### How to Copy

1. In the Derivatives grid, locate the derivative to copy.
2. Select **Copy** from the row menu.
3. A new derivative is created immediately with status **Draft** and opens in the drawer.
4. Update the fields as needed — particularly the contract date and line period dates.

#### What Is and Is Not Copied

|              | What happens                                                                 |
| ------------ | ---------------------------------------------------------------------------- |
| ✅ Copied     | Derivative header fields (type, agreement type, counterpart, terms, package) |
| ✅ Copied     | All derivative lines (period dates, quantities, measurements)                |
| ✅ Copied     | Commissions                                                                  |
| ❌ Not copied | Voyage allocations — all links to voyages are excluded                       |
| ❌ Not copied | Status — the copy always starts as Draft                                     |

> The new derivative has no voyage links. Voyages must be allocated to the lines manually after copying.


---

# 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.dataloy.com/voyage-management-system/step-by-step-guides/finance/derivatives/copying-a-derivative.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.
