# Importing Series

This article explains **Importing Series** for variables in Model Reef.

You will learn:

* How imported series become variables.
* How to map imported data to types, categories and branches.
* How imported series interact with manual edits and forecasts.

Imports are a primary way to populate variables with historical actuals and baseline assumptions.

***

## 1. Import sources

Series can be imported from:

* PDF and Excel financials.
* CSV files.
* Xero and QuickBooks chart of accounts and actuals.
* Stock ticker fundamentals.
* Other API or data feeds where supported.

The Import pipeline converts these into Data Library entries and variables.

***

## 2. Mapping imported lines

During import you will:

{% stepper %}
{% step %}

### Review detected or imported lines

Inspect the lines that the importer detected or that you uploaded.
{% endstep %}

{% step %}

### Map each line

Assign each line to the appropriate metadata:

* Variable type.
* Category and subcategory.
* Branch.
* Units and frequency.
  {% endstep %}

{% step %}

### Confirm or adjust suggested variable names

Accept or modify the suggested variable names before finalizing the import.
{% endstep %}
{% endstepper %}

Model Reef then creates variables that reference the imported series.

***

## 3. Data Library and variables

Imported series are stored in the **Data Library** as time series entries.

* Variables are created that reference these entries.
* Editing the Data Library entry updates all variables that use it.
* You can reclassify or rename entries centrally if needed.

This separation keeps imported data and variable behaviour manageable at scale.

***

## 4. Historical actuals and forecast periods

Imports usually provide **historical actuals** for past periods.

Model Reef then:

* Uses these actuals directly in P\&L, Balance Sheet and Cashflow for those periods.
* Applies default or configured forecast rules for future periods, which you can refine using drivers, presets or manual edits.

You can see where history ends and forecast begins in charts and statements.

***

## 5. Updating imported series

When source data changes, for example after a new Xero or QuickBooks sync:

* The imported series in the Data Library is updated.
* Linked variables automatically reflect the new history.
* Forecast logic remains unchanged unless you explicitly modify it.

This provides a stable bridge between live actuals and forward looking assumptions.

***

## 6. Manual overrides of imported series

You may want to override imported values in some cases:

* Adjust for restatements or corrections.
* Apply pro forma adjustments for transactions.
* Smooth noisy series for planning purposes.

Options include:

* Editing the Data Library series directly.
* Creating separate adjustment variables that sit on top of imported lines.
* Using drivers and formulas to build forecast overlays rather than editing history.

Choose the approach that best fits your audit and reporting requirements.

***

## Related articles

* [Common Size Mode](/syntax/chart-and-table-syntax/common-size-mode.md)
* [Creating Scenarios](/syntax/scenario-syntax/creating-scenarios.md)
* [Importing & Data Inputs](/help/importing-and-data-inputs.md)
* [Build a Multi Scenario Valuation Pack](/how-tos/valuation/build-a-multi-scenario-valuation-pack.md)


---

# 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://help.modelreef.io/syntax/variables-syntax/importing-series.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.
