Question 3 |
/*****************************************************/
/* Profil securitaire */
/*****************************************************/
if(calculateur.value.id("profil_num") == 1){
if(calculateur.value.id("Q3_grille_1") > 0)
"[p]All your investments will be sold within 5 years.[/p]";
}
|
Question 3 |
/*****************************************************/
/* Profil securitaire */
/*****************************************************/
if(calculateur.value.id("profil_num") == 1){
if(calculateur.value.id("somme_total_1") == 1 && calculateur.value.input("Q3_retirer_delais") == 1)
"[p]According to this tool, since all your investments will be sold within 5 years, you are a conservative investor. However, if you had money to invest for a longer period of time, your profile would probably be different.[/p]";
else if(calculateur.value.input("Q3_retirer_delais") == 1)
"[p]All your investments will be sold within 5 years.[/p]";
}
/*****************************************************/
/* Profil Revenu Croissance */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 4){
if(calculateur.value.id("Q3_grille_4") == 1)
"[p]You will need your investments within 15 years.[/p]";
}
|
Question 4 |
/*****************************************************/
/* Profil securitaire */
/*****************************************************/
if(calculateur.value.id("profil_num") == 1){
if(calculateur.value.input("Q4_portefeuille_but") == 2)
"[p]The main goal of your portfolio is to provide easily accessible funds (liquid). Since you have a short-term investment horizon, risky investments, even those that are liquid, could require you to sell them at a loss.[/p]";
else if(calculateur.value.input("Q4_portefeuille_but") == 1)
"[p]The main goal of your portfolio is capital preservation (security). To achieve this goal, you cannot risk losing the amounts invested.[/p]";
}
/*****************************************************/
/* Profil Revenu Équilibré */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 3){
if(calculateur.value.input("Q4_portefeuille_but") == 3)
"[p]The main goal of your portfolio is to obtain regular income from your investments. You therefore want your portfolio to provide you with some reliable investment income. Investing only in high-risk securities would not allow you to achieve this goal.[/p]";
}
/*****************************************************/
/* Profil Revenu Croissance */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 4){
if(calculateur.value.input("Q4_portefeuille_but") == 4)
"[p]The main goal of your portfolio is to obtain income while growing your investments. To protect at least a portion of the income, a certain portion of your portfolio must be in more secure investments.[/p]";
}
|
Question 5 |
/*****************************************************/
/* Profil Revenu Équilibré */
/*****************************************************/
if(calculateur.value.id("profil_num") == 3){
if(calculateur.value.input("Q5_connaisances") == 1)
"[p]Your knowledge of investments and financial markets is limited. Since investors should only choose investments that they are familiar with and understand, not knowing about investments limits your choices.[/p]";
}
/*****************************************************/
/* Profil Revenu Croissance */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 4){
if(calculateur.value.input("Q5_connaisances") == 2)
"[p]Your investment knowledge is insufficient to invest in higher-risk products that could require you to track the financial markets more closely.[/p]";
}
|
Question 6 |
/*****************************************************/
/* Profil securitaire */
/*****************************************************/
if(calculateur.value.id("profil_num") == 1){
if(calculateur.value.input("Q6_votre_situation_financiere") == 1 && calculateur.value.input("Q7_equilibre_budgetaire", true) >=3)
"[p]Your budget is in the red. You often spend more than you earn and have trouble paying off your debts. Before investing, you might consider paying off your debts, particularly those with a high interest rate.[/p]";
}
/*****************************************************/
/* Profil Revenu prudent */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 2){
if(calculateur.value.input("Q6_votre_situation_financiere") == 1 && calculateur.value.input("Q7_equilibre_budgetaire", true) < 3)
"[p]Your budget is in the red. You often spend more than you earn and have trouble paying off your debts. Before investing, you might consider paying off your debts, particularly those with a high interest rate. An authorized representative or an organization such as the Association coopérative d’économie familiale (ACEF) can help you.[/p]";
}
/*****************************************************/
/* Profil Revenu Équilibré */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 3){
if(calculateur.value.input("Q6_votre_situation_financiere") == 2)
"[p]Your budget is in the red. You often spend more than you earn even though you have no trouble paying off your debts. Before investing, you might consider paying off your debts, particularly those with a high interest rate. An authorized representative or an organization such as the Association coopérative d’économie familiale (ACEF) can help you.[/p]";
}
/*****************************************************/
/* Profil Revenu Croissance */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 4){
if(calculateur.value.input("Q6_votre_situation_financiere") == 3)
"[p]Congratulations, you have a balanced budget. However, you seem to be having trouble creating a surplus and building an emergency fund. This could limit your financial ability to invest in long-term investments.[/p]";
}
|
Question 8 |
/*****************************************************/
/* Profil securitaire */
/*****************************************************/
if(calculateur.value.id("profil_num") == 1){
if(calculateur.value.input("Q8_portefeuille_rendement") == 1)
"[p]To achieve your financial goals, your portfolio must generate the expected return.[/p]";
else if(calculateur.value.input("Q8_portefeuille_rendement") == 2)
"[p]To achieve your financial goals, your portfolio must always maintain its value.[/p]";
}
/*****************************************************/
/* Profil Revenu Équilibré */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 3){
if(calculateur.value.input("Q8_portefeuille_rendement") == 3)
"[p]You have no specific goal in terms of returns but you don’t want to lose the money invested. While risky investments tend to earn more than safe investments over the long run, there’s no guarantee. Keeping a portion of your portfolio in more secure investments could contribute to achieving your financial objectives.[/p]";
}
/*****************************************************/
/* Profil Revenu Croissance */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 4){
if(calculateur.value.input("Q8_portefeuille_rendement") == 4)
"[p]To achieve your financial goals, your portfolio must generate a certain return, although it can be lower than expected. Since risky investments don’t guarantee a return, you must keep a portion of your portfolio in less risky investments to ensure a certain return.[/p]";
}
|
Question 9 |
/*****************************************************/
/* Profil securitaire */
/*****************************************************/
if(calculateur.value.id("profil_num") == 1){
if(calculateur.value.input("Q9_portefeuille_delais_valeur_initale") == 1)
"[p]If the value of your portfolio fell, you would be unwilling to wait three or more months for it to recover.[/p]";
}
/*****************************************************/
/* Profil Revenu prudent */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 2){
if(calculateur.value.input("Q9_portefeuille_delais_valeur_initale") == 2)
"[p]If the value of your portfolio fell, you would be willing to wait three to six months for it to recover.[/p]";
}
/*****************************************************/
/* Profil Revenu Équilibré */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 3){
if(calculateur.value.input("Q9_portefeuille_delais_valeur_initale") == 3)
"[p]If the value of your portfolio fell, you would be willing to wait six months to a year for it to recover.[/p]";
}
/*****************************************************/
/* Profil Revenu Croissance */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 4){
if(calculateur.value.input("Q9_portefeuille_delais_valeur_initale") == 4)
"[p]If the value of your portfolio fell, you would be willing to wait one to three years for it to recover.[/p]";
}
|
Question 10 |
/*****************************************************/
/* Profil securitaire */
/*****************************************************/
if(calculateur.value.id("profil_num") == 1){
if(calculateur.value.input("Q10_portefeuille_baisse_tolerer") == 1)
"[p]You cannot tolerate any drop in the value of your portfolio.[/p]";
}
/*****************************************************/
/* Profil Revenu prudent */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 2){
if(calculateur.value.input("Q10_portefeuille_baisse_tolerer") == 2)
"[p]You can tolerate a drop of up to 5% in the value of your portfolio.[/p]";
}
/*****************************************************/
/* Profil Revenu Équilibré */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 3){
if(calculateur.value.input("Q10_portefeuille_baisse_tolerer") == 3)
"[p]You can tolerate a drop of up to 15% in the value of your portfolio.[/p]";
}
/*****************************************************/
/* Profil Revenu Croissance */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 4){
if(calculateur.value.input("Q10_portefeuille_baisse_tolerer") == 4)
"[p]You can tolerate a drop of up to 30% in the value of your portfolio.[/p]";
}
|
Question 11 |
/*****************************************************/
/* Profil Revenu Équilibré */
/*****************************************************/
if(calculateur.value.id("profil_num") == 3){
if(calculateur.value.input("Q11_reaction") == 1)
"[p]If the value of your investments fell sharply, you would sell off the remainder to avoid additional losses. This shows that you are not prepared to tolerate major investment losses.[/p]";
else if(calculateur.value.input("Q11_reaction") == 2)
"[p]If the value of your investments fell sharply, you would sell off some of the remainder to limit future losses. This shows that you would have exceeded your risk tolerance.[/p]";
}
/*****************************************************/
/* Profil Revenu Croissance */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 4){
if(calculateur.value.input("Q11_reaction") == 3)
"[p]If the value of your investments fell sharply, you would hold on to your investments but would not invest more.[/p]";
}
|
Question 12 |
/*****************************************************/
/* Profil Revenu prudent */
/*****************************************************/
if(calculateur.value.id("profil_num") == 2){
if(calculateur.value.input("Q12_portefeuille") == 1)
"[p]You are more comfortable with a portfolio that generates few or no losses, even if the projected returns are low.[/p]";
}
/*****************************************************/
/* Profil Revenu Équilibré */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 3){
if(calculateur.value.input("Q12_portefeuille") == 2)
"[p]You are more comfortable with a portfolio that generates few or no losses, even if the projected returns are low.[/p]";
}
/*****************************************************/
/* Profil Revenu Croissance */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 4){
if(calculateur.value.input("Q12_portefeuille") == 3)
"[p]When choosing a portfolio, you would not choose the riskiest one, even if the potential return is higher.[/p]";
}
|
Evenements profil |
if((calculateur.value.input("Q6_votre_situation_financiere") == 1 && calculateur.value.input("Q7_equilibre_budgetaire", true) >= 3 && $('input[name=Q7_equilibre_budgetaire_instable]').is(':checked')) || calculateur.value.input("Q7_equilibre_budgetaire", true) >= 5)
1;
else if(calculateur.value.input("Q7_equilibre_budgetaire", true) == 4 || ($('input[name=Q7_equilibre_budgetaire_instable]').is(':checked') && $('input[name=Q7_equilibre_budgetaire_perte_emploi]').is(':checked') && $('input[name=Q7_equilibre_budgetaire_divorce]').is(':checked')))
2;
else if(calculateur.value.input("Q7_equilibre_budgetaire", true) == 3 || $('input[name=Q7_equilibre_budgetaire_instable]').is(':checked') || $('input[name=Q7_equilibre_budgetaire_perte_emploi]').is(':checked') || $('input[name=Q7_equilibre_budgetaire_divorce]').is(':checked'))
3;
else if(calculateur.value.input("Q7_equilibre_budgetaire", true) == 2)
4;
else
5;
|
info 1 |
if(calculateur.value.input("Q1_investir_actuellement_amount") <= 0)
"Breakdown of investments by $" + helper.number.format(calculateur.value.input("Q1_investir_periodique_amount")) + " ";
else
"Breakdown of your initial investment of $" + helper.number.format(calculateur.value.input("Q1_investir_actuellement_amount")) + " and your investments of $" +helper.number.format( calculateur.value.input("Q1_investir_periodique_amount")) + " " + $('[name="Q1_investir_periodique_periode"] :selected').text() + ".";
|
info 2 |
if("????" == "????")
"For a lump-sum investment of $" + helper.number.format(calculateur.value.id("risque_unique")) + ":";
else
"For a lump-sum investment of $" + helper.number.format(calculateur.value.id("risque_unique")) + " and an investment of $" + calculateur.value.input("Q1_investir_periodique_amount") + " "+ $('[name="Q1_investir_periodique_periode"] :selected').text() + ":";
|
info 3 |
if(calculateur.value.id("securitaire_unique") > 0 && calculateur.value.input("Q1_investir_periodique_amount") >= 0)
"To this end, you will withdraw from your savings a lump-sum amount of $" + helper.number.format(calculateur.value.id("securitaire_unique")) + " and $" + helper.number.format(calculateur.value.id("periodique_calcul_securitaire")) + " " + $('[name="Q1_investir_periodique_periode"] :selected').text() + ".";
else if(calculateur.value.id("securitaire_unique") > 0)
"To this end, you will withdraw from your savings a lump-sum amount of $" + helper.number.format(calculateur.value.id("securitaire_unique"));
else
"To this end, you will withdraw from your savings $" + helper.number.format(calculateur.value.id("periodique_calcul_securitaire")) + " " + $('[name="Q1_investir_periodique_periode"] :selected').text();
|
info 4 |
if(calculateur.value.id("risque_periodique") <=0 && calculateur.value.id("risque_unique") > 0)
"For the remainder, i.e. the equivalent of a lump-sum investment of $" + helper.number.format(calculateur.value.id("risque_unique"));
else if(calculateur.value.id("risque_periodique") > 0 && calculateur.value.id("risque_unique") == 0)
"For the remainder, i.e. the equivalent of an investment of $" + helper.number.format(calculateur.value.id("periodique_calcul_risque"), 2) + " "+ $('[name="Q1_investir_periodique_periode"] :selected').text();
else
"For the remainder, i.e. the equivalent of a lump-sum investment of $" + helper.number.format(calculateur.value.id("risque_unique")) + " and an investment of $" + helper.number.format(calculateur.value.id("periodique_calcul_risque"),2) + " "+ $('[name="Q1_investir_periodique_periode"] :selected').text();
|
info 5 |
var info;
if(calculateur.value.input("Q7_equilibre_budgetaire", true) == 1)
info = "An important event could affect your budgetary balance and require the use of a significant portion of your investments earlier than expected: ";
else if(calculateur.value.input("Q7_equilibre_budgetaire", true) > 1){
info = "Many events could affect your budget balance and require the use of a significant portion of your investments earlier than expected";
if(calculateur.value.id("profil_num") == calculateur.value.id("event_profil_num"))
info += ". This limits your ability to invest in risky investments:";
else
info += ":";
}
info;
|
info 6 |
if(calculateur.value.input("Q2_retirer_actuellement_amount") + calculateur.value.input("Q2_retirer_periodique_amount") < 0)
"";
else if(calculateur.value.input("Q2_retirer_periodique_amount") > 0 && calculateur.value.input("Q2_retirer_actuellement_amount") > 0 )
"Not counting your investment income, you will need a lump sum of $" + helper.number.format(calculateur.value.input("Q2_retirer_actuellement_amount")) + " and $" + helper.number.format(calculateur.value.input("Q2_retirer_periodique_amount")) + " " + $('[name="Q2_retirer_periodique_periode"] :selected').text() + ", or a total of $" + helper.number.format(calculateur.value.id("retirer_5_annee")) + " over the next 5 years.";
else if(calculateur.value.input("Q2_retirer_periodique_amount") > 0)
"Not counting your investment income, you will need $" + helper.number.format(calculateur.value.input("Q2_retirer_periodique_amount")) + " " + $('[name="Q2_retirer_periodique_periode"] :selected').text() + " over the next 5 years.";
else
"Not counting your investment income, you will need a lump sum of $" + helper.number.format(calculateur.value.input("Q2_retirer_actuellement_amount")) + " over the next 5 years. ";
|
info 7 |
"Not counting your investment income, you will need a lump sum of $" + helper.number.format(calculateur.value.id("securitaire_total")) + " over the next 5 years. Investing these sums in risky investments for such a short period could require you to sell at a loss.";
|
Evenements |
var evenements = new Array();
if( $('input[name=Q7_equilibre_budgetaire_instable]').is(':checked') )
evenements[1] = "Your income is unstable. ";
if( $('input[name=Q7_equilibre_budgetaire_enfant]').is(':checked') )
evenements[2] = " You may soon need the money invested to provide for your children.";
if( $('input[name=Q7_equilibre_budgetaire_maison]').is(':checked') )
evenements[3] = "You may soon need the money invested to finance the purchase of a property. ";
if( $('input[name=Q7_equilibre_budgetaire_mariage]').is(':checked') )
evenements[4] = "You and your spouse may need the money invested to cover upcoming expenses. ";
if( $('input[name=Q7_equilibre_budgetaire_divorce]').is(':checked') )
evenements[5] = "In the event of a divorce or separation, you may need the money invested sooner than expected. ";
if( $('input[name=Q7_equilibre_budgetaire_maladie]').is(':checked') )
evenements[6] = " If you become disabled, you may need the money invested. ";
if( $('input[name=Q7_equilibre_budgetaire_retraite]').is(':checked') )
evenements[7] = "You may soon need the money invested to fund your retirement. ";
if( $('input[name=Q7_equilibre_budgetaire_perte_emploi]').is(':checked') )
evenements[8] = "If you lose your job, you may need the money invested sooner than expected. ";
if( $('input[name=Q7_equilibre_budgetaire_sinistre]').is(':checked') )
evenements[9] = "You do not seem to have sufficient home insurance coverage. Consequently, in the event of a claim, you may need the money invested sooner than expected. ";
if( $('input[name=Q7_equilibre_budgetaire_accident]').is(':checked') )
evenements[10] = "You do not seem to have sufficient auto insurance coverage. Consequently, in the event of a claim, you may need the money invested sooner than expected. ";
if( $('input[name=Q7_equilibre_budgetaire_sante]').is(':checked') )
evenements[11] = "Poor health or high-risk activities may prevent you from working and as a result, you may need the money invested. ";
if(calculateur.value.input("Q7_equilibre_budgetaire", true) > 0)
evenements[12] = "Talk it over with an expert if necessary to ensure you make the right choice. ";
evenements;
|
Resumé |
if((calculateur.value.id("risque_unique") + calculateur.value.id("risque_periodique")) < 1)
"You will need all of the money invested within the next 5 years. You could simply put it in low-risk liquid assets such as guaranteed investment certificates, a savings account or money market funds. For this amount, your investor profile seems to be “conservative.” If you had more money to invest, your investor profile could be different.[br/][br/]";
else if(calculateur.value.input("Q2_retirer_periodique_amount") > 0 || calculateur.value.input("Q2_retirer_actuellement_amount") > 0)
calculateur.value.id("info_6", true) + " Since you will need this money within the next 5 years, you could simply put it in low-risk liquid assets such as guaranteed investment certificates, a savings account or money market funds. For this amount, your investor profile seems to be “conservative.”[br/][br/]";
|
Description |
if(calculateur.value.id("risque_total") < 1)
"";
/*****************************************************/
/* Profil Sécuritaire */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 1)
"Your estimated investor profile is “conservative.” You would possibly place your money in safe investments such as debt securities (Treasury bills, guaranteed investment certificates, savings bonds, bonds, etc.). This type of investment tends to generate lower returns than higher-risk investments, but that’s okay. There are various ways you can compensate for these lower returns, for example, by investing regularly. One of the advantages of this type of investment is that you will have a good idea of the returns and be better able to plan how much money to invest or withdraw. Another is that it won’t cause you sleepless nights! Talk it over with an authorized representative, who will be able to guide you.";
/*****************************************************/
/* Profil Revenu prudent */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 2)
"Your estimated investor profile is “moderate.” You are willing to tolerate a small amount of volatility in the near term and small losses as a trade-off for modest returns. Since the returns will not fluctuate much, you can plan ahead and invest accordingly to achieve your goals. Most of your portfolio (65% to 85%) will be invested in debt securities (Treasury bills, guaranteed investment certificate, savings bonds, bonds, debentures, etc.). A small portion of the portfolio (15% to 35%) could be invested in equities (common and preferred shares) or in units of investment funds that invest in these types of securities. This should allow you to offset the increase in the cost of living. Note that this estimated investor profile is not an investment recommendation. Before investing, consult an authorized representative to determine your specific investor profile.";
/*****************************************************/
/* Profil Équilibré */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 3)
"Your estimated investor profile is “balanced.” You are willing to tolerate some volatility and a moderate loss of capital. As its name implies, your portfolio will consist of a balanced combination of debt securities (Treasury bills, guaranteed investment certificates, savings bonds, bonds, debentures, etc.), equities (common and preferred shares) or units of investment funds that invest in these types of securities. You could have a well-diversified portfolio. For example, you could invest 35% to 60% of your portfolio in debt securities and the rest in equities. Note that this estimated investor profile is not an investment recommendation. Before investing, consult an authorized representative to determine your specific investor profile.";
/*****************************************************/
/* Profil Croissance */
/*****************************************************/
else if(calculateur.value.id("profil_num") == 4)
"Your estimated investor profile is “growth.” You are willing to accept a high level of volatility and substantial losses in exchange for potentially higher returns. You are able to tolerate substantial losses in your portfolio without losing sleep over it. A large part of the portfolio (60% to 85%) could be invested in equities (common and preferred shares) or in units of investment funds that invest in this type of security. The rest of your portfolio would be invested in debt securities (Treasury bills, guaranteed investment certificates, savings bonds, bonds, debentures, etc.). Note that this estimated investor profile is not an investment recommendation. Before investing, consult an authorized representative to determine your specific investor profile.";
/*****************************************************/
/* Profil Croissance dynamique */
/*****************************************************/
else
"Your estimated investor profile is “aggressive.” This is the riskiest portfolio. You are prepared to tolerate a high level of volatility. You are able to tolerate substantial losses in your portfolio without losing sleep over it. You have no expectations in terms of long-term returns. Careful! Before investing, bear in mind that the right time to rethink your profile is not when your investments drop in value; doing so could result in bigger losses. Think about it. It’s okay to aspire to high returns in the long term, but only if you fully understand the risks involved. If you have answered the questions honestly, this is your profile. You could therefore invest, for instance, 85% and more of your portfolio in equities such as common and preferred shares or in units of investment funds that invest in this type of security. However, bear in mind that this comes at a cost, namely, less diversification. Consequently, make sure not to place your money in investments that all fluctuate in the same direction at the same time. Weigh the risks carefully and be realistic about the potential returns. Note that this estimated investor profile is not an investment recommendation. Before investing, consult an authorized representative to determine your specific investor profile.";
|
Note question 3 |
if(calculateur.value.input("Q4_portefeuille_but") == 1 && calculateur.value.input("Q3_retirer_delais") == 4)
"Although you are determined to avoid losses, you might consider investments that fluctuate provided they include a capital guarantee. Make sure the maturity of the investments you choose is in keeping with your investment horizon.";
else if(calculateur.value.input("Q4_portefeuille_but") ==1 && (calculateur.value.input("Q3_retirer_delais") == 3 || calculateur.value.input("Q3_retirer_delais") == 2))
"Although you are determined to avoid losses, you might consider investments with some volatility but that include a capital guarantee. Make sure the maturity of the investments you choose is in keeping with your investment horizon.";
|
Note question 8 |
if(calculateur.value.input("Q8_portefeuille_rendement") == 3 && calculateur.value.input("Q3_retirer_delais") == 4)
"Although you would like your investment to maintain its value in the long run, you might consider investments with some volatility provided they include a capital guarantee. Assurez-vous que l'échéance des placements que vous choisirez respecte votre horizon d'investissement.";
else if(calculateur.value.input("Q8_portefeuille_rendement") == 3 && (calculateur.value.input("Q3_retirer_delais") == 3 || calculateur.value.input("Q3_retirer_delais") == 2))
"Although you would like your investment to maintain its value in the long run, you might consider investments with some volatility provided they include a capital guarantee. Assurez-vous que l'échéance des placements que vous choisirez respecte votre horizon d'investissement.";
|
Situation |
var situations = new Array();
if(calculateur.value.input("Q5_connaisances") == 1)
situations[1] = "[div]You have limited knowledge of investments and financial markets.[/div]";
else if(calculateur.value.input("Q5_connaisances") == 2)
situations[1] = "[div]You have some knowledge of investments and financial markets.[/div]";
else
situations[1] = "[div]You have extensive investment knowledge.[/div]";
if(calculateur.value.input("Q6_votre_situation_financiere") == 1)
situations[2] = "[div]Your budget is in the red. You often spend more than you earn. You run into debt and have trouble paying it off.[/div]";
else if(calculateur.value.input("Q6_votre_situation_financiere") == 2)
situations[2] = "[div]Your budget is in the red. You often spend more than you earn but have no trouble paying off your debts.[/div]";
else if(calculateur.value.input("Q6_votre_situation_financiere") == 3)
situations[2] = "[div]Your budget is balanced. It takes a lot of effort, but you manage not to spend more than you earn.[/div]";
else if(calculateur.value.input("Q6_votre_situation_financiere") == 4)
situations[2] = "[div]Your budget is balanced. You spend pretty much what you earn. You could save if you had to.[/div]";
else
situations[2] = "[div]You have a budget surplus. You therefore spend less than you earn. You have extra money to invest.[/div]";
if(calculateur.value.input("Q3_retirer_delais") ==1)
situations[3] = "[div]You plan to sell all your investments within 5 years.[/div]";
else if(calculateur.value.input("Q3_retirer_delais") ==2)
situations[3] = "[div]You plan to sell at least a third of your investment within 5 to 9 years.[/div]";
else if(calculateur.value.input("Q3_retirer_delais") ==3)
situations[3] = "[div]You plan to sell at least a third of your investment within 10 to 14 years.[/div]";
else
situations[3] = "[div]You plan to hold on to your investment for 15 years or more.[/div]";
situations;
|
but |
var buts = new Array();
if(calculateur.value.input("Q4_portefeuille_but") == 1)
buts[1] = "[div]Your main goal with this portfolio is capital preservation.[/div]";
else if(calculateur.value.input("Q4_portefeuille_but") == 2)
buts[1] = "[div]Your main goal with this portfolio is to have easy access to funds.[/div]";
else if(calculateur.value.input("Q4_portefeuille_but") == 3)
buts[1] = "[div]Your main goal with this portfolio is to obtain regular investment income.[/div]";
else if(calculateur.value.input("Q4_portefeuille_but") == 4)
buts[1] = "[div]Your main goal with this portfolio is to obtain income while growing your investments.[/div]";
else if(calculateur.value.input("Q4_portefeuille_but") == 5)
buts[1] = "[div]Your main goal with this portfolio is long-term growth.[/div]";
else
buts[1] = "[div]Your main goal with this portfolio is to make a quick profit (speculate).[/div]";
if(calculateur.value.input("Q4_portefeuille_but") == 6)
buts[2] = "[div]You know that your chances of success are slim but you are prepared to take the risk.[/div]";
if(calculateur.value.input("Q8_portefeuille_rendement") == 1)
buts[3] = "[div]To achieve your financial goals, this portfolio must generate the expected return.[/div]";
else if(calculateur.value.input("Q8_portefeuille_rendement") == 2)
buts[3] = "[div]To achieve your financial goals, this portfolio must always maintain its value.[/div]";
else if(calculateur.value.input("Q8_portefeuille_rendement") == 3)
buts[3] = "[div]To achieve your financial goals, this portfolio must at least maintain its value in the long term.[/div]";
else if(calculateur.value.input("Q8_portefeuille_rendement") == 4)
buts[3] = "[div]To achieve your financial goals, this portfolio must generate a certain return, although it can be lower than expected.[/div]";
else
buts[3] = "[div]You could achieve your financial goals even if your portfolio is volatile and generates less than the expected return.[/div]";
if(calculateur.value.input("Q1_investir_actuellement_amount") > 0 ){
buts[4] = "You would like to make a lump sum investment of $" + helper.number.format(calculateur.value.input("Q1_investir_actuellement_amount")) + " immediately";
if( calculateur.value.input("Q1_investir_periodique_amount") > 0){
buts[4] += " and $" + helper.number.format(calculateur.value.input("Q1_investir_periodique_amount")) + " " + $('[name="Q1_investir_periodique_periode"] :selected').text() + ".";
}
else{
buts[4] += ".";
}
buts[4] = "[div]" + buts[4] + "[/div]"
}
if(calculateur.value.input("Q1_investir_periodique_amount") > 0 && calculateur.value.input("Q1_investir_actuellement_amount") <= 0)
buts[5] = "[div]You would like to invest $" + helper.number.format(calculateur.value.input("Q1_investir_periodique_amount")) + " " + $('[name="Q1_investir_periodique_periode"] :selected').text() + ".[/div]";
if(calculateur.value.input("Q10_portefeuille_baisse_tolerer") == 1)
buts[6] = "[div]In the short term, you cannot tolerate any financial loss.[/div]";
else if(calculateur.value.input("Q10_portefeuille_baisse_tolerer") == 2)
buts[6] = "[div]In the short term, you can tolerate a 5% decline in the value of your portfolio.[/div]";
else if(calculateur.value.input("Q10_portefeuille_baisse_tolerer") == 3)
buts[6] = "[div]In the short term, you can tolerate up to a 15% decline in the value of your portfolio.[/div]";
else if(calculateur.value.input("Q10_portefeuille_baisse_tolerer") == 4)
buts[6] = "[div]In the short term, you can tolerate up to a 30% decline in the value of your portfolio.[/div]";
else
buts[6] = "[div]In the short term, you can tolerate a decline of more than 30% in the value of your portfolio.[/div]";
buts;
|
Prenez garde! |
if(calculateur.value.input("Q5_connaisances") == 3){
var garde = new Array();
if($('input[name=Q5b_type_investisseur_1]').is(':checked'))
garde[1] = "[div]You have indicated that you can spot an undervalued stock.[/div]";
if($('input[name=Q5b_type_investisseur_1]').is(':checked'))
garde[2] = "[div]A classic mistake that overly confident investors make is to multiply their transactions. In doing so, they rack up transaction fees and tend to earn below-index returns over the long run. On the whole, a long-term investment strategy will usually deliver positive results.[/div]";
if($('input[name=Q5b_type_investisseur_2]').is(':checked'))
garde[3] = "[div]I can spot an undervalued stock. Careful! When the stock markets go up, some investors pat themselves on the back for their trading skills. Conversely, when they go down, they put the blame on unforeseeable events beyond their control. The fact is that no one can control or time the stock market[/div]";
if($('input[name=Q5b_type_investisseur_3]').is(':checked'))
garde[4] = "[div]You track the stock markets and have indicated that you can spot and capitalize on market highs and lows. Can you trust your investment instincts? Many investors think they can predict market highs and lows. What could actually happen is that they sell, convinced that the market has peaked, and then it continues its upswing, or they sell when they think the market will fall, but it recovers before they can reinvest.[/div]";
if($('input[name=Q5b_type_investisseur_4]').is(':checked'))
garde[5] = "[div] You look for low-risk stocks with good dividends. Careful! Stocks are never low-risk―even those of well-established companies that pay sizable dividends. During the 2008-2009 financial crisis, for instance, many such companies saw the value of their stock drop by more than 50%.[/div]";
if($('input[name=Q5b_type_investisseur_5]').is(':checked'))
garde[6] = "[div]You would like to invest in low-risk financial products that generate high returns. Careful! Risk and return are directly related. Earning a high return means accepting a high degree of risk. One of the mistakes that investors make is to underestimate risk. When a stock sheds value, they sell it at a loss because they’re unable to tolerate the risk they’ve taken on. For more information, read [a href='https://lautorite.qc.ca/en/general-public/publications/for-general-public/fraud-prevention/' target='_blank']Red-flagging financial fraud[/a].[/div]";
garde;
}
|
Autre 1 |
if(calculateur.value.input("Q6_votre_situation_financiere") > 2)
"Si vous avez des dettes, auriez-vous avantage à les rembourser plutôt que d'investir? Parlez-en à un représentant.";
|
Autre 2 |
if(calculateur.value.input("Q3_retirer_delais") <=2)
"Before investing, check whether you can cash in the amounts invested in case of need, and if so, what fees are involved.";
|
Autre 3 |
"your profile";
|
Autre 4 |
"In progress";
|
Autre 5 |
"Completed";
|