Icon

X - Early retirement

Solution of the 10th JUST KNIME IT Challenge

Points to remember:There is no Input data Problem Statement:Your coworker turns to you and says that she is going to retire. You laugh because she is 30 years old. She is serious. To understand how she got to thisdecision, you will create a KNIME component named “Financial Tracker_YOURNAME” (replace YOURNAME with your name). The component should usewidgets to get the following input:a person's monthly expenditure amounttheir target age to retireThe output of the component should be how much money they need to have in order to retire at the target age. For simplicity, use this formula in yourcomponent: amount_to_retire = (100 - target_age) * monthly_expenditure_amount * 12 My Learning:Nodes: Refresh Widget Financial Tracker- Jyotendra Points to remember:There is no Input data Problem Statement:Your coworker turns to you and says that she is going to retire. You laugh because she is 30 years old. She is serious. To understand how she got to thisdecision, you will create a KNIME component named “Financial Tracker_YOURNAME” (replace YOURNAME with your name). The component should usewidgets to get the following input:a person's monthly expenditure amounttheir target age to retireThe output of the component should be how much money they need to have in order to retire at the target age. For simplicity, use this formula in yourcomponent: amount_to_retire = (100 - target_age) * monthly_expenditure_amount * 12 My Learning:Nodes: Refresh Widget Financial Tracker- Jyotendra

Nodes

Extensions

Links