---
title: "numeric-finance"
slug: "numeric-finance-parser"
updated: 2022-07-27T17:28:27Z
published: 2022-07-27T17:28:27Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://code.tag.bio/llms.txt
> Use this file to discover all available pages before exploring further.

# numeric-finance

The *numeric-finance* **parser** will load data from a column in a source data table and map values to other values before producing a numeric **variable** within a **collection**.

It inherits attributes and behaviors from its parent: **parser** - *numeric*.

The *numeric-finance* **parser** will parse column values and consider numbers within parentheses to be negative.

```
{
  "parser_type": "numeric-finance",
  "column": "cccc",
  "collection": "collection_name",
  "variable": "variable_name"
}
```
