Mx Account

Created Diff never expires
2 removals
300 lines
2 additions
300 lines
"""
"""
MX Account data.
Mx Account data.
"""
"""
type MxAccount {
type RemoteDataMxAccount {
"""
"""
The account number associated with the account. This will typically be a masked or partial account number.
The account number associated with the account. This will typically be a masked or partial account number.
"""
"""
accountNumber: String
accountNumber: String


"""
"""
"""
"""
accountOwnership: String
accountOwnership: String


"""
"""
"""
"""
annuityPolicyToDate: String
annuityPolicyToDate: String


"""
"""
"""
"""
annuityProvider: String
annuityProvider: String


"""
"""
"""
"""
annuityTermYear: Float
annuityTermYear: Float


"""
"""
The annual percentage rate associated with the account.
The annual percentage rate associated with the account.
"""
"""
apr: Float
apr: Float


"""
"""
The annual percentage yield associated with the account.
The annual percentage yield associated with the account.
"""
"""
apy: Float
apy: Float


"""
"""
The balance that is available for use in asset accounts like checking and
The balance that is available for use in asset accounts like checking and
savings. PENDING transactions are typically taken into account with the
savings. PENDING transactions are typically taken into account with the
available balance, but this may not always be the case. available_balance will
available balance, but this may not always be the case. available_balance will
usually be a positive value for all account types, determined in the same way
usually be a positive value for all account types, determined in the same way
as the balance field.
as the balance field.
"""
"""
availableBalance: Float
availableBalance: Float


"""
"""
The amount of credit available for use in liability accounts like credit cards
The amount of credit available for use in liability accounts like credit cards
and lines of credit. PENDING transactions are typically taken into account
and lines of credit. PENDING transactions are typically taken into account
with available credit, but this may not always be the case. available_credit
with available credit, but this may not always be the case. available_credit
will usually be a positive value for all account types, determined in the same
will usually be a positive value for all account types, determined in the same
way as the balance field.
way as the balance field.
"""
"""
availableCredit: Float
availableCredit: Float


"""
"""
The current balance of the account. PENDING transactions are typically not
The current balance of the account. PENDING transactions are typically not
taken into account with the current balance, but this may not always be the
taken into account with the current balance, but this may not always be the
case. This is the value used for the account balance displayed in MX UIs. The
case. This is the value used for the account balance displayed in MX UIs. The
balance will usually be a positive value for all account types. Asset-type
balance will usually be a positive value for all account types. Asset-type
accounts (CHECKING, SAVINGS, INVESTMENT) may have a negative balance if they
accounts (CHECKING, SAVINGS, INVESTMENT) may have a negative balance if they
are in overdraft. Debt-type accounts (CREDIT_CARD, LOAN, LINE_OF_CREDIT,
are in overdraft. Debt-type accounts (CREDIT_CARD, LOAN, LINE_OF_CREDIT,
MORTGAGE) may have a negative balance if they are overpaid.
MORTGAGE) may have a negative balance if they are overpaid.
"""
"""
balance: Float
balance: Float


"""
"""
The cash balance of the account.
The cash balance of the account.
"""
"""
cashBalance: Float
cashBalance: Float


"""
"""
The sum of money paid to the policyholder or annuity holder in the event the
The sum of money paid to the policyholder or annuity holder in the event the
policy is voluntarily terminated before it matures, or the insured event occurs.
policy is voluntarily terminated before it matures, or the insured event occurs.
"""
"""
cashSurrenderValue: Float
cashSurrenderValue: Float


"""
"""
The date and time at which the account was created on the MX Platform.
The date and time at which the account was created on the MX Platform.
"""
"""
createdAt: String!
createdAt: String!


"""
"""
The credit limit associated with the account.
The credit limit associated with the account.
"""
"""
creditLimit: Float
creditLimit: Float


"""
"""
The three-character ISO 4217 currency code.
The three-character ISO 4217 currency code.
"""
"""
currencyCode: String
currencyCode: String


"""
"""
The day of the month the payment is due. For example, the 14th is passed as 14.
The day of the month the payment is due. For example, the 14th is passed as 14.
"""
"""
dayPaymentIsDue: Int
dayPaymentIsDue: Int


"""
"""
The amount paid to the beneficiary of the account upon death of the account owner.
The amount paid to the beneficiary of the account upon death of the account owner.
"""
"""
deathBenefit: Int
deathBenefit: Int


"""
"""
The unique identifier for the account. Defined by MX.
The unique identifier for the account. Defined by MX.
"""
"""
guid: String
guid: String


"""
"""
The sum of all long holdings within this account, not including any that are shorted and not including cash.
The sum of all long holdings within this account, not including any that are shorted and not including cash.
"""
"""
holdingsValue: Float
holdingsValue: Float


"""
"""
The unique partner-defined identifier for the account
The unique partner-defined identifier for the account
"""
"""
id: String
id: String


"""
"""
The date and time at which the account was last successfully aggregated and received data.
The date and time at which the account was last successfully aggregated and received data.
"""
"""
importedAt: String
importedAt: String


"""
"""
A unique identifier for the institution associated with this account. Defined by MX.
A unique identifier for the institution associated with this account. Defined by MX.
"""
"""
institutionCode: String
institutionCode: String


"""
"""
The name of the insured individual.
The name of the insured individual.
"""
"""
insuredName: String
insuredName: String


"""
"""
The interest rate associated with the account.
The interest rate associated with the account.
"""
"""
interestRate: Float
interestRate: Float


"""
"""
This indicates whether an account has been closed.
This indicates whether an account has been closed.
"""
"""
isClosed: Boolean
isClosed: Boolean


"""
"""
This indicates whether the account is hidden. Defaults to `false`.
This indicates whether the account is hidden. Defaults to `false`.
"""
"""
isHidden: Boolean
isHidden: Boolean


"""
"""
"""
"""
isManual: Boolean
isManual: Boolean


"""
"""
The date and time of the most recent payment on the account.
The date and time of the most recent payment on the account.
"""
"""
lastPayment: Float
lastPayment: Float


"""
"""
The amount of the most recent payment on the account.
The amount of the most recent payment on the account.
"""
"""
lastPaymentAt: String
lastPaymentAt: String


"""
"""
The amount of the loan associated with the account.
The amount of the loan associated with the account.
"""
"""
loanAmount: Float
loanAmount: Float


"""
"""
"""
"""
marginBalance: Float
marginBalance: Float


"""
"""
The date on which the account matures.
The date on which the account matures.
"""
"""
maturesOn: String
maturesOn: String


"""
"""
The unique identifier for the member associated with the account. Defined by MX.
The unique identifier for the member associated with the account. Defined by MX.
"""
"""
memberGuid: String
memberGuid: String


"""
"""
The unique, partner-defined, identifier for the member associated with this account.
The unique, partner-defined, identifier for the member associated with this account.
"""
"""
memberId: String
memberId: String


"""
"""
This indicates whether the associated member is managed by the user or the MX
This indicates whether the associated member is managed by the user or the MX
partner. Members created with the managed member feature will have this field set to false.
partner. Members created with the managed member feature will have this field set to false.
"""
"""
memberIsManagedByUser: Boolean
memberIsManagedByUser: Boolean


"""
"""
Additional information a partner can store on the account.
Additional information a partner can store on the account.
"""
"""
metadata: String
metadata: String


"""
"""
The minimum balance associated with the account.
The minimum balance associated with the account.
"""
"""
minimumBalance: Float
minimumBalance: Float


"""
"""
The minimum payment required for an account. This can apply to any debt account.
The minimum payment required for an account. This can apply to any debt account.
"""
"""
minimumPayment: Float
minimumPayment: Float


"""
"""
The human-readable name for the account.
The human-readable name for the account.
"""
"""
name: String
name: String


"""
"""
An alternate name for the account.
An alternate name for the account.
"""
"""
nickname: String
nickname: String


"""
"""
The original balance associated with the account. This will always be positive.
The original balance associated with the account. This will always be positive.
"""
"""
originalBalance: Float
originalBalance: Float


"""
"""
The amount paid out to the insured individual or beneficiary under the conditions of the insurance policy.
The amount paid out to the insured individual or beneficiary under the conditions of the insurance policy.
"""
"""
payOutAmount: Float
payOutAmount: Float


"""
"""
The date and time at which the next payment is due on the account.
The date and time at which the next payment is due on the account.
"""
"""
paymentDueAt: String
paymentDueAt: String


"""
"""
The payoff balance for a debt account. This will normally be a positive number.
The payoff balance for a debt account. This will normally be a positive number.
"""
"""
payoffBalance: Float
payoffBalance: Float


"""
"""
The insurance policy’s premium amount.
The insurance policy’s premium amount.
"""
"""
premiumAmount: Float
premiumAmount: Float


"""
"""
"""
"""
propertyType: String
propertyType: String


"""
"""
The routing number for the account.
The routing number for the account.
"""
"""
routingNumber: String
routingNumber: String


"""
"""
The date on which a debt account was started.
The date on which a debt account was started.
"""
"""
startedOn: String
startedOn: String


"""
"""
The account’s subtype, e.g., PLAN_401_K, MONEY_MARKET, or HOME_EQUITY.
The account’s subtype, e.g., PLAN_401_K, MONEY_MARKET, or HOME_EQUITY.
"""
"""
subtype: String
subtype: String


"""
"""
"""
"""
todayUglAmount: Float
todayUglAmount: Float


"""
"""
"""
"""
todayUglPercentage: Float
todayUglPercentage: Float


"""
"""
The total value of the account.
The total value of the account.
"""
"""
totalAccountValue: Float
totalAccountValue: Float


"""
"""
The general or parent type of the account.
The general or parent type of the account.
"""
"""
type: String
type: String


"""
"""
The date and time at which the account was most recently updated.
The date and time at which the account was most recently updated.
"""
"""
updatedAt: String
updatedAt: String


"""
"""
The unique identifier for the user associated with the account. Defined by MX.
The unique identifier for the user associated with the account. Defined by MX.
"""
"""
userGuid: String
userGuid: String


"""
"""
The unique, partner-defined, identifier for the user associated with this account.
The unique, partner-defined, identifier for the user associated with this account.
"""
"""
userId: String
userId: String
}
}