UNPKG

@hublaw/ofx-parser

Version:

A tool that converts financial data from OFX to JS Object.

9 lines (8 loc) 410 B
import { PositionModel } from '../position.model'; import { OfxInvestmentStatementResponse } from './ofx-body'; export declare class OfxInvestmentPositionAdapter { static convertToAccountPosition(statementResponse: OfxInvestmentStatementResponse): PositionModel[]; private static convertPositionType; private static convertPositionTypeToPosition; private static convertAvailableCash; }