npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@datafire/naviplancentral_plan

v5.0.0

Published

DataFire integration for NaviPlan API

Downloads

16

Readme

@datafire/naviplancentral_plan

Client library for NaviPlan API

Installation and Usage

npm install --save @datafire/naviplancentral_plan
let naviplancentral_plan = require('@datafire/naviplancentral_plan').create();

.then(data => {
  console.log(data);
});

Description

An API for accessing NaviPlan plan data for a client.

Actions

Advisors_Get

This operation retrieves a list of all of the Advisors in the plan.

naviplancentral_plan.Advisors_Get(null, context)

Input

This action has no parameters

Output

Advisors_GetByHouseholdidClientid

This operation retrieves a list of all of the Advisors for the client.

naviplancentral_plan.Advisors_GetByHouseholdidClientid({
  "householdId": 0,
  "clientId": ""
}, context)

Input

  • input object
    • householdId required integer: Integer id of the household
    • clientId required string: Guid id of the client.

Output

Advisors_GetById

This operation retrieves an Advisor from the plan.

naviplancentral_plan.Advisors_GetById({
  "id": ""
}, context)

Input

  • input object
    • id required string: Guid id of the advisor

Output

Assumptions_GetByPlanid

This operation retrieves an object containing all assumptions for the specified plan.

naviplancentral_plan.Assumptions_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

BusinessEntities_GetByPlanid

This operation retrieves a list of all of the business entities in the plan.

naviplancentral_plan.BusinessEntities_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

BusinessEntities_GetByIdPlanid

This operation retrieves a business entity from the plan.

naviplancentral_plan.BusinessEntities_GetByIdPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: ID of business entity to retrieve
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

Calculations_GetByPlanid

Currently just stubbed out, POC in development

naviplancentral_plan.Calculations_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

  • output boolean

DefinedBenefitPensions_GetByPlanid

This operation retrieves a list of all of the defined benefit pensions in the plan.

naviplancentral_plan.DefinedBenefitPensions_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

DefinedBenefitPensions_GetByIdPlanid

This operation retrieves a defined benefit pension from the plan.

naviplancentral_plan.DefinedBenefitPensions_GetByIdPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: ID of defined benefit pension to retrieve
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

Eula_Accept

Accepts the EULA

naviplancentral_plan.Eula_Accept(null, context)

Input

This action has no parameters

Output

Output schema unknown

Family_GetByPlanid

This operation retrieves an object containing all familymembers for the specified plan.

naviplancentral_plan.Family_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

GoalAdjustments_GetEducationByIdClientidPlanid

This function retrieves a goal and the adjustments made to it

naviplancentral_plan.GoalAdjustments_GetEducationByIdClientidPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: The id of the goal to retrieve adjustments for.
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

GoalAdjustments_PostEducationByIdGoaladjustmentsPlanid

This function returns the posted object and the adjusted calculation values

naviplancentral_plan.GoalAdjustments_PostEducationByIdGoaladjustmentsPlanid({
  "id": 0,
  "goalAdjustments": {},
  "planId": ""
}, context)

Input

Output

GoalAdjustments_GetGoalSuccessRatesByClientidPlanid

Returns a list of goals with their relevant success rates.

naviplancentral_plan.GoalAdjustments_GetGoalSuccessRatesByClientidPlanid({
  "planId": ""
}, context)

Input

  • input object
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

GoalAdjustments_GetMajorPurchaseByIdClientidPlanid

This function retrieves a goal and the adjustments made to it

naviplancentral_plan.GoalAdjustments_GetMajorPurchaseByIdClientidPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: The id of the goal to retrieve adjustments for.
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

GoalAdjustments_PostMajorPurchaseByIdGoaladjustmentsPlanid

This function returns the posted object and the adjusted calculation values

naviplancentral_plan.GoalAdjustments_PostMajorPurchaseByIdGoaladjustmentsPlanid({
  "id": 0,
  "goalAdjustments": {},
  "planId": ""
}, context)

