Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BIS - Denied Persons List to search #95

Closed
wadearnold opened this issue Jul 9, 2019 · 2 comments · Fixed by #96
Closed

Add BIS - Denied Persons List to search #95

wadearnold opened this issue Jul 9, 2019 · 2 comments · Fixed by #96
Labels
enhancement New feature or request question Further information is requested

Comments

@wadearnold
Copy link
Member

The Bureau of Industry and Security (BIS) of the U.S. Department of Commerce is responsible for the regulation of exports for national security, foreign policy, and nonproliferation reasons, as well as the enforcement of those regulations. The BIS Denied Persons List (formerly known as the Denial Orders List or the DOL List) lists individuals who have been denied export privileges in whole or in part. BIS Denied Person list is a key list to be scanned against in order to comply with the USA PATRIOT Act.

In addition to enforcing the Export Administration Regulations (EAR), BIS export compliance administers several restricted party lists that apply to export and reexport transactions. BIS maintains three restricted party lists: the Denied Persons List, the Entity List and the Unverified List.

BIS lists, which change frequently, include:

  • BIS Denied Persons List download
    The BIS Denied Persons List includes the names of individuals and companies that have been denied export privileges by BIS, usually due to a violation of U.S. export control laws. U.S. persons and companies are generally prohibited from engaging in export transactions with parties named on the Denied Persons List.

  • BIS Entity List
    The BIS Entity List identifies the names of companies, individuals, government agencies and research institutions that trigger export and reexport license requirements. U.S. companies need to ensure that the appropriate export licenses are in place before proceeding with transactions with parties on the BIS Entity List.

  • BIS Unverified List
    This list includes the names of foreign parties that BIS have been unable to conduct a pre-license check or post-shipment verification. Potential transactions with parties on the Unverified List are a “red flag” that must be addressed and resolved before proceeding with the export.


Adding BIS Denied Persons list expands the scope of this project from OFAC to identity verification. Competitive products in the market that are sold as OFAC checks usually include additional public lists that augment the OFAC check by starting with the OFAC’s SDN lsit and then searching

  • BIS Denied Persons
  • FBI’s Most Wanted List
  • Debarred Parties list
  • Death Master File

All lists are used to help verify the identity of the sending or receiving company

@wadearnold wadearnold added enhancement New feature or request question Further information is requested labels Jul 9, 2019
@atonks2
Copy link
Contributor

atonks2 commented Jul 9, 2019

This PR adds the BIS Denied Persons List: #96

@adamdecaf
Copy link
Member

This will be released in v0.9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants