# Replication

This module calculates linear replication following [this paper](https://jasminah.com/Papers/hasanhodzic_lo07b.pdf)'s method.\
In short, this method applies the regression model without the interception term and uses the estimated coefficient as the weights of replicated assets. There are a few options for users to adjust:

* *Weights sum to 1*: generally, the sum of coefficients (weights) should equal to 1 in the replication regression. If not, then the remaining weight is allocated to the risk-free asset.
* *Short-selling constraints*: usually, the replicated assets cannot take short positions.
* *Volatility adjustment*: please refer to the paper linked above for more details on this option.


---

# 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.nuvolos.com/help-and-reference/application-reference/invelab/modules/replication.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.
