Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop' into feature/add-version-info
Browse files Browse the repository at this point in the history
  • Loading branch information
adelosa committed Mar 13, 2016
2 parents 07dc3bb + bda6e94 commit d6cd223
Showing 1 changed file with 87 additions and 3 deletions.
90 changes: 87 additions & 3 deletions mciutil/cli/mideu.yml
Expand Up @@ -23,6 +23,26 @@ bit_config:
field_type: FIXED
field_length: 12
field_python_type: long
5:
field_name: Amount, Reconciliation
field_type: FIXED
field_length: 12
field_python_type: long
6:
field_name: Amount, Cardholder billing
field_type: FIXED
field_length: 12
field_python_type: long
9:
field_name: Conversion rate, Reconciliation
field_type: FIXED
field_length: 8
field_python_type: long
10:
field_name: Conversion rate, Cardholder billing
field_type: FIXED
field_length: 8
field_python_type: long
12:
field_name: Date/Time local transaction
field_type: FIXED
Expand Down Expand Up @@ -53,12 +73,20 @@ bit_config:
field_type: FIXED
field_length: 4
field_python_type: int
30:
field_name: Amounts, original
field_type: FIXED
field_length: 24
31:
field_name: Acquirer reference data
field_type: LLVAR
field_length: 23
32:
field_name: Acquiring institution ID code
field_type: LLVAR
field_length: 0
33:
field_name: Forwarding inst id
field_name: Forwarding institution ID code
field_type: LLVAR
field_length: 0
37:
Expand Down Expand Up @@ -92,14 +120,31 @@ bit_config:
field_length: 0
field_processor: PDS
49:
field_name: Currency code
field_name: Currency code, Transaction
field_type: FIXED
field_length: 3
50:
field_name: Currency code, Reconciliation
field_type: FIXED
field_length: 3
51:
field_name: Currency code, Cardholder billing
field_type: FIXED
field_length: 3
54:
field_name: Amounts, additional
field_type: LLLVAR
field_length: 0
55:
field_name: ICC system related data
field_type: LLLVAR
field_length: 255
field_processor: ICC
62:
field_name: Additional data 2
field_type: LLLVAR
field_length: 0
field_processor: PDS
63:
field_name: Transaction lifecycle Id
field_type: LLLVAR
Expand All @@ -108,15 +153,54 @@ bit_config:
field_name: Message number
field_type: FIXED
field_length: 8
field_python_tyoe: long
field_python_tyoe: int
72:
field_name: Data record
field_type: LLLVAR
field_length: 0
73:
field_name: Date, Action
field_type: FIXED
field_length: 6
93:
field_name: Transaction destination institution ID
field_type: LLVAR
field_length: 0
94:
field_name: Transaction originator institution ID
field_type: LLVAR
field_length: 0
95:
field_name: Card issuer reference data
field_type: LLVAR
field_length: 10
100:
field_name: Receiving institution ID
field_type: LLVAR
field_length: 11
111:
field_name: Amount, currency conversion assignment
field_type: LLLVAR
field_length: 0
123:
field_name: Additional data 3
field_type: LLLVAR
field_length: 0
field_processor: PDS
124:
field_name: Additional data 4
field_type: LLLVAR
field_length: 0
field_processor: PDS
125:
field_name: Additional data 5
field_type: LLLVAR
field_length: 0
field_processor: PDS
127:
field_name: Network data
field_type: LLLVAR
field_length: 0

# default output elements for mideu utility if not provided

Expand Down

0 comments on commit d6cd223

Please sign in to comment.