gnucash/accounts/C/acctlist_brokerage.gnucash-xea
Dave Peticolas b1a236d0a1 2001-07-12 Dave Peticolas <dave@krondo.com>
* accounts/*/*: currency->commodity

	* src/scm/engine-interface.scm: quantity->amount

	* src/guile/guile-util.[ch]: quantity->amount

	* src/guile/gnc.gwp: quantity->amount

	* src/SplitLedger.c: quantity->amount

	* src/gnc-ui-util.[ch]: quantity->amount


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4948 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-12 22:21:13 +00:00

110 lines
3.6 KiB
XML

<?xml version="1.0"?>
<gnc-account-example>
<gnc-act:title>
Brokerage Accounts
</gnc-act:title>
<gnc-act:short-description>
These accounts provide a set of accounts to deal with a
brokerage.
</gnc-act:short-description>
<gnc:account version="2.0.0">
<act:name>Brokerage Account</act:name>
<act:id type="new">a4b92830ee9ab7db17221f156bc15d87</act:id>
<act:type>BANK</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Brokerage Account</act:description>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Bond</act:name>
<act:id type="new">fbb97d1d8f6ae60d0e699af8c5b8dbfd</act:id>
<act:type>STOCK</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Bond</act:description>
<act:parent type="new">a4b92830ee9ab7db17221f156bc15d87</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Stock</act:name>
<act:id type="new">2b85576ddedda530fd80b17451cd37e8</act:id>
<act:type>STOCK</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Stock</act:description>
<act:parent type="new">a4b92830ee9ab7db17221f156bc15d87</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Market Index</act:name>
<act:id type="new">d9934aaf4fc86463bb43088df18498ab</act:id>
<act:type>MUTUAL</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Market Index</act:description>
<act:parent type="new">a4b92830ee9ab7db17221f156bc15d87</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Mutual Fund</act:name>
<act:id type="new">31f4e66a69252f7b91fbdea85bdd0781</act:id>
<act:type>MUTUAL</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Mutual Fund</act:description>
<act:parent type="new">a4b92830ee9ab7db17221f156bc15d87</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Dividend Income</act:name>
<act:id type="new">741e084d7449e1ec774082ae9c838189</act:id>
<act:type>INCOME</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Dividend Income</act:description>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Interest Income</act:name>
<act:id type="new">d50762c0a7c86969f9ac1ade01ffd224</act:id>
<act:type>INCOME</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Interest Income</act:description>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Bond Interest</act:name>
<act:id type="new">e9b8d2fd441762aade7068a3a0a0830d</act:id>
<act:type>INCOME</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Bond Interest</act:description>
<act:parent type="new">d50762c0a7c86969f9ac1ade01ffd224</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Commissions</act:name>
<act:id type="new">1e9cae201e379af3ebc90206fc0a823c</act:id>
<act:type>EXPENSE</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Commissions</act:description>
</gnc:account>
</gnc-account-example>
<!-- Local variables: -->
<!-- mode: xml -->
<!-- End: -->