Add "Open Data" data set

Issue #7 wontfix
Nat Sakimura created an issue

OBI requirements from Dave Tonge.

  • Get ATM for the bank (location)
  • Get Branches for the bank
  • Get products offered by the bank

Something like:

/branches --> returns an array of branch objects {bank_name, bank_id, branch_name, branch_id, street_address, phone, GPS} etc. /atms --> returns an array of atms objects {bank_name, atm_name, atm_id, street_address, phone, GPS, supported_cards, fees, etc. } /products --> returns an array of products

Anoop suggested to extend DDA "Capability" object. Will have to see.

Comments (7)

  1. Anoop Saxena

    After got more details and it is good idea to keep this entity separate as it relates to bank domain entity vs where as capability entities is to get service details.

    /branches /atms /products

    if any existing examples available interm of data element to cover will be helpful ... as this use case not that prominent in US market not much visibility on data set. Will wait for Henrik to share examples.

  2. Dave Tonge

    @Nat looking through the draft API response for products I think we should consider normalising the Category, Family, and SuperFamily with the AccountType and AssetClass from the DDA.

  3. Log in to comment