Individual Retirement Accounts - Response

Please see the Legend to understand the conventions used to document each element and attribute. Note that for responses, the XML elements are documented in the order that they appear in the response.


🟥 <outIRA>

Element TypeData Type
Parent-

This is the root element of the response, and is required. This element simply acts as a container for all of the result child elements.

Attributes: None


🟥 <CalcResult>

Element TypeData Type
DataText

If the calculation was completed successfully, then this element will contain the value Valid Calculation. Otherwise, this element will contain a description of the problem encountered during the attempted computation.

Attributes: None


🟦 <XMLDetail>[]

Element TypeData TypeDefault
DataTextNULL

The <XMLDetail> elements are messages passed back to the calling application which detail the status of the XML request. If the SCE issues any warnings regarding unrecognized elements or attributes, then each warning message will be displayed in an <XMLDetail> element.

Attributes: None


🟥 <BeginBalance>

Element TypeData Type
DataCurrency

The beginning balance is the amount which is present in the IRA account at the investor's <CurrentAge>. Interest accrues on this initial amount (plus the periodic deposit amounts), much like interest accrues on the principal balance of a loan.

Attributes: None


🟥 <Deposit>

Element TypeData TypeValues
DataCurrency> 0

The deposit element specifies the periodic deposit amount to be made to the IRA account. The periodicity of the deposit is dictated by the DepositFrequency attribute, detailed below.

Attributes: 🔹DepositFrequency

🔸 DepositFrequency

Data TypeValues
Enum1,2,4,6,12, annual, semiannual, quarterly, bimonthly, monthly

This attribute specifies the periodicity of the deposit amount.


🟥 <IntRate>

Element TypeData Type
DataDecimal

This element dictates the rate at which interest accrues throughout the term of the IRA.

Attributes: None


🟥 <CurrentAge>

Element TypeData Type
DataInteger

The current age of the individual.

Attributes: None


🟥 <RetireAge>

Element TypeData Type
DataInteger

The desired retirement age of the individual. By subtracting the current age from the retirement age, the SCE determines the number of years the IRA account will be allowed to grow.

Attributes: None


🟥 <Term>

Element TypeData Type
DataInteger

The term is the number of years during which periodic deposit amounts and accrued interest are applied to the IRA account. It is equal to the individual’s retirement age less current age.

Attributes: None


🟥 <FutureValue>

Element TypeData Type
DataCurrency

The future value is the balance of the IRA account at the investor's specified retirement age. The future value is equal to the present value plus all periodic deposits plus all interest accrued during the IRA's term.

Attributes: None


🟥 <Gain>

Element TypeData Type
DataCurrency

The gain is the difference between the future value and the sum of the initial balance and all periodic deposits made. It is the amount of interest accrued over the term of the IRA.

Attributes: None


🟥 <Yield>

Element TypeData Type
DataCurrency

The APY (annual percentage yield) is the rate of return on an investment over the term of a year. The APY takes compounding into account, and if the compounding frequency is other than annual, the APY will differ from the interest rate.

Attributes: None