Input

Output

GoalAdjustments_GetGoalAdjustmentRestrictionsByClientidPlanid

This function returns a list of adjustment restrictions for all goals.

naviplancentral_plan.GoalAdjustments_GetGoalAdjustmentRestrictionsByClientidPlanid({
  "planId": ""
}, context)

Input

  • input object
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

GoalAdjustments_GetRetirementByClientidPlanid

This function retrieves a goal and the adjustments made to it for a particular client

naviplancentral_plan.GoalAdjustments_GetRetirementByClientidPlanid({
  "planId": ""
}, context)

Input

  • input object
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

GoalAdjustments_PostRetirementByGoaladjustmentsPlanid

This function returns the posted object and the adjusted calculation values

naviplancentral_plan.GoalAdjustments_PostRetirementByGoaladjustmentsPlanid({
  "goalAdjustments": {},
  "planId": ""
}, context)

Input

Output

GoalAdjustments_GetWhatAreMyOptionsByIdClientidPlanid

Returns WAMO values for current goal

naviplancentral_plan.GoalAdjustments_GetWhatAreMyOptionsByIdClientidPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: The id of the goal to retrieve WAMO values for.
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

Goals_GetByPlanid

This operation retrieves a list of all of the goals in the plan.

naviplancentral_plan.Goals_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

Goals_GetByIdPlanid

This operation retrieves a goal from the plan.

naviplancentral_plan.Goals_GetByIdPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: ID of goal to retrieve
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

HoldingCompanies_GetByPlanid

This operation retrieves a list of all of the holding companies in the plan.

naviplancentral_plan.HoldingCompanies_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

HoldingCompanies_GetByIdPlanid

This operation retrieves a holding company from the plan.

naviplancentral_plan.HoldingCompanies_GetByIdPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: ID of holding company to retrieve
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

Households_GetByHouseholdid

This operation retrieves a list of households the current user has access to or one household specified by a householdId parameter

naviplancentral_plan.Households_GetByHouseholdid({}, context)

Input

  • input object
    • householdId integer: The Id of the specific household to retrieve

Output

Liabilities_GetByPlanid

This operation retrieves a list of all of the liabilities in the plan.

naviplancentral_plan.Liabilities_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

Liabilities_GetByIdPlanid

This operation retrieves a liability from the plan.

naviplancentral_plan.Liabilities_GetByIdPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: ID of liability to retrieve
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

LifestyleAssets_GetByPlanid

This operation retrieves a list of all of the lifestyle assets in the plan.

naviplancentral_plan.LifestyleAssets_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

LifestyleAssets_GetByIdPlanid

This operation retrieves a lifestyle asset from the plan.

naviplancentral_plan.LifestyleAssets_GetByIdPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: ID of lifestyle asset to retrieve
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

LivePlan_GetGoalsByClientidPlanid

Retrieves all goals from the live plan

naviplancentral_plan.LivePlan_GetGoalsByClientidPlanid({
  "planId": ""
}, context)

Input

  • input object
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

LivePlan_GetGoalFundingListByClientidPlanid

This function retrieves a list of funding accounts for the goals in the plan

naviplancentral_plan.LivePlan_GetGoalFundingListByClientidPlanid({
  "planId": ""
}, context)

Input

  • input object
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

LivePlan_GetWhatAreMyOptionsByIdClientidPlanid

This function retrieves the WAMO values for the specified goal

naviplancentral_plan.LivePlan_GetWhatAreMyOptionsByIdClientidPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: The id of the goal
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

LivePlan_GetAccountsByClientidPlanid

Retrieves accounts for a given plan

naviplancentral_plan.LivePlan_GetAccountsByClientidPlanid({
  "planId": ""
}, context)

Input

  • input object
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

LivePlan_GetLiabilitiesByClientidPlanid

Retrieves liabilities for a given plan

