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

# Total Addressable Market (CSV)

> For customers with this module, we support the following bulk import specs:

### Total Addressable Market (TAM)

This import is meant to capture estimated per acre value, broken down by product category and year

***Required fields***

* **price\_per\_acre** - Unit value per acre price, in USD (Example: 104.31, *do not* include any formatting such as currency symbol \$, etc.)
* **year** - 4-digit year (Example: 2025)
* **category** - Platform designated product categories, must be one of:
  * crop\_nutrition
  * crop\_nutrition\_nh3
  * crop\_nutrition\_phosphate
  * crop\_nutrition\_potash
  * crop\_nutrition\_uan
  * crop\_nutrition\_urea
  * crop\_protection
  * farm\_services
  * fungicides
  * herbicides
  * insecticides
  * seed
  * seed\_coating

***Optional fields***

* **county\_geoid** - 5-digit county FIPs code, setting price for a specific county
* **state\_geoid** - 2-digit state FIPs code, setting price for a specific state
* **crop\*** - Commodity code, see list of [supported commodity codes in this CSV](/assets/commodity-codes.csv); used if product has variable value depending on the crop commodity

If both ***county\_geoid*** and ***state\_geoid*** are provided, first 2 digits of the county geoid must match state geoid. If neither ***county\_geoid*** or ***state\_geoid*** are provided, price will be universal across the entire nation.

\* List of commodities based on USDA NASS reported crop commodities; reach out to [support@camo.ag](mailto:support@camo.ag) to request missing additions.
***Example***

| price\_per\_acre | year | category        | county\_geoid | state\_geoid | crop |
| ---------------- | ---- | --------------- | ------------- | ------------ | ---- |
| 104.31           | 2025 | seed            | 17019         | 17           | corn |
| 88.50            | 2025 | herbicides      |               | 17           |      |
| 42.00            | 2025 | crop\_nutrition |               |              |      |

The first row prices seed for corn in a single county, the second prices herbicides statewide, and the third applies nationally.
