> For the complete documentation index, see [llms.txt](https://docs.dataloy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataloy.com/release-8.28/voyage-management-system/step-by-step-guides/master-data/vessel-types/maintain-opex-on-a-vessel-type.md).

# Maintain OPEX on a Vessel Type

Vessel Type records carry a list of default OPEX lines. These represent the standard running cost structure for all vessels of that type and serve as the baseline that is stamped onto voyages when a vessel of this type is assigned.

***

### Opening the OPEX List

Navigate to the Vessel Type. The Default OPEX list is displayed within the Vessel Type drawer.

***

### Adding an OPEX Line

**1. Click Create** in the Default OPEX section.

**2. Enter the required fields:**

| Field                     | Description                                                                                                  |
| ------------------------- | ------------------------------------------------------------------------------------------------------------ |
| **Opex Cost Code**        | Reporting code for this cost category. Used for consistent reporting across vessel types and vessels.        |
| **Opex Cost Description** | Name of the cost category, e.g. "Crewing", "Lube Oil", "Insurance".                                          |
| **Daily Rate**            | Cost per day in the OPEX currency.                                                                           |
| **Currency**              | Currency of the rate. Defaults to the company currency. \[⚠ inferred — confirm default]                      |
| **From Date**             | Start of the validity period for this rate.                                                                  |
| **To Date**               | End of the validity period. Leave blank if the rate is open-ended. \[⚠ inferred — confirm if blank is valid] |
| **Stock Account**         | Accounting stock account for posting.                                                                        |
| **Cost Account**          | Accounting cost account for document lines.                                                                  |
| **Comment**               | Optional free text.                                                                                          |

**3. Save.** The line is added to the list.

***

### Editing an OPEX Line

All columns are editable directly in the list, except the Opex Cost Code column, which is read-only once created.

***

### Deleting an OPEX Line

Select the line and click Delete. Deleting a line from the Vessel Type does not affect OPEX lines already stamped onto existing vessels or voyages.


---

# 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:

```
GET https://docs.dataloy.com/release-8.28/voyage-management-system/step-by-step-guides/master-data/vessel-types/maintain-opex-on-a-vessel-type.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.