naviplancentral_plan.LivePlan_GetLiabilitiesByClientidPlanid({
  "planId": ""
}, context)

Input

  • input object
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

LivePlan_GetLifestyleAssetsByClientidPlanid

Retrieves lifestyle assets for a given plan

naviplancentral_plan.LivePlan_GetLifestyleAssetsByClientidPlanid({
  "planId": ""
}, context)

Input

  • input object
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

LivePlan_GetRealEstateAssetsByClientidPlanid

Retrieves real estate accounts for a given plan

naviplancentral_plan.LivePlan_GetRealEstateAssetsByClientidPlanid({
  "planId": ""
}, context)

Input

  • input object
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

LivePlan_GetProjectedNetWorthByClientidPlanid

Retrieves net worth projections

naviplancentral_plan.LivePlan_GetProjectedNetWorthByClientidPlanid({
  "planId": ""
}, context)

Input

  • input object
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

LivePlan_GetProjectedNeedsVsAbilitiesByIdClientidPlanid

Retrieves needs vs abilities projections

naviplancentral_plan.LivePlan_GetProjectedNeedsVsAbilitiesByIdClientidPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Output

NetWorth_GetByPlanid

This operation retrieves an object containing net worth values for specific dates within the plan: * Plan Start Date * Retirement Date * Plan End Date.

naviplancentral_plan.NetWorth_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

Password_HasUserSetPassword

Determines if the currently logged in user has set their own password

naviplancentral_plan.Password_HasUserSetPassword(null, context)

Input

This action has no parameters

Output

Output schema unknown

Password_PasswordRequirements

Gets the password complexity requirements

naviplancentral_plan.Password_PasswordRequirements(null, context)

Input

This action has no parameters

Output

Output schema unknown

Password_ResetByModel

Resets the password for the supplied user name

naviplancentral_plan.Password_ResetByModel({
  "model": {
    "userName": "",
    "locale": ""
  }
}, context)

Input

Output

Output schema unknown

Password_SetByModel

Sets the password for the currently logged in user

naviplancentral_plan.Password_SetByModel({
  "model": {}
}, context)

Input

Output

Output schema unknown

PlanInformation_GetByPlanid

This operation retrieves the high level plan information for a given plan

naviplancentral_plan.PlanInformation_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

PlanStatuses_GetByPlanid

This operation retrieves the data statuses of the published plan if on demand updates are enabled

naviplancentral_plan.PlanStatuses_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3)

Output

PortfolioAccounts_GetByPlanid

This operation retrieves a list of all of the portfolio accounts in the plan.

naviplancentral_plan.PortfolioAccounts_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

PortfolioAccounts_GetByIdPlanid

This operation retrieves a portfolio account from the plan.

naviplancentral_plan.PortfolioAccounts_GetByIdPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: ID of portfolio account to retrieve
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

ProjectedAnnualSummary_GetByPlanid

This operation retrieves an object containing annual summary information for each year of the projected plan.

naviplancentral_plan.ProjectedAnnualSummary_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

ProjectedAnnualSummary_GetByIdPlanid

This operation retrieves an object containing annual summary information for a single specified year of the projected plan.

naviplancentral_plan.ProjectedAnnualSummary_GetByIdPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: Index into the list of annual projections
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

ProjectedCashFlow_GetByPlanid

This operation retrieves an object containing cash flow information for each year of the projected plan.

naviplancentral_plan.ProjectedCashFlow_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

ProjectedCashFlow_GetByIdPlanid

This operation retrieves an object containing cash flow information for a single specified year of the projected plan.

naviplancentral_plan.ProjectedCashFlow_GetByIdPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: Index into the list of annual projections
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

ProjectedGoals_GetAssetsFundingGoalsByPlanid

This operation retrieves the assets funding each goal throughout the plan years

naviplancentral_plan.ProjectedGoals_GetAssetsFundingGoalsByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

ProjectedGoals_GetNeedsVsAbilitiesByPlanid

