Skip to content

Instantly share code, notes, and snippets.

@jmiehau
Last active April 13, 2018 21:03
Show Gist options
  • Save jmiehau/c6b1fa7489bfe85b75e593795b2b46e9 to your computer and use it in GitHub Desktop.
Save jmiehau/c6b1fa7489bfe85b75e593795b2b46e9 to your computer and use it in GitHub Desktop.
JPMORGAN_CDV_BAN
# Added 4/11/18 by Brittanie, Anne & Jorge
JPMORGAN_CDV_BAN = {
'name': 'JPMORGAN_CDV_BAN',
'action': 'fraud_restrict',
'criteria': {
'giact_result': [
'giact_customer_results_ca01',
'giact_customer_results_ca21'
],
'us_bank_names': [
'us_bank_name_jpmorgan_chase',
'us_bank_name_td_bank_na'
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment