gnucash/accounts/ko/acctchrt_retiremt.gnucash-xea
Cristian Marchi b6672a3e89 Bug #667276: Fix Korean accounts files. Patch submitted by Eulgyoon Lim.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21919 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-01-30 13:35:12 +00:00

123 lines
4.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<gnc-account-example>
<gnc-act:title>
퇴직자 계정
</gnc-act:title>
<gnc-act:short-description>
투자 하위 계정과 관련된 퇴직자 계정
</gnc-act:short-description>
<gnc-act:long-description>
퇴직자 계정이 있다면 이 계정을 선택합니다.(주식, 채권, 뮤추얼 펀드 인덱스 펀드).
</gnc-act:long-description>
<gnc:account version="2.0.0">
<act:name>루트 계정</act:name>
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
<act:type>ROOT</act:type>
<act:commodity-scu>0</act:commodity-scu>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>자산</act:name>
<act:id type="new">e67ef2c52a4eaf3b9d37d317848a5812</act:id>
<act:type>ASSET</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>자산</act:description>
<act:slots>
<slot>
<slot:key>placeholder</slot:key>
<slot:value type="string">true</slot:value>
</slot>
</act:slots>
<act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>투자</act:name>
<act:id type="new">64cf99f6bafe0a539a5941ea713bdfcd</act:id>
<act:type>ASSET</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>투자</act:description>
<act:parent type="new">e67ef2c52a4eaf3b9d37d317848a5812</act:parent>
<act:slots>
<slot>
<slot:key>placeholder</slot:key>
<slot:value type="string">true</slot:value>
</slot>
</act:slots>
<act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>퇴직</act:name>
<act:id type="new">4173f3047238f4b5595b11d6161b2f48</act:id>
<act:type>BANK</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>퇴직</act:description>
<act:slots>
<slot>
<slot:key>장부</slot:key>
<slot:value type="string">IRA, 401(k), or other retirement</slot:value>
</slot>
<slot>
<slot:key>placeholder</slot:key>
<slot:value type="string">true</slot:value>
</slot>
</act:slots>
<act:parent type="new">64cf99f6bafe0a539a5941ea713bdfcd</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>채권</act:name>
<act:id type="new">9053199c1da747555d12272f48c719fd</act:id>
<act:type>STOCK</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>채권</act:description>
<act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>주식</act:name>
<act:id type="new">9bf53e9580991e323b297999fddff988</act:id>
<act:type>STOCK</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>주식</act:description>
<act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>마켓 인덱스</act:name>
<act:id type="new">2326b032fe4e8f434159310fccf17091</act:id>
<act:type>MUTUAL</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>마켓 인덱스</act:description>
<act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>뮤추얼 펀드</act:name>
<act:id type="new">a62d804729117e74a6c880cecb818b56</act:id>
<act:type>MUTUAL</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>뮤추얼 펀드</act:description>
<act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
</gnc:account>
</gnc-account-example>
<!-- Local variables: -->
<!-- mode: xml -->
<!-- End: -->