This operation retrieves a needs and abilities data for all goals throughout the plan years.

naviplancentral_plan.ProjectedGoals_GetNeedsVsAbilitiesByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

ProjectedNetWorth_GetByPlanid

This operation retrieves an object containing net worth information for each year of the projected plan. These are EOY numbers.

naviplancentral_plan.ProjectedNetWorth_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

ProjectedNetWorth_GetByIdPlanid

This operation retrieves an object containing net worth information for a single specified year of the projected plan. These are EOY numbers.

naviplancentral_plan.ProjectedNetWorth_GetByIdPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: Index into the list of annual projections
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

RestrictedStocks_GetByPlanid

This operation retrieves a list of all of the restricted stocks in the plan.

naviplancentral_plan.RestrictedStocks_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

RestrictedStocks_GetByIdPlanid

This operation retrieves a restricted stock from the plan.

naviplancentral_plan.RestrictedStocks_GetByIdPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: ID of restricted stock to retrieve
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

ServiceInformation_Statistics

This resource can be used to check the status of the service.

naviplancentral_plan.ServiceInformation_Statistics(null, context)

Input

This action has no parameters

Output

StockOptions_GetByPlanid

This operation retrieves a list of all of the stock options in the plan.

naviplancentral_plan.StockOptions_GetByPlanid({
  "planId": ""
}, context)

Input

  • input object
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

StockOptions_GetByIdPlanid

This operation retrieves a stock option from the plan.

naviplancentral_plan.StockOptions_GetByIdPlanid({
  "id": 0,
  "planId": ""
}, context)

Input

  • input object
    • id required integer: ID of stock option to retrieve
    • planId required string: Id of the plan to retrieve data from (e.g. 1001-11-3).

Output

Auth_LoginByModel

Start a session with the DomainProviders user store

naviplancentral_plan.Auth_LoginByModel({
  "model": {}
}, context)

Input

Output

Auth_PasswordRequirements

Gets the login rules

naviplancentral_plan.Auth_PasswordRequirements(null, context)

Input

This action has no parameters

Output

Output schema unknown

Auth_Logout

naviplancentral_plan.Auth_Logout(null, context)

Input

This action has no parameters

Output

Output schema unknown

Auth_ResumeSession

Validate and extend the duration of a session

naviplancentral_plan.Auth_ResumeSession(null, context)

Input

This action has no parameters

Output

Definitions

AdvicentDomainLogicGoalWhatIfEducationGoalAdjustments

  • AdvicentDomainLogicGoalWhatIfEducationGoalAdjustments object
    • duration number
    • expensesCovered number
    • lumpSumContribution number
    • lumpSumDate string
    • monthlySavingsContribution number

AdvicentDomainLogicGoalWhatIfMajorPurchaseGoalAdjustments

  • AdvicentDomainLogicGoalWhatIfMajorPurchaseGoalAdjustments object
    • lumpSumContribution number
    • lumpSumDate string
    • monthlySavingsContribution number
    • targetDate string
    • totalNeed number

AdvicentDomainLogicGoalWhatIfRetirementGoalAdjustments

  • AdvicentDomainLogicGoalWhatIfRetirementGoalAdjustments object
    • clientRetirementAge number
    • coClientRetirementAge number
    • discretionaryExpenseCoverage number
    • fixedExpenseCoverage number
    • lumpSumContribution number
    • lumpSumDate string
    • monthlySavingsContribution number

AdvicentNaviPlanRestApiGoalAdjustmentsCalcProjection

  • AdvicentNaviPlanRestApiGoalAdjustmentsCalcProjection object
    • projectedAbilities number
    • projectedNeed number
    • projectedRetirementAssetValues number
    • year integer

AdvicentNaviPlanRestApiGoalAdjustmentsCoverageProjections

AdvicentNaviPlanRestApiGoalAdjustmentsGoalAdjustmentsResultAdvicentDomainLogicGoalWhatIfEducationGoalAdjustments

