PortfolioLinkApi

<back to all web services

GetRiskAbility

Requires Authentication
The following routes are available for this service:
All Verbs/riskprofiles/calculate/riskability
GetRiskAbility Parameters:
NameParameterData TypeRequiredDescription
GoalqueryGoalInfoNo
LumpSumquerydecimalNo
GetIncomeCashFlowRequestqueryGetIncomeCashFlowRequestNo
GetContributionCashFlowRequestqueryGetContributionCashFlowRequestNo
CurrencyquerystringNo
LiquidityNeedsqueryintNo
GoalTimeHorizonqueryintNo
RiskCapacityqueryintNo
OverridequeryboolNo
OverrideMessagequerystringNo
OverrideRiskProfileIdqueryintNo
GoalInfo Parameters:
NameParameterData TypeRequiredDescription
GoalNameformstringNo
GoalDescriptionformstringNo
TypeformGoalTypeEnumNo
GoalHasTargetformboolNo
GoalTargetformdecimalNo
GoalTargetAgeformintNo
CurrencyformstringNo
WrapperTypeformstringNo
GoalTypeEnum Enum:
PostRetirement
PreRetirement
Emergency
Education
GeneralInvesting
Target
Wedding
House
GetIncomeCashFlowRequest Parameters:
NameParameterData TypeRequiredDescription
KeyIndexformintNo
IncomeLabelformstringNo
IncomeIncludeZeroIncomeYearsformboolNo
IncomeformdecimalNo
TaxRateformdecimalNo
IncomeToLastformintNo
CurrentAgeformintNo
IncomeGrowthformdecimalNo
IncomeGrowthFrequencyformdecimalNo
PayoutFrequencyformintNo
StartYearformintNo
HasAdhocCashFlowformboolNo
AdhocCashFlowAge1formintNo
AdhocCashFlow1formdecimalNo
AdhocCashFlowAge2formintNo
AdhocCashFlow2formdecimalNo
AdhocCashFlowAge3formintNo
AdhocCashFlow3formdecimalNo
ApplySmileformboolNo
GetContributionCashFlowRequest Parameters:
NameParameterData TypeRequiredDescription
KeyIndexformintNo
ContributionLabelformstringNo
ApplyContributionformboolNo
ContributionformdecimalNo
ContributionGrowthformdecimalNo
ContributionGrowthFrequencyformdecimalNo
ContributionFrequencyformintNo
ContributionStartYearformintNo
ContributionToLastformintNo
GetRiskAbilityResponse Parameters:
NameParameterData TypeRequiredDescription
LiquidityNeedsformintNo
GoalTimeHorizonformintNo
RiskCapacityformintNo
TimeHorizonMessageformstringNo
RiskCapacityMessageformstringNo
LiquidityNeedsMessageformstringNo
RiskProfileformstringNo
RiskProfileIdformintNo
GeneralMessageformstringNo
OverrideformboolNo
OverrideMessageformstringNo
OverrideRiskProfileIdformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /riskprofiles/calculate/riskability HTTP/1.1 
Host: api.portfoliolink.co.za 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"goal":{"goalName":"String","goalDescription":"String","type":"PostRetirement","goalHasTarget":false,"goalTarget":0,"goalTargetAge":0,"currency":"String","wrapperType":"String"},"lumpSum":0,"getIncomeCashFlowRequest":{"keyIndex":0,"incomeLabel":"String","incomeIncludeZeroIncomeYears":false,"income":0,"taxRate":0,"incomeToLast":0,"currentAge":0,"incomeGrowth":0,"incomeGrowthFrequency":0,"payoutFrequency":0,"startYear":0,"hasAdhocCashFlow":false,"adhocCashFlowAge1":0,"adhocCashFlow1":0,"adhocCashFlowAge2":0,"adhocCashFlow2":0,"adhocCashFlowAge3":0,"adhocCashFlow3":0,"applySmile":false},"getContributionCashFlowRequest":{"keyIndex":0,"contributionLabel":"String","applyContribution":false,"contribution":0,"contributionGrowth":0,"contributionGrowthFrequency":0,"contributionFrequency":0,"contributionStartYear":0,"contributionToLast":0},"currency":"String","liquidityNeeds":0,"goalTimeHorizon":0,"riskCapacity":0,"override":false,"overrideMessage":"String","overrideRiskProfileId":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"liquidityNeeds":0,"goalTimeHorizon":0,"riskCapacity":0,"timeHorizonMessage":"String","riskCapacityMessage":"String","liquidityNeedsMessage":"String","riskProfile":"String","riskProfileId":0,"generalMessage":"String","override":false,"overrideMessage":"String","overrideRiskProfileId":0}