/** Balance of the fidelity account */
export interface FidelityAccount {
    /**  */
    alertThreshold?: number;
    /**  */
    balance: number;
    /**  */
    canBeCredited: boolean;
    /**  */
    lastUpdate: string;
    /**  */
    openDate: string;
}
//# sourceMappingURL=FidelityAccount.d.ts.map