Skip to content

Commit

Permalink
docs: add page on INITIAL_DATA_DIRECTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Dec 13, 2024
1 parent fa3cf00 commit 7742867
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_data/docs-menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@
link: /runbook/
- name: Prometheus metrics
link: /metrics/
- name: Caching Data Files
link: /cache-data-files/
42 changes: 42 additions & 0 deletions docs/cache-data-files.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: page
title: Caching Data Files
hide_hero: true
show_sidebar: false
menubar: docs-menu
---

# Caching Data Files

Watchman supports sourcing data files from the local filesystem and falling back to the remote servers when local files do not exist. This is helpful for flakey servers or when operating a large number of Watchman instances.

By setting `INITIAL_DATA_DIRECTORY` to a local directory Watchman will look for the following files.

**OFAC**

- `add.csv` - Address
- `alt.csv` - Alternate ID
- `sdn.csv` - Specially Designated National
- `sdn_comments.csv` - Specially Designated National Comments

Download the files from [Data Center - SDN List](https://sanctionslist.ofac.treas.gov/Home/SdnList)

**US Consolidated Screening List**

- `csl.csv` - US Consolidated Screening List
- `dpl.txt` - US Denied Persons List

Download the [US Consolidated Screening List](https://www.trade.gov/consolidated-screening-list)

**EU Consolidated Screening List**

- `eu_csl.csv` - EU Consolidated Screening List

Download the [EU Consolidated Screening List](https://data.europa.eu/data/datasets/consolidated-list-of-persons-groups-and-entities-subject-to-eu-financial-sanctions?locale=en)

**UK Consolidated Screening List**

- `ConList.csv` - UK Consolidated Screening List
- `UK_Sanctions_List.ods` - UK Sanctions List

Download the [UK Consolidated Screening List](https://www.gov.uk/government/publications/financial-sanctions-consolidated-list-of-targets/consolidated-list-of-targets#contents) and the [UK Sanctions List](https://www.gov.uk/government/publications/the-uk-sanctions-list)

0 comments on commit 7742867

Please sign in to comment.