AdvicentNaviPlanRestApiGoalAdjustmentsGoalAdjustmentsResultAdvicentDomainLogicGoalWhatIfMajorPurchaseGoalAdjustments

AdvicentNaviPlanRestApiGoalAdjustmentsGoalAdjustmentsResultAdvicentDomainLogicGoalWhatIfRetirementGoalAdjustments

AdvicentNaviPlanRestApiGoalAdjustmentsModelsCoverageProjectionsResultModelAdvicentDomainLogicGoalWhatIfEducationGoalAdjustments

AdvicentNaviPlanRestApiGoalAdjustmentsModelsCoverageProjectionsResultModelAdvicentDomainLogicGoalWhatIfMajorPurchaseGoalAdjustments

AdvicentNaviPlanRestApiGoalAdjustmentsModelsCoverageProjectionsResultModelAdvicentDomainLogicGoalWhatIfRetirementGoalAdjustments

AdvicentNaviPlanRestApiGoalAdjustmentsModelsEducationGoalAdjustmentsModel

AdvicentNaviPlanRestApiGoalAdjustmentsModelsGoalAdjustmentsModelAdvicentDomainLogicGoalWhatIfEducationGoalAdjustments

AdvicentNaviPlanRestApiGoalAdjustmentsModelsGoalAdjustmentsModelAdvicentDomainLogicGoalWhatIfMajorPurchaseGoalAdjustments

AdvicentNaviPlanRestApiGoalAdjustmentsModelsGoalAdjustmentsModelAdvicentDomainLogicGoalWhatIfRetirementGoalAdjustments

AdvicentNaviPlanRestApiGoalAdjustmentsModelsGoalSuccessRateModel

  • AdvicentNaviPlanRestApiGoalAdjustmentsModelsGoalSuccessRateModel object
    • description string
    • goalId integer
    • successRate number

AdvicentNaviPlanRestApiGoalAdjustmentsModelsGoalSuccessRateResultsModel

AdvicentNaviPlanRestApiGoalAdjustmentsModelsMajorPurchaseGoalAdjustmentsModel

AdvicentNaviPlanRestApiGoalAdjustmentsModelsRestrictionsEducationRestriction

  • AdvicentNaviPlanRestApiGoalAdjustmentsModelsRestrictionsEducationRestriction object
    • canChangeDuration boolean
    • goalId integer

AdvicentNaviPlanRestApiGoalAdjustmentsModelsRestrictionsResultModel

AdvicentNaviPlanRestApiGoalAdjustmentsModelsRetirementGoalAdjustmentsModel

AdvicentNaviPlanRestApiGoalAdjustmentsModelsWhatAreMyOptionsModel

  • AdvicentNaviPlanRestApiGoalAdjustmentsModelsWhatAreMyOptionsModel object
    • additionalMonthlySavings number
    • clientRetirementAge integer
    • clientRetirementAgeDate string
    • coClientRetirementAge integer
    • coClientRetirementAgeDate string
    • expenseCoverageDollars number
    • expenseCoveragePercentage number
    • lumpSumSavings number
    • purchaseDate string

AdvicentNaviPlanRestApiGoalsModelsGoalFundingAccount

  • AdvicentNaviPlanRestApiGoalsModelsGoalFundingAccount object
    • accountId integer
    • description string
    • fundingAmount number

AdvicentNaviPlanRestApiGoalsModelsGoalFundingListItem

AdvicentNaviPlanRestApiGoalsModelsGoalFundingListModel

AdvicentNaviPlanRestApiGoalsModelsLiveGoalBase

  • AdvicentNaviPlanRestApiGoalsModelsLiveGoalBase object

AdvicentNaviPlanRestApiGoalsModelsLiveGoalBaseModel

AdvicentNaviPlanRestApiModelsOwnerModel

  • AdvicentNaviPlanRestApiModelsOwnerModel object
    • firstName string
    • id integer
    • lastName string

