accUSProductType (property)

The USProductType classifies investment accounts according to their account type.

Syntax

- (NSString*)accUSProductType:(int)accIndex;
public func accUSProductType(accIndex: Int32) throws -> String

Default Value

""

Remarks

The AccUSProductType classifies investment accounts according to their account type. This is intended for use by FIs in the United States. If an investment account information is present in the server response (i.e., when AccServiceType is INVESTMENT), the AccUSProductType is always returned.

Valid values are:

Product TypeDescription
401KA 401(K) account
403BA 403(B) account
IRAAn IRA account
KEOGHKeogh (Money Purchase/Profit Sharing)
OTHEROther account type
SARSEPSalary Reduction Simplified Employer Pension plan
SIMPLESavings Incentive Match Plan for employees
NORMALRegular account
TDATax Deferred Annuity
TRUSTTrust (including UTMA)
UGMACustodial account

The AccIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AccCount property.

This property is read-only.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 iOS Edition - Version 20.0 [Build 7941]