# Broker business inventory management

{% hint style="info" %}
This page illustrates how to utilize the **Broker Inventory** module, including selection of cost valuation methods, managing crypto buy/sell records, performing fair value calculations, and exporting the relevant data.
{% endhint %}

## 1. Accessing the Broker Inventory module

1. From the project homepage, navigate to the **Valuation** page
2. On the **Valuation** page, select the **Broker Inventory** tab.

<figure><img src="https://3801373389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZpsCLWkj8gJHSSvPWpHg%2Fuploads%2FheKn4bNhu0vHefBRsXkl%2Fimage.png?alt=media&#x26;token=8fafd205-6307-434c-af86-6f022909c551" alt=""><figcaption></figcaption></figure>

## 2. Adjusting Cost Basis methods

1. Click on the "Cost Basis Method" on the upper right corner of the page.&#x20;

   <figure><img src="broken-reference" alt=""><figcaption></figcaption></figure>
2. You can select from First In First Out, Weighted Average, or Specified ID methods.
3. When using the specified ID method, you can configure suitable rules.

   <figure><img src="broken-reference" alt=""><figcaption></figcaption></figure>

## 3. Broker Inventory calculation and bookkeeping

1. **Purchase:** Records journal entries, purchasing price, and quantity related to cryptocurrency purchases.

   <figure><img src="broken-reference" alt=""><figcaption></figcaption></figure>
2. **Inventory:** Records the remaining quantity and cost of the cryptocurrency inventory.

   <figure><img src="broken-reference" alt=""><figcaption></figcaption></figure>
3. **Sales**: Records journal entries related to cryptocurrency sales and associated inventory records.

   <figure><img src="broken-reference" alt=""><figcaption></figcaption></figure>

## 4. Executing the Fair Value calculation

1. Click the "Recalculate" button in the upper right corner to execute the fair value adjustment calculations.

## 5. Exporting the Fair Value calculations table

1. Click on the "Export" button on the right side to export the desired calculation tables.


---

# 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.elven.com/v3/assets-and-valuations/broker-business-inventory-management.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.
