dkb.pm: add ewg0ld

This commit is contained in:
Matthias Merz 2017-12-30 14:14:25 +01:00
parent f4ce8bd8fc
commit 7df8eec7f9

View File

@ -31,6 +31,7 @@ my %urlmap_wkn = (
'a0x754' => 'https://dkb.mdgms.com/MIS/?id_instrument=22407622&id=0107980&pid=DKB_fnd_profile&id_notation=26567264', 'a0x754' => 'https://dkb.mdgms.com/MIS/?id_instrument=22407622&id=0107980&pid=DKB_fnd_profile&id_notation=26567264',
'a0m8hd' => 'https://dkb.mdgms.com/MIS/?id_instrument=19179789&id=0107980&pid=DKB_fnd_profile&id_notation=21240603', 'a0m8hd' => 'https://dkb.mdgms.com/MIS/?id_instrument=19179789&id=0107980&pid=DKB_fnd_profile&id_notation=21240603',
'532656' => 'https://dkb.mdgms.com/MIS/?id_instrument=4071891&id=0107980&pid=DKB_fnd_profile&id_notation=3688058', '532656' => 'https://dkb.mdgms.com/MIS/?id_instrument=4071891&id=0107980&pid=DKB_fnd_profile&id_notation=3688058',
'ewg0ld' => 'https://dkb.mdgms.com/MIS/?pid=DKB_cer_portrait&id_instrument=55061564&id_notation=70580062&id=0107980',
'dws0pr' => 'https://dkb.mdgms.com/MIS/?id_instrument=18286450&id=0107980&pid=DKB_fnd_profile&id_notation=22946309' 'dws0pr' => 'https://dkb.mdgms.com/MIS/?id_instrument=18286450&id=0107980&pid=DKB_fnd_profile&id_notation=22946309'
); );
@ -43,6 +44,7 @@ my %wknmap = (
'de000a0x7541' => 'a0x754', 'de000a0x7541' => 'a0x754',
'de000a0m8hd2' => 'a0m8hd', 'de000a0m8hd2' => 'a0m8hd',
'de0005326565' => '532656', 'de0005326565' => '532656',
'de000ewg0ld1' => 'ewg0ld',
'lu0327386487' => 'dws0pr' 'lu0327386487' => 'dws0pr'
); );