21 lines
900 B
XML
21 lines
900 B
XML
<?xml version="1.0"?>
|
|
<!-- This file is part of the investment-module from m-ds for Tryton.
|
|
The COPYRIGHT file at the top level of this repository contains the
|
|
full copyright notices and license terms. -->
|
|
<tryton>
|
|
<data>
|
|
|
|
<record model="investment.source" id="web_finanzen_net">
|
|
<field name="name">www.finanzen.net - ETF</field>
|
|
<field name="url">https://www.finanzen.net/etf/${isin}/tgt</field>
|
|
<field name="nohtml" eval="True"/>
|
|
<field name="rgxdate">\nKurszeit (\d+\.\d+\.\d+) \d{2}:\d{2}:\d{2}.*\n</field>
|
|
<field name="rgxdatefmt">%d.%m.%Y</field>
|
|
<field name="rgxrate">\nKurs (\d+,\d+) EUR.*\n</field>
|
|
<field name="rgxdecimal">,</field>
|
|
<field name="rgxident">WKN:.* ISIN: ([A-Z,0-9]+).*</field>
|
|
<field name="rgxidtype">isin</field>
|
|
</record>
|
|
|
|
</data>
|
|
</tryton>
|