Balance sheet has correct data, needs formatting.
This commit is contained in:
@@ -66,17 +66,15 @@
|
||||
:bank_name {:type 'String}
|
||||
:yodlee_account_id {:type 'Int}}}
|
||||
:balance_sheet_account
|
||||
{:fields {
|
||||
{:fields {:id {:type 'String}
|
||||
:amount {:type 'String}
|
||||
:numeric_code {:type 'Int}
|
||||
:account_type {:type :account_type}
|
||||
:name {:type 'String}}}
|
||||
|
||||
:balance_sheet_grouping
|
||||
{:fields {:accounts {:type '(list :balance_sheet_account)}
|
||||
:name {:type 'String}
|
||||
:grouping_type {:type 'String}}}
|
||||
|
||||
:balance_sheet
|
||||
{:fields {:balance_sheet_groupings {:type '(list :balance_sheet_grouping)}}}
|
||||
{:fields {:balance_sheet_accounts {:type '(list :balance_sheet_account)}
|
||||
:comparable_balance_sheet_accounts {:type '(list :balance_sheet_account)}}}
|
||||
|
||||
:address
|
||||
{:fields {:street1 {:type 'String}
|
||||
|
||||
Reference in New Issue
Block a user