> For the complete documentation index, see [llms.txt](https://docs.xyb.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyb.co/credit/use-case-tutorials/nordic-revolving-credit-line-overview/managing-sub-contracts-and-terms-in-nordic-credit-line.md).

# Managing Sub-Contracts and Terms in Nordic Credit Line

Once a **main credit facility** is created under the **Nordic Revolving Credit** product, users can create and manage **sub-contracts,** each representing an individual drawdown with its own terms and repayment schedule.

This guide explains how to manage sub-contracts and contract term changes throughout the lifecycle.

***

**1. Understanding the Parent–Child Contract Structure**

* **Main contract**: Holds the overall credit limit, schedule framework, and product terms.
* **Sub-contracts**: Represent disbursed amounts (withdrawals) under the main limit; each has its own schedule and terms but inherits key logic from the main contract.<br>

***

**2. Viewing Sub-Contracts**

* Navigate to the parent contract’s **Overview** page.
* Scroll to **Related Sub-Contracts** to see all drawdowns (e.g., Contract 0060, 0061).<br>

  <figure><img src="https://689052484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3cyJXtDL0DgAGdkhCKYE%2Fuploads%2FTzOlnvdSIWesKQucBQ1W%2Fimage.png?alt=media&amp;token=3596fdb5-cc3a-48c0-a1df-a8f5a9c448ba" alt=""><figcaption></figcaption></figure>
* Each sub-contract includes amount, limit, schedule, and currency.
* Clicking into a sub-contract opens detailed terms and allows further changes.

***

**3. Managing Term Changes**

You can apply changes to active sub-contracts using the **New Term** button:<br>

<figure><img src="https://689052484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3cyJXtDL0DgAGdkhCKYE%2Fuploads%2F70ejGZod1akfFL8q5VHh%2Fimage.png?alt=media&amp;token=ed2f83fc-edc7-401f-8688-7c8ebed916bd" alt=""><figcaption></figcaption></figure>

1. Click **New Term**.
2. Choose change type and reason (e.g., “Payment holiday” > “promo”).
3. Set the **term start**, **end**, and **signing date**.
4. Add early payment amount (if applicable).
5. Submit the term change.

***

**4. Post-Term Change Workflow**

After a term change is submitted:

* The sub-contract status becomes **Passive** again.
* You must **approve**, **sign**, and **activate** the updated contract.

***

**5. Editing Contract Terms (Optional)**

From the contract view, you can click **Edit** to:

* Adjust the limit
* Change schedule settings
* Update interest terms

Once edited, follow the same workflow: save > sign > activate.

***

**6. System Validations**

* The system checks the **remaining main contract limit** before allowing new sub-contracts.
* When repayments are made, the main contract’s available limit is automatically restored.
* Fees configured at the product level should auto-apply to sub-contracts, but manual verification is recommended.


---

# 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.xyb.co/credit/use-case-tutorials/nordic-revolving-credit-line-overview/managing-sub-contracts-and-terms-in-nordic-credit-line.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.
