UNPKG

@hublaw/ofx-parser

Version:

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

11 lines (10 loc) 232 B
export interface PositionModel { secId?: string; dateOfPrice?: Date; units?: number; unitPrice?: number; marketValue?: number; memo?: string; positionType?: string; placeholder?: boolean; }