是否有可与DAG一起使用的所有帐户字段的完整规范?
具体来说,我希望模拟一个401(k)账户,其投资选项有限,可能有也可能没有余额。
答案 0 :(得分:0)
创建DAG目录时显示的默认字段是可以使用的所有字段。以下是401 XML的示例,您可以将其上传到DAG投资并进行测试。
<site>
<status>0<status>
<investmentAccount accountBaseType="retirement" acctType="401k" uniqueId="47802637">
<planNumber>25000</planNumber>
<planName>GENERAL Potters PSP</planName>
<accountName>GENERAL Potters PSP</accountName>
<hasInvestmentOption>1</hasInvestmentOption>
<accountNumber>13123534212</accountNumber>
<balance balType="totalBalance">
<curAmt curCode="USD">3588.65</curAmt>
</balance>
<holdingList>
<holding holdingType="mutualFund" uniqueId="-633856231">
<description>SSGA TRGT RET 2050 M SSGA TRGT RET 2050 M</description>
<dailyChange curCode="USD">27.13</dailyChange>
<price curCode="USD">10.449</price>
<quantity>343.445</quantity>
<value curCode="USD">3588.65</value>
<cusipNumber>85744W655</cusipNumber>
</holding>
</holdingList>
</investmentAccount>
</site>