Data.QIF
data QIF
emptyQIF
qifAccounts
qifCategories
qifSecurities
qifInvestmentTransactions
qifNormalTransactions
parseQIF
renderQIF
parseAccountList
renderAccountList
parseCategoryList
renderCategoryList
parseBankEntryList
renderBankEntryList
parseInvestmentEntries
renderInvestmentEntries
parseCashEntryList
renderCashEntryList
parseCreditCardEntryList
renderCreditCardEntryList
parseAssetEntryList
renderAssetEntryList
parseLiabilityEntryList
renderLiabilityEntryList
parseSecurityList
renderSecurityList
data Account
emptyAccount
accountName
accountType
accountDescription
accountCreditLimit
accountBalanceDate
accountBalance
parseAccount
renderAccount
data AccountType
parseAccountType
renderAccountType
parseShortAccountType
renderShortAccountType
parseAccountHeader
renderAccountHeader
data CategoryKind
data Category
emptyCategory
catName
catDescription
catKind
catIsTaxRelated
catBudgetAmount
catTaxScheduleInfo
parseCategory
renderCategory
data SplitItem
emptySplitItem
entryMemo
entryAmount
entryCategory
parseSplit
renderSplit
data Transaction
emptyTransaction
entDate
entParty
entMemo
entAmount
entNumber
entCategory
entCleared
entReimbursable
entSplits
parseTransaction
renderTransaction
data TradeInfo
emptyTrade
tradeDate
tradeSecurity
tradeSharePrice
tradeQuantity
tradeCommission
tradeTotalAmount
data TransferInfo
emptyTransfer
transDate
transSummary
transMemo
transAmount
transCleared
transAccount
transSplits
data InvTransaction
invEntDate
parseInvTransaction
renderInvTransaction
data SecurityType
parseSecurityType
renderSecurityType
data Security
emptySecurity
secName
secTicker
secType
secGoal
parseSecurity
renderSecurity
type Currency
parseCurrency
renderCurrency
type ShareQuantity
parseShareQuantity
renderShareQuantity
parseQuantity
renderQuantity
parseDate
renderDate