40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
YAML
# xsd_til_yaml_config.yaml
|
||
# Konfiguration til xsd_til_yaml.py for CARF DAC8
|
||
|
||
xsd: /home/carsten/Hentet/xml-schema-carf/CARFXML_v1.4.xsd
|
||
output: /home/carsten/Dokumenter/GitClone/udpak_semistruktur/tests/bank_test/output/DAC8/
|
||
prefix: udtræk
|
||
min_felter: 2
|
||
|
||
# Database schema – bruges til tabel-navne
|
||
db_schema: dbo
|
||
|
||
# Tabel-navn prefix – fx 'DAC8_' giver 'dbo.DAC8_CARFBody_tmp'
|
||
tabel_prefix: DAC8_
|
||
|
||
# Output-type: fil, tabel, eller begge
|
||
output_type: fil # fil | tabel | begge
|
||
|
||
# Historik-type for tabel-output
|
||
historik: t2 # t1 | t2
|
||
|
||
|
||
forkortelser:
|
||
CryptoToCryptoIn: CTI
|
||
CryptoToCryptoOut: CTO
|
||
CryptoFiatIn: CFI
|
||
CryptoFiatOut: CFO
|
||
CryptoTransferIn: CTRI
|
||
CryptoTransferOut: CTRO
|
||
TransferWallet: TW
|
||
RelevantTransactions: RT
|
||
ControllingPerson: CP
|
||
NumberofTransactions: NoTrans
|
||
NumberofUnits: NumUnits
|
||
ExchangeType: ExchType
|
||
AltValuation: AltVal
|
||
Organisation: Org
|
||
Individual: Ind
|
||
ResCountryCode: ResCC
|
||
CryptoAsset: CAs
|