router.management.commands package¶
Submodules¶
router.management.commands.import_scldirectory module¶
Import a Deutsche Bundesbank SEPA-Clearer SCL-Directory file of routing and reachability data.
-
class
router.management.commands.import_scldirectory.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]¶ Bases:
django.core.management.base.BaseCommand-
handle(*args, **options)[source]¶ Read the SCL-Directory XML file with PyXB bindings for the rocs.001.001.006 format, mangle the data records a bit, and create a SepaRoute in the database for each routing entry from the XML.
-
help= 'Import an SCL-Directory data file as XML'¶
-
router.management.commands.import_separouting module¶
Import a SWIFTRef ‘SEPAROUTING’ V3 file to the Router.
-
class
router.management.commands.import_separouting.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]¶ Bases:
django.core.management.base.BaseCommand-
handle(*args, **options)[source]¶ Read the ‘SEPAROUTING’ XML file with PyXB bindings, mangle the data records a bit, and create a SepaRoute in the database for each routing entry from the XML.
-
help= "Import a 'SEPAROUTING' data file as XML"¶
-
router.management.commands.import_tipsreach module¶
Import the TARGET Instant Payment Settlement (TIPS) payment system ‘participants and reachable parties’ datafile as an Excel file. Note that this is the informational reach table available from the ECB and not the official TIPS Directory that would be used for production routing.
-
class
router.management.commands.import_tipsreach.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]¶ Bases:
django.core.management.base.BaseCommand-
handle(*args, **options)[source]¶ Read the TARGET Instant Payment Settlement (TIPS) payment system informative participants and reachable parties datafile. Useful for illustrating the reach of TIPS, but not for production payments routing purposes. For this the actual TIPS Directory available to participants from the ECB should be used.
- Todos:
Avoid creating duplicate entries on multiple runs
-
help= 'Import an TIPS reach table as Excel'¶
-