@hublaw/ofx-parser
Version:
A tool that converts financial data from OFX to JS Object.
8 lines (7 loc) • 357 B
TypeScript
import { OfxInvestmentStatementResponse } from './index';
import { AccountBalanceModel } from '../account-balance.model';
export declare class OfxInvestmentBalanceAdapter {
static convertToAccountBalance(statementResponse: OfxInvestmentStatementResponse): AccountBalanceModel;
private static getPosition;
private static getMarketValue;
}