AdvicentNaviPlanRestApiNetWorthModelsAccountBaseModel

AdvicentNaviPlanRestApiNetWorthModelsAccountModel

AdvicentNaviPlanRestApiNetWorthModelsHoldingModel

  • AdvicentNaviPlanRestApiNetWorthModelsHoldingModel object
    • description string
    • marketValue number
    • valuationDate string

AdvicentNaviPlanRestApiNetWorthModelsLiabilityBaseModel

AdvicentNaviPlanRestApiNetWorthModelsLiabilityModel

  • AdvicentNaviPlanRestApiNetWorthModelsLiabilityModel object

AdvicentNaviPlanRestApiNetWorthModelsLifestyleAssetBaseModel

AdvicentNaviPlanRestApiNetWorthModelsLifestyleAssetModel

  • AdvicentNaviPlanRestApiNetWorthModelsLifestyleAssetModel object

AdvicentNaviPlanRestApiNetWorthModelsRealEstateBaseModel

AdvicentNaviPlanRestApiNetWorthModelsRealEstateModel

  • AdvicentNaviPlanRestApiNetWorthModelsRealEstateModel object

AdvicentNaviPlanRestApiProjectionsModelsNeedsVsAbilitiesProjectionsModel

AdvicentNaviPlanRestApiProjectionsModelsNeedsVsAbilitiesProjectionsYear

  • AdvicentNaviPlanRestApiProjectionsModelsNeedsVsAbilitiesProjectionsYear object
    • projectedAbilities number
    • projectedNeed number
    • year integer

AdvicentNaviPlanRestApiProjectionsModelsNetWorthProjectionsModel

AdvicentNaviPlanRestApiProjectionsModelsNetWorthProjectionsYearModel

  • AdvicentNaviPlanRestApiProjectionsModelsNetWorthProjectionsYearModel object
    • endOfYearRetirementAssets number
    • endOfYearTotalAssets number
    • year integer

AdvisorModel

  • AdvisorModel object
    • addressLine1 string
    • addressLine2 string
    • advisorId string
    • advisorTitle string
    • businessPhone string
    • cellPhone string
    • city string
    • emailAddress string
    • faxPhone string
    • firstName string
    • homePhone string
    • lastName string
    • links array
    • middleName string
    • officeName string
    • officeWebsite string
    • pagerNumber string
    • postalCode string
    • stateProvince string

AdvisorsModel

AssetsFundingGoalModel

AssetsFundingGoalSummary

AssumptionsModel

Benefit[CurrencyWithGrowth]

  • Benefit[CurrencyWithGrowth] object
    • benefitType string (values: DeathBenefit, MonthlyBenefit, DailyBenefit, MaximumBenefit, WeeklyBenefit, AnnualBenefit, LumpSum)
    • value CurrencyWithGrowth

BusinessEntitiesModel

BusinessEntityModel

CashFlowProjectionModel

CashFlowProjectionsModel

CashFlowSummary

  • CashFlowSummary object
    • surplusDeficit number
    • totalIncome number
    • totalOutflowsWithTaxes number
    • totalOutflowsWithoutTaxes number
    • totalTaxes number

ClientPlanSelectorParams

  • ClientPlanSelectorParams object: Parameters to select a plan from a client file
    • clientId string: Id of the client user for the plan. Required if current session user is an advisor. Ignored for client user sessions.
    • planId required string: Id of the Plan to retrieve or update data for (e.g. 1001-11-3).

Currency

  • Currency object
    • formattedDecimal string
    • formattedNoDecimal string
    • raw number

CurrencyWithDate

  • CurrencyWithDate object
    • date Date
    • formattedDecimal string
    • formattedNoDecimal string
    • raw number

CurrencyWithGrowth

  • CurrencyWithGrowth object
    • formattedDecimal string
    • formattedNoDecimal string
    • growth GrowthRateValues
    • raw number

Date

  • Date object
    • day integer
    • formatted string
    • formattedMMMMddyyyy string
    • formattedMMMdd string
    • formattedMMMddyyyy string
    • formattedMMMyyyy string
    • formattedNA string
    • month integer
    • toDateTime string
    • urlEncoded string
    • year integer

DefinedBenefitPensionModel

DefinedBenefitPensionsModel

DescriptiveBoolean

  • DescriptiveBoolean object
    • rawValue boolean
    • valueAsYesNo string

FamilyModel

FormattedDateRange

  • FormattedDateRange object

FormattedEnumType[DistributionDividendType]

  • FormattedEnumType[DistributionDividendType] object
    • value string (values: TaxableIneligible, NonTaxable, TaxableEligible)

FormattedEnumType[Frequency]

  • FormattedEnumType[Frequency] object
    • value string (values: Annual, SemiAnnual, Quarterly, Bimonthly, Monthly, TwiceMonthly, BiWeekly, Weekly, Daily, Continuously, Onetime, EveryXYears)

FormattedEnumType[Gender]

  • FormattedEnumType[Gender] object
    • value string (values: Male, Female)

FormattedEnumType[InterCompanyDividendType]

  • FormattedEnumType[InterCompanyDividendType] object
    • value string (values: NonTaxable, NonTaxableCda, NonTaxableEligible, TaxableEligible, TaxableIneligible)

FormattedEnumType[LiabilityType]

  • FormattedEnumType[LiabilityType] object
    • value string (values: Personal, Business, CreditCard, Mortgage, Vehicle, PolicyLoan)

FormattedEnumType[PayOffOptionsType]

  • FormattedEnumType[PayOffOptionsType] object
    • value string (values: TransferToSurvivor, PayOffAtFirstDeath, PayOffAtOwnerDeath, InsuredForLife)

FormattedEnumType[PaymentType]

  • FormattedEnumType[PaymentType] object
    • value string (values: InterestOnly, PrincipalAndInterest, SetPayment, LastPeriodPayment)

FormattedEnumType[PrivateCorporationShareType]

  • FormattedEnumType[PrivateCorporationShareType] object
    • value string (values: Undefined, Common, Preferred)

FormattedEnumType[SEPPDistributionMethod]

  • FormattedEnumType[SEPPDistributionMethod] object
    • value string (values: RequiredMinDistribution, Amortization, Annuitization)

FormattedEnumType[SEPPLifeExpectancyTable]

  • FormattedEnumType[SEPPLifeExpectancyTable] object
    • value string (values: NOT_APPLICABLE_UPPER_CASE, SingleLifeExpectancy, NonSingleLifeExpectancy)

FormattedEnumType[SavingsStrategyType]

  • FormattedEnumType[SavingsStrategyType] object
    • value string (values: PreTax, PostTax, Employer, Owner, Mandatory)

FormattedLifestyleType

  • FormattedLifestyleType object
    • formatted string
    • value string (values: Undefined, PersonalUse, ListedPersonal, PrimaryResidence, SecondaryResidence, BusinessInterest, Automobile)

FormattedMaritalOrTaxFilingStatus

  • FormattedMaritalOrTaxFilingStatus object
    • value string (values: Undefined, Single, HeadOfHousehold, MarriedFilingJointly, MarriedFilingSeparately, SingleParent, Married, CommonLaw, Partner, Divorced, Widowed, Separated)

GoalCoveragePercent

  • GoalCoveragePercent object
    • formattedRaw number
    • raw number

GoalId

  • GoalId object
    • id integer

GoalModel

GoalNeedsVsAbilitiesSummary

  • GoalNeedsVsAbilitiesSummary object
    • abilities number
    • fixedNeeds number
    • fixedNeedsWithTaxes number
    • goalType string
    • identifier integer
    • totalNeeds number
    • totalNeedsWithTaxes number

GoalsModel

GrowthRateValues

  • GrowthRateValues object
    • additionalGrowthPercent Percent
    • isInflationAdjusted boolean
    • totalGrowth Percent

HoldingCompaniesModel

HoldingCompanyModel

HouseholdExternalModel

  • HouseholdExternalModel object
    • accessiblePlans array
    • clientDescription string
    • householdId integer
    • legacyClientId string

HouseholdModel

  • HouseholdModel object

HouseholdsExternalDataModel

HouseholdsModel

IAccumulationCategoryData

IActivityData

IAddress

  • IAddress object
    • city string
    • combinedCityStateProvince string
    • country string
    • stateOrProvince string
    • stateOrProvinceAbbrev string
    • street1 string
    • street2 string
    • zipOrPostalCode string

IAssetCategories

IAssetClass

IAssetClassWeight

IAssetId

  • IAssetId object
    • rawId integer

IAssetMix

  • IAssetMix object
    • assetClassDisplayLevel integer
    • assetClassInfoForDisplayLevel array
      • items integer
    • classes array
    • superAssetClasses array

IAssetValuation

IAssets

IAssumptions

  • IAssumptions object
    • anyHeadAlreadyRetired boolean
    • bothRetired boolean
    • bucketing IBucketing
    • client IHeadAssumptions
    • coClient IHeadAssumptions
    • firstToDieDate Date
    • firstToDieMember string (values: Client, CoClient)
    • firstToRetireDate Date
    • inflationRate Percent
    • lastToDieDate Date
    • lastToDieMember string (values: Client, CoClient)
    • lastToRetireDate Date
    • retirementYearAdjustedIfAlreadyRetired Year
    • splitSurplusSavingsStrategiesEnabled boolean
    • taxMethod string (values: Average, Simplified, Detailed)

IBucketing

IBusinessEntity

IBusinessEntityActivity

IBusinessPhoneNumbers

  • IBusinessPhoneNumbers object
    • business string
    • fax string

ICanadianGovernmentPensions

  • ICanadianGovernmentPensions object

ICashFlow

ICashFlowByOwner

ICashFlowCategory

ICashFlowIncomes

ICashFlowItem

  • ICashFlowItem object
    • description string
    • descriptionWithOwner string
    • isCPP boolean
    • isOAS boolean
    • sourceId string
    • typeDescription string
    • value Currency

ICashFlowOutflows

ICommonShareClassDetails

IContributions

ICorporationRealEstateAsset

  • ICorporationRealEstateAsset object
    • currentYearNetRentalIncome Currency
    • description string
    • id string
    • isActiveBusinessIncome DescriptiveBoolean
    • marketValueAsOf CurrencyWithDate
    • owner string (values: All, Head1, Head2, NonHead1, NonHead2, NonHead3, NonHead4, NonHead5, NonHead6, NonHead7, NonHead8, NonHead9, CommunityProperty, Joint, Other, AllDependents, AllFamilyMembers, Corporation)
    • preTaxGrowthRate Percent
    • purchaseAmount Currency
    • purchaseDate Date
    • standardDeviation Percent
    • startOfYearCostBasis Currency
    • startOfYearMarketValue Currency

IDebtModStrategies

IDefinedBenefitPension

  • IDefinedBenefitPension object
    • benefit IOptionalField[Benefit[CurrencyWithGrowth]]
    • description string
    • isBenefitFormula boolean
    • isBenefitIntegratedWithCppQpp boolean
    • isFormulaIntegratedWithCppQpp boolean
    • owner string (values: Client, CoClient)
    • pensionType string
    • percentPayableToSurvivor Percent
    • projectedYearsOfService integer
    • startDate Date

IDependent

  • IDependent object
    • address IAddress
    • ageAsOfPlanDate integer
    • birthdate Date
    • citizenship string
    • dependentOf string
    • dependentOfId string (values: All, Head1, Head2, NonHead1, NonHead2, NonHead3, NonHead4, NonHead5