1<?xml version="1.0" encoding="utf-8"?>
2<gnc-account-example
3  xmlns="http://www.gnucash.org/XML/"
4  xmlns:act="http://www.gnucash.org/XML/act"
5  xmlns:addr="http://www.gnucash.org/XML/addr"
6  xmlns:bgt="http://www.gnucash.org/XML/bgt"
7  xmlns:billterm="http://www.gnucash.org/XML/billterm"
8  xmlns:book="http://www.gnucash.org/XML/book"
9  xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
10  xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
11  xmlns:cd="http://www.gnucash.org/XML/cd"
12  xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
13  xmlns:cust="http://www.gnucash.org/XML/cust"
14  xmlns:employee="http://www.gnucash.org/XML/employee"
15  xmlns:entry="http://www.gnucash.org/XML/entry"
16  xmlns:fs="http://www.gnucash.org/XML/fs"
17  xmlns:gnc="http://www.gnucash.org/XML/gnc"
18  xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
19  xmlns:invoice="http://www.gnucash.org/XML/invoice"
20  xmlns:job="http://www.gnucash.org/XML/job"
21  xmlns:lot="http://www.gnucash.org/XML/lot"
22  xmlns:order="http://www.gnucash.org/XML/order"
23  xmlns:owner="http://www.gnucash.org/XML/owner"
24  xmlns:price="http://www.gnucash.org/XML/price"
25  xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
26  xmlns:slot="http://www.gnucash.org/XML/slot"
27  xmlns:split="http://www.gnucash.org/XML/split"
28  xmlns:sx="http://www.gnucash.org/XML/sx"
29  xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
30  xmlns:trn="http://www.gnucash.org/XML/trn"
31  xmlns:ts="http://www.gnucash.org/XML/ts"
32  xmlns:tte="http://www.gnucash.org/XML/tte"
33  xmlns:vendor="http://www.gnucash.org/XML/vendor">
34    <gnc-act:title>
35      Cuenta de conversión monetaria
36    </gnc-act:title>
37    <gnc-act:short-description>
38      Cuenta para convertir y comerciar con moneda extranjera
39    </gnc-act:short-description>
40    <gnc-act:long-description>
41    Deseará seleccionar este juego de cuentas si convierte monedas
42      extranjeras.
43
44    Note: La cuenta se encuentra en USD; edite la cuenta para alterar
45  la moneda
46  </gnc-act:long-description>
47<gnc:account version="2.0.0">
48  <act:name>Root Account</act:name>
49  <act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
50  <act:type>ROOT</act:type>
51  <act:commodity-scu>0</act:commodity-scu>
52</gnc:account>
53<gnc:account version="2.0.0">
54  <act:name>Activo</act:name>
55  <act:id type="new">b3c65be1c5d163746ddc0c506f3f4619</act:id>
56  <act:type>ASSET</act:type>
57  <act:commodity>
58    <cmdty:space>ISO4217</cmdty:space>
59    <cmdty:id>EUR</cmdty:id>
60  </act:commodity>
61  <act:description>Activo</act:description>
62  <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
63</gnc:account>
64<gnc:account version="2.0.0">
65  <act:name>Inversiones</act:name>
66  <act:id type="new">d9c796b35784533aee4309e28a3cbfc5</act:id>
67  <act:type>ASSET</act:type>
68  <act:commodity>
69    <cmdty:space>ISO4217</cmdty:space>
70    <cmdty:id>EUR</cmdty:id>
71  </act:commodity>
72  <act:description>Inversiones</act:description>
73  <act:parent type="new">b3c65be1c5d163746ddc0c506f3f4619</act:parent>
74</gnc:account>
75<gnc:account version="2.0.0">
76  <act:name>Comercio de monedas extranjeras</act:name>
77  <act:id type="new">9206632307989cb5b244ad5da5d3131b</act:id>
78  <act:type>CURRENCY</act:type>
79  <act:commodity>
80    <cmdty:space>ISO4217</cmdty:space>
81    <cmdty:id>USD</cmdty:id>
82  </act:commodity>
83  <act:description>Comercio de monedas extranjeras</act:description>
84  <act:parent type="new">d9c796b35784533aee4309e28a3cbfc5</act:parent>
85</gnc:account>
86</gnc-account-example>
87