Skip to content

Commit

Permalink
Correct the Stock, Bond, Market Index, and Mutual Fund account types.
Browse files Browse the repository at this point in the history
STOCK and MUTUAL are not compatible with currency.
  • Loading branch information
jralls committed Sep 15, 2015
1 parent 44d4365 commit e921de8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions accounts/C/acctchrt_brokerage.gnucash-xea
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<gnc:account version="2.0.0">
<act:name>Bond</act:name>
<act:id type="new">8196bf0015c25f501338f07a87c512d8</act:id>
<act:type>STOCK</act:type>
<act:type>ASSET</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
Expand All @@ -74,7 +74,7 @@
<gnc:account version="2.0.0">
<act:name>Stock</act:name>
<act:id type="new">7d7db9bed07f21fc0b1f50674702aff0</act:id>
<act:type>STOCK</act:type>
<act:type>ASSET</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
Expand All @@ -85,7 +85,7 @@
<gnc:account version="2.0.0">
<act:name>Market Index</act:name>
<act:id type="new">fe9db8a7eedf2990e9846f634a922143</act:id>
<act:type>MUTUAL</act:type>
<act:type>ASSET</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
Expand All @@ -96,7 +96,7 @@
<gnc:account version="2.0.0">
<act:name>Mutual Fund</act:name>
<act:id type="new">9da28c1aa7789e84bdc8484ba8f527b3</act:id>
<act:type>MUTUAL</act:type>
<act:type>ASSET</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
Expand Down

0 comments on commit e921de8

Please sign in to comment.