Browse Source

DIV-542: Question about how claimant and spouse will calculate income

pull/160/head
Benard Ebinu 8 years ago
parent
commit
8c5343fc29
4 changed files with 506 additions and 474 deletions
  1. +29
    -18
      edivorce/apps/core/static/js/functions.js
  2. +0
    -25
      edivorce/apps/core/static/js/main.js
  3. +467
    -421
      edivorce/apps/core/templates/question/06_children_income_expenses.html
  4. +10
    -10
      edivorce/fixtures/Question.json

+ 29
- 18
edivorce/apps/core/static/js/functions.js View File

@ -8,6 +8,8 @@ var reveal = function(el) {
var css_class = el.data("target_class");
var related_id = el.data("related_id");
var reveal_condition = el.data("reveal_condition");
var invert_target = el.data("invert_target");
var should_reveal = true;
if (reveal_condition !== undefined) {
@ -25,12 +27,21 @@ var reveal = function(el) {
}
if (!should_reveal) {
if (related_id !== undefined){
if (related_id !== undefined) {
$('#' + related_id).hide();
}
if (css_class !== undefined){
if (css_class !== undefined) {
$('.' + css_class).hide();
}
if (invert_target !== undefined) {
$(invert_target).show();
}
}
} else if (invert_target !== undefined) {
if (el.data("reveal_target")) {
$(invert_target).hide();
} else {
$(invert_target).show();
}
}
@ -69,24 +80,24 @@ var showHideTargetId = function(el, id, related_id) {
if (related_id !== undefined){
$('#' + related_id).show();
}
}
var revealCheckboxes = [
{
matchIdSelector: "#annual_gross_income",
radioSelector: "input[name=agree_to_child_support_amount]:checked"
},
{
matchIdSelector: "#spouse_annual_gross_income",
radioSelector: "input[name=spouse_agree_to_child_support_amount]:checked"
}
];
var revealCheckboxes = [
{
matchIdSelector: "#annual_gross_income",
radioSelector: "input[name=agree_to_child_support_amount]:checked"
},
{
matchIdSelector: "#spouse_annual_gross_income",
radioSelector: "input[name=spouse_agree_to_child_support_amount]:checked"
}
];
revealCheckboxes.forEach(function(option) {
if (id === option.matchIdSelector) {
reveal($(option.radioSelector));
}
});
}
revealCheckboxes.forEach(function(option) {
if (id === option.matchIdSelector) {
reveal($(option.radioSelector));
}
});
};
// Controls show or hiding a target css class


+ 0
- 25
edivorce/apps/core/static/js/main.js View File

@ -357,32 +357,7 @@ $(function () {
$('.invalid-date').parent().siblings('.form-group').find('.reconciliation-from-date').focus();
}
});
// For Fact Sheet A, automatically sum up the values in the various expense fields and provide the user with a total
// in the total field.
$('[data-mirror=true]').on('change', function(e) {
var target_id = $(this).data("mirror_target_id");
var scale_factor_identifier = $(this).data("mirror_scale");
var broadcast_change = $(this).data("mirror_broadcast_change");
if (target_id !== "undefined" && scale_factor_identifier !== "undefined") {
var scaled_value = parseFloat($(this).val());
if (scaled_value !== 0) {
if (scale_factor_identifier === "year_up") {
scaled_value *= 12;
} else if (scale_factor_identifier === "month_down") {
scaled_value /= 12;
}
var target_element = $('#' + target_id);
target_element.val(scaled_value.toFixed(2));
if (broadcast_change !== "undefined" && broadcast_change) {
target_element.trigger("change");
}
}
}
});
$('.money').on('change', function() {
var value = parseFloat($(this).val());


+ 467
- 421
edivorce/apps/core/templates/question/06_children_income_expenses.html View File

@ -10,15 +10,66 @@
<h1><small>Step {% step_order step="children" %}:</small>Children - Income & expenses</h1>
<div class="question-well">
<h3>How will you and your spouse be calculating your income?</h3>
<p>Under the Federal Guidelines, you can do one of the following:</p>
<h3>How will you and your spouse be calculating your income?</h3>
<p>Under the Federal Guidelines, you can do one of the following:</p>
<div class="radio">
<label>
{% input_field type="radio" name="how_will_calculate_income" class="radio-with-other" autocomplete="off" value="using specific rules" data_target_id="annual_gross_income_question" data_invert_target="#agreement_entered_message" data_reveal_target="true" %}
Calculate your income using the
<a href="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" target="_blank">
specific rules
</a> set out in the Federal Guidelines (sections 15 to 20)
</label>
<p>
Under these rules, the total income shown on line 150 of your most recent income tax return or your
notice of assessment is a good place to start. The Federal Child Support Guidelines Step by Step
Guide has a
<a href="" target="_blank">worksheet</a> you can use to help calculate your annual income.
</p>
</div>
<div class="radio">
<label>
{% input_field type="radio" name="how_will_calculate_income" class="radio-with-other" id="how_will_calculate_income_agreement" autocomplete="off" value="entered agreement" data_target_id="annual_gross_income_question" data_invert_target="#agreement_entered_message" data_reveal_target="false" %}
You and your spouse have come to an agreement as to income ( as per the rules under
<a href="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-3.html#docCont" target="_blank">
section 21
</a> of the Federal Child Support Guidelines)
</label>
<p>
For this option you will need to provide the court with another form called the
<a href="https://www2.gov.bc.ca/assets/gov/law-crime-and-justice/courthouse-services/court-files-records/court-forms/supreme-family/f9.pdf?forcedownload=true" target="_blank">
Agreement as to Annual Income (F9)
</a>.
</p>
</div>
<div class="information-message bg-danger" id="agreement_entered_message" hidden>
<p>
You must provide the court with an Agreement as to Annual Income (form 9). This form is not
available in this online divorce assistant but you can obtain the
<a href="https://www2.gov.bc.ca/assets/gov/law-crime-and-justice/courthouse-services/court-files-records/court-forms/supreme-family/f9.pdf?forcedownload=true"
target="_blank">F9 form</a>
on the B.C. Government Courthouse Services website.
</p>
<p>If you file an Agreement as to Annual Income, you must also file:</p>
<ul>
<li>A copy of the most recent personal income tax return filed by the payor, including any attachments.</li>
<li>
A copy of the most recent notice of assessment or reassessment that the Canada Revenue Agency has
issued to the payor.
</li>
</ul>
</div>
</div>
<div class="question-well">
<h3>What is your
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<div id="annual_gross_income_question" hidden>
<div class="question-well">
<h3>What is your
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>annual gross income</b>
<p>
The Federal Guidelines use gross income (a person’s income before taxes and deductions)
@ -33,215 +84,232 @@
">
annual gross income <i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
as per the
<a href="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" target="_blank">
Federal Child Support Guidelines</a>
?
</h3>
<div class="dollar-prefix">
{% money_input_field name="annual_gross_income" value="" class="money" data_target_id="annual_gross_income" data_related_id="you_fact_sheet_f" data_reveal_target="true" data_reveal_condition=">150000" %}
</div>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
data-target="#collapseFedGuidelines" aria-controls="collapseFedGuidelines">
<div>
What are the Federal Child Support Guidelines?
as per the
<a href="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" target="_blank">
Federal Child Support Guidelines</a>
?
</h3>
<div class="dollar-prefix">
{% money_input_field name="annual_gross_income" value="" class="money" data_target_id="annual_gross_income" data_related_id="you_fact_sheet_f" data_reveal_target="true" data_reveal_condition=">150000" %}
</div>
</div>
<div class="collapse" id="collapseFedGuidelines">
<div>
<p>
The Federal Guidelines are a set of rules and tables used to determine child support when parents
divorce. They are the law. Their main goals are:
</p>
<ul>
<li>
to establish a fair standard of support for children so that they continue to benefit from both
parents’ incomes after the separation or divorce;
</li>
<li>
to reduce conflict and tension between parents by making the calculation of child support more
objective;
</li>
<li>
to ensure that parents and children in similar situations are treated the same; and
</li>
<li>
to make the legal process more efficient and encourage settlements by giving courts and parents guidance about child support.
</li>
</ul>
<p>
Source:
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h12" link_text="Federal Child Support Guidelines" %}
, Department of Justice
</p>
</div>
</div>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
data-target="#collapseIncome" aria-controls="collapseIncome">
<div>
How do I calculate annual income?
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
data-target="#collapseFedGuidelines" aria-controls="collapseFedGuidelines">
<div>
What are the Federal Child Support Guidelines?
</div>
</div>
</div>
<div class="collapse" id="collapseIncome">
<div>
<p>
The Federal Child Support Guidelines, Step by Step Guide has a
<a href="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/w1-f1.html#s1" target="_blank">worksheet</a> you can use to help
calculate your annual income. Step by step instructions are also detailed in the
<a href="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step5-etap5.html#h7" target="_blank">Step by Step Guide</a>.
</p>
<div class="collapse" id="collapseFedGuidelines">
<div>
<p>
The Federal Guidelines are a set of rules and tables used to determine child support when
parents
divorce. They are the law. Their main goals are:
</p>
<ul>
<li>
to establish a fair standard of support for children so that they continue to benefit from
both
parents’ incomes after the separation or divorce;
</li>
<li>
to reduce conflict and tension between parents by making the calculation of child support
more
objective;
</li>
<li>
to ensure that parents and children in similar situations are treated the same; and
</li>
<li>
to make the legal process more efficient and encourage settlements by giving courts and
parents guidance about child support.
</li>
</ul>
<p>
Source:
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h12" link_text="Federal Child Support Guidelines" %}
, Department of Justice
</p>
</div>
</div>
</div>
<div class="question-well" id="you_fact_sheet_f" hidden>
<h1>Fact Sheet F Income over $150,000</h1>
<table class="table table-bordered">
<thead>
<tr>
<th></th>
<th>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td class="fact-sheet-question">
How many child(ren) are you asking for support?
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="number_children_seeking_support" class="fact-sheet-input" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
data-target="#collapseIncome" aria-controls="collapseIncome">
<div>
How do I calculate annual income?
</div>
</div>
<div class="collapse" id="collapseIncome">
<div>
<p>
What is the
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Child Support Guidelines" %}
amount for $150,000?
The Federal Child Support Guidelines, Step by Step Guide has a
<a href="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/w1-f1.html#s1"
target="_blank">worksheet</a> you can use to help
calculate your annual income. Step by step instructions are also detailed in the
<a href="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step5-etap5.html#h7"
target="_blank">Step by Step Guide</a>.
</p>
{% include "partials/inline_question_determine_amount_to_pay.html" with collapse_target_id="collapse_guideline_amount" %}
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="child_support_amount_under_high_income" class="fact-sheet-input guideline-amount" data_sum="true" data_sum_class="guideline-amount" data_sum_target_id="total_amount" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
What is the % of income over $150,000 from the
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Child Support Guidelines" %}
?
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="percent_income_over_high_income_limit" class="fact-sheet-input" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
</div>
</div>
<div class="question-well" id="you_fact_sheet_f" hidden>
<h1>Fact Sheet F Income over $150,000</h1>
<table class="table table-bordered">
<thead>
<tr>
<th></th>
<th>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td class="fact-sheet-question">
How many child(ren) are you asking for support?
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="number_children_seeking_support" class="fact-sheet-input" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
<p>
What is the
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Child Support Guidelines" %}
amount for $150,000?
</p>
{% include "partials/inline_question_determine_amount_to_pay.html" with collapse_target_id="collapse_guideline_amount" %}
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="child_support_amount_under_high_income" class="fact-sheet-input guideline-amount" data_sum="true" data_sum_class="guideline-amount" data_sum_target_id="total_amount" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
What is the % of income over $150,000 from the
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Child Support Guidelines" %}
?
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="percent_income_over_high_income_limit" class="fact-sheet-input" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
<p>
What is the child support amount to be paid on the portion of income over $150,000?
</p>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
data-target="#collapse_high_income_amounts"
aria-controls="collapse_high_income_amounts">
<div>
How can I determine this amount?
</div>
</div>
<div class="collapse" id="collapse_high_income_amounts">
<div>
<p>
The child support tables only show an amount for the first $150,000 of income.
You have
two choices for determining how much child support should be paid on the portion
of
income over $150,000:
</p>
<ul>
<li>
you can multiply the amount of income over $150,000 by the percentage shown
in the
table for the province or territory where the paying parent lives; or
</li>
<li>
you can agree on an additional amount of support based on the condition,
means,
needs and other circumstances of your children and your financial ability to
contribute.
</li>
</ul>
<p>
To speak to someone in person, you can call the Department of Justice Canada's
Family
Law Information Line at 1-888-373-2222. When you call, be ready to tell them:
</p>
<ul>
<li>Where the paying parent lives</li>
<li>Whether both parents live in the same province or territory, and</li>
<li>The number of children to be supported</li>
</ul>
<p>
Source:
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Federal Child Support Guidelines" %}
, Department of Justice
</p>
</div>
</div>
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="amount_income_over_high_income_limit" class="fact-sheet-input guideline-amount" data_sum="true" data_sum_class="guideline-amount" data_sum_target_id="total_amount" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
Guidelines table amount
</td>
<td class="fact-sheet-answer" readonly>
{% input_field type="number" name="total_guideline_amount" id="total_amount" class="fact-sheet-input" readonly="" data_mirror="true" data_mirror_target="#agreed_total_amount" data_mirror_broadcast_change="true" %}
</td>
</tr>
</tbody>
</table>
<div class="question-well">
<p>
What is the child support amount to be paid on the portion of income over $150,000?
Do you and your spouse agree that $<span
id="agreed_total_amount">{{ total_guideline_amount }}</span> is the child support amount?
</p>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false" data-target="#collapse_high_income_amounts" aria-controls="collapse_high_income_amounts">
<div class="btn-radio-group" data-toggle="buttons">
<label class="btn btn-radio">
{% input_field type="radio" name="agree_to_child_support_amount" autocomplete="off" value="YES" data_target_id="enter_agreed_appropriate_amount" data_reveal_target="false" %}
YES
</label>
<label class="btn btn-radio">
{% input_field type="radio" name="agree_to_child_support_amount" autocomplete="off" value="NO" data_target_id="enter_agreed_appropriate_amount" data_reveal_target="true" %}
NO
</label>
</div>
<div id="enter_agreed_appropriate_amount" hidden>
<p>
What is the amount that you and your spouse have agreed to?
</p>
<p>
That differs from the Child Support Guidelines table amount
</p>
<div>
How can I determine this amount?
<div class="dollar-prefix">
{% money_input_field name="agreed_child_support_amount" value="" class="fact-sheet-input money" %}
</div>
</div>
</div>
<div class="collapse" id="collapse_high_income_amounts">
<p>
Why do you think the court should approve your proposed amount?
</p>
<p>
Discuss the conditions, means, needs and other circumstances of the child, and the financial
ability of
each parent to support the child/children.
</p>
<div>
<p>
The child support tables only show an amount for the first $150,000 of income. You have
two choices for determining how much child support should be paid on the portion of
income over $150,000:
</p>
<ul>
<li>
you can multiply the amount of income over $150,000 by the percentage shown in the
table for the province or territory where the paying parent lives; or
</li>
<li>
you can agree on an additional amount of support based on the condition, means,
needs and other circumstances of your children and your financial ability to
contribute.
</li>
</ul>
<p>
To speak to someone in person, you can call the Department of Justice Canada's Family
Law Information Line at 1-888-373-2222. When you call, be ready to tell them:
</p>
<ul>
<li>Where the paying parent lives</li>
<li>Whether both parents live in the same province or territory, and</li>
<li>The number of children to be supported</li>
</ul>
<p>
Source:
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Federal Child Support Guidelines" %}
, Department of Justice
</p>
{% input_field type="textarea" name="reason_child_support_amount" class="fact-sheet-input form-control response-textarea" maxlength="1000" rows="6" %}
</div>
</div>
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="amount_income_over_high_income_limit" class="fact-sheet-input guideline-amount" data_sum="true" data_sum_class="guideline-amount" data_sum_target_id="total_amount" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
Guidelines table amount
</td>
<td class="fact-sheet-answer" readonly>
{% input_field type="number" name="total_guideline_amount" id="total_amount" class="fact-sheet-input" readonly="" data_mirror="true" data_mirror_target="#agreed_total_amount" data_mirror_broadcast_change="true"%}
</td>
</tr>
</tbody>
</table>
<div class="question-well">
<p>
Do you and your spouse agree that $<span id="agreed_total_amount">{{ total_guideline_amount }}</span> is the child support amount?
</p>
<div class="btn-radio-group" data-toggle="buttons">
<label class="btn btn-radio">
{% input_field type="radio" name="agree_to_child_support_amount" autocomplete="off" value="YES" data_target_id="enter_agreed_appropriate_amount" data_reveal_target="false" %} YES
</label>
<label class="btn btn-radio">
{% input_field type="radio" name="agree_to_child_support_amount" autocomplete="off" value="NO" data_target_id="enter_agreed_appropriate_amount" data_reveal_target="true" %} NO
</label>
</div>
<div id="enter_agreed_appropriate_amount" hidden>
<p>
What is the amount that you and your spouse have agreed to?
</p>
<p>
That differs from the Child Support Guidelines table amount
</p>
<div>
<div class="dollar-prefix">
{% money_input_field name="agreed_child_support_amount" value="" class="fact-sheet-input money" %}
</div>
</div>
<p>
Why do you think the court should approve your proposed amount?
</p>
<p>
Discuss the conditions, means, needs and other circumstances of the child, and the financial ability of
each parent to support the child/children.
</p>
<div>
{% input_field type="textarea" name="reason_child_support_amount" class="fact-sheet-input form-control response-textarea" maxlength="1000" rows="6"%}
</div>
</div>
</div>
</div>
</div>
</div>
<div class="question-well">
<h3>What is your spouse's
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<div class="question-well">
<h3>What is your spouse's
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>annual gross income</b>
<p>
The Federal Guidelines use gross income (a person’s income before taxes and deductions)
@ -256,250 +324,228 @@
">
annual gross income <i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
as per the
<a href="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" target="_blank">
Federal Child Support Guidelines</a>
?
</h3>
<div class="dollar-prefix">
{% money_input_field name="spouse_annual_gross_income" value="" class="money" data_target_id="spouse_annual_gross_income" data_related_id="spouse_fact_sheet_f" data_reveal_target="true" data_reveal_condition=">150000" %}
</div>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
data-target="#collapseSpouseFedGuidelines" aria-controls="collapseSpouseFedGuidelines">
<div>
What are the Federal Child Support Guidelines?
as per the
<a href="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" target="_blank">
Federal Child Support Guidelines</a>
?
</h3>
<div class="dollar-prefix">
{% money_input_field name="spouse_annual_gross_income" value="" class="money" data_target_id="spouse_annual_gross_income" data_related_id="spouse_fact_sheet_f" data_reveal_target="true" data_reveal_condition=">150000" %}
</div>
</div>
<div class="collapse" id="collapseSpouseFedGuidelines">
<div>
<p>
The Federal Guidelines are a set of rules and tables used to determine child support when parents
divorce. They are the law. Their main goals are:
</p>
<ul>
<li>
to establish a fair standard of support for children so that they continue to benefit from both
parents’ incomes after the separation or divorce;
</li>
<li>
to reduce conflict and tension between parents by making the calculation of child support more
objective;
</li>
<li>
to ensure that parents and children in similar situations are treated the same; and
</li>
<li>
to make the legal process more efficient and encourage settlements by giving courts and parents guidance about child support.
</li>
</ul>
<p>
Source:
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h12" link_text="Federal Child Support Guidelines" %}
, Department of Justice
</p>
</div>
</div>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
data-target="#collapseSpouseIncome" aria-controls="collapseSpouseIncome">
<div>
How do I calculate my spouse's annual income?
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
data-target="#collapseSpouseFedGuidelines" aria-controls="collapseSpouseFedGuidelines">
<div>
What are the Federal Child Support Guidelines?
</div>
</div>
</div>
<div class="collapse" id="collapseSpouseIncome">
<div>
<p>
A spouse’s annual income is determined using the sources of income set out under the heading
“Total income” in the T1 General form issued by the Canada Revenue Agency and is adjusted in
accordance with Schedule III.
</p>
<div class="collapse" id="collapseSpouseFedGuidelines">
<div>
<p>
The Federal Guidelines are a set of rules and tables used to determine child support when
parents
divorce. They are the law. Their main goals are:
</p>
<ul>
<li>
to establish a fair standard of support for children so that they continue to benefit from
both
parents’ incomes after the separation or divorce;
</li>
<li>
to reduce conflict and tension between parents by making the calculation of child support
more
objective;
</li>
<li>
to ensure that parents and children in similar situations are treated the same; and
</li>
<li>
to make the legal process more efficient and encourage settlements by giving courts and
parents guidance about child support.
</li>
</ul>
<p>
Source:
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h12" link_text="Federal Child Support Guidelines" %}
, Department of Justice
</p>
</div>
</div>
</div>
<div class="question-well" id="spouse_fact_sheet_f" hidden>
<h1>Fact Sheet F Income over $150,000</h1>
<table class="table table-bordered">
<thead>
<tr>
<th></th>
<th>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td class="fact-sheet-question">
How many child(ren) are you asking for support?
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="spouse_number_children_seeking_support" class="fact-sheet-input" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
data-target="#collapseSpouseIncome" aria-controls="collapseSpouseIncome">
<div>
How do I calculate my spouse's annual income?
</div>
</div>
<div class="collapse" id="collapseSpouseIncome">
<div>
<p>
What is the
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Child Support Guidelines" %}
amount for $150,000?
A spouse’s annual income is determined using the sources of income set out under the heading
“Total income” in the T1 General form issued by the Canada Revenue Agency and is adjusted in
accordance with Schedule III.
</p>
{% include "partials/inline_question_determine_amount_to_pay.html" with collapse_target_id="collapse_spouse_guideline_amount" %}
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="spouse_child_support_amount_under_high_income" class="fact-sheet-input spouse-guideline-amount" data_sum="true" data_sum_class="spouse-guideline-amount" data_sum_target_id="spouse_total_amount" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
What is the % of income over $150,000 from the
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Child Support Guidelines" %}
?
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="spouse_percent_income_over_high_income_limit" class="fact-sheet-input" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
</div>
</div>
<div class="question-well" id="spouse_fact_sheet_f" hidden>
<h1>Fact Sheet F Income over $150,000</h1>
<table class="table table-bordered">
<thead>
<tr>
<th></th>
<th>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td class="fact-sheet-question">
How many child(ren) are you asking for support?
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="spouse_number_children_seeking_support" class="fact-sheet-input" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
<p>
What is the
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Child Support Guidelines" %}
amount for $150,000?
</p>
{% include "partials/inline_question_determine_amount_to_pay.html" with collapse_target_id="collapse_spouse_guideline_amount" %}
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="spouse_child_support_amount_under_high_income" class="fact-sheet-input spouse-guideline-amount" data_sum="true" data_sum_class="spouse-guideline-amount" data_sum_target_id="spouse_total_amount" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
What is the % of income over $150,000 from the
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Child Support Guidelines" %}
?
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="spouse_percent_income_over_high_income_limit" class="fact-sheet-input" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
<p>
What is the child support amount to be paid on the portion of income over $150,000?
</p>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
data-target="#collapse_spouse_high_income_amounts"
aria-controls="collapse_spouse_high_income_amounts">
<div>
How can I determine this amount?
</div>
</div>
<div class="collapse" id="collapse_spouse_high_income_amounts">
<div>
<p>
The child support tables only show an amount for the first $150,000 of income.
You have
two choices for determining how much child support should be paid on the portion
of
income over $150,000:
</p>
<ul>
<li>
you can multiply the amount of income over $150,000 by the percentage shown
in the
table for the province or territory where the paying parent lives; or
</li>
<li>
you can agree on an additional amount of support based on the condition,
means,
needs and other circumstances of your children and your financial ability to
contribute.
</li>
</ul>
<p>
To speak to someone in person, you can call the Department of Justice Canada's
Family
Law Information Line at 1-888-373-2222. When you call, be ready to tell them:
</p>
<ul>
<li>Where the paying parent lives</li>
<li>Whether both parents live in the same province or territory, and</li>
<li>The number of children to be supported</li>
</ul>
<p>
Source:
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Federal Child Support Guidelines" %}
, Department of Justice
</p>
</div>
</div>
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="spouse_amount_income_over_high_income_limit" class="fact-sheet-input spouse-guideline-amount" data_sum="true" data_sum_class="spouse-guideline-amount" data_sum_target_id="spouse_total_amount" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
Guidelines table amount
</td>
<td class="fact-sheet-answer" readonly>
{% input_field type="number" name="spouse_total_guideline_amount" id="spouse_total_amount" class="fact-sheet-input" readonly="" data_mirror="true" data_mirror_target="#spouse_agreed_total_amount" data_mirror_broadcast_change="true" %}
</td>
</tr>
</tbody>
</table>
<div class="question-well">
<p>
What is the child support amount to be paid on the portion of income over $150,000?
Do you and your spouse agree that $<span
id="spouse_agreed_total_amount">{{ spouse_total_guideline_amount }}</span> is the child
support amount?
</p>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false" data-target="#collapse_spouse_high_income_amounts" aria-controls="collapse_spouse_high_income_amounts">
<div class="btn-radio-group" data-toggle="buttons">
<label class="btn btn-radio">
{% input_field type="radio" name="spouse_agree_to_child_support_amount" autocomplete="off" value="YES" data_target_id="spouse_enter_agreed_appropriate_amount" data_reveal_target="false" %}
YES
</label>
<label class="btn btn-radio">
{% input_field type="radio" name="spouse_agree_to_child_support_amount" autocomplete="off" value="NO" data_target_id="spouse_enter_agreed_appropriate_amount" data_reveal_target="true" %}
NO
</label>
</div>
<div id="spouse_enter_agreed_appropriate_amount" hidden>
<p>
What is the amount that you and your spouse have agreed to?
</p>
<p>
That differs from the Child Support Guidelines table amount
</p>
<div>
How can I determine this amount?
<div class="dollar-prefix">
{% money_input_field name="spouse_agreed_child_support_amount" value="" class="fact-sheet-input money" %}
</div>
</div>
</div>
<div class="collapse" id="collapse_spouse_high_income_amounts">
<p>
Why do you think the court should approve your proposed amount?
</p>
<p>
Discuss the conditions, means, needs and other circumstances of the child, and the financial
ability of
each parent to support the child/children.
</p>
<div>
<p>
The child support tables only show an amount for the first $150,000 of income. You have
two choices for determining how much child support should be paid on the portion of
income over $150,000:
</p>
<ul>
<li>
you can multiply the amount of income over $150,000 by the percentage shown in the
table for the province or territory where the paying parent lives; or
</li>
<li>
you can agree on an additional amount of support based on the condition, means,
needs and other circumstances of your children and your financial ability to
contribute.
</li>
</ul>
<p>
To speak to someone in person, you can call the Department of Justice Canada's Family
Law Information Line at 1-888-373-2222. When you call, be ready to tell them:
</p>
<ul>
<li>Where the paying parent lives</li>
<li>Whether both parents live in the same province or territory, and</li>
<li>The number of children to be supported</li>
</ul>
<p>
Source:
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Federal Child Support Guidelines" %}
, Department of Justice
</p>
{% input_field type="textarea" name="spouse_reason_child_support_amount" class="fact-sheet-input form-control response-textarea" maxlength="1000" rows="6" %}
</div>
</div>
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="spouse_amount_income_over_high_income_limit" class="fact-sheet-input spouse-guideline-amount" data_sum="true" data_sum_class="spouse-guideline-amount" data_sum_target_id="spouse_total_amount" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
Guidelines table amount
</td>
<td class="fact-sheet-answer" readonly>
{% input_field type="number" name="spouse_total_guideline_amount" id="spouse_total_amount" class="fact-sheet-input" readonly="" data_mirror="true" data_mirror_target="#spouse_agreed_total_amount" data_mirror_broadcast_change="true"%}
</td>
</tr>
</tbody>
</table>
<div class="question-well">
<p>
Do you and your spouse agree that $<span id="spouse_agreed_total_amount">{{ spouse_total_guideline_amount }}</span> is the child support amount?
</p>
<div class="btn-radio-group" data-toggle="buttons">
<label class="btn btn-radio">
{% input_field type="radio" name="spouse_agree_to_child_support_amount" autocomplete="off" value="YES" data_target_id="spouse_enter_agreed_appropriate_amount" data_reveal_target="false" %} YES
</label>
<label class="btn btn-radio">
{% input_field type="radio" name="spouse_agree_to_child_support_amount" autocomplete="off" value="NO" data_target_id="spouse_enter_agreed_appropriate_amount" data_reveal_target="true" %} NO
</label>
</div>
<div id="spouse_enter_agreed_appropriate_amount" hidden>
<p>
What is the amount that you and your spouse have agreed to?
</p>
<p>
That differs from the Child Support Guidelines table amount
</p>
<div>
<div class="dollar-prefix">
{% money_input_field name="spouse_agreed_child_support_amount" value="" class="fact-sheet-input money" %}
</div>
</div>
<p>
Why do you think the court should approve your proposed amount?
</p>
<p>
Discuss the conditions, means, needs and other circumstances of the child, and the financial ability of
each parent to support the child/children.
</p>
<div>
{% input_field type="textarea" name="spouse_reason_child_support_amount" class="fact-sheet-input form-control response-textarea" maxlength="1000" rows="6"%}
</div>
</div>
</div>
</div>
</div>
<div class="question-well">
<h3>
My spouse and I have entered into an agreement as to income pursuant to section 15 (2) of the Guidelines, a
copy of which agreement is attached.
</h3>
<p>
For this option you will need to provide the court with another form called the
<a href="https://www2.gov.bc.ca/assets/gov/law-crime-and-justice/courthouse-services/court-files-records/court-forms/supreme-family/f9.pdf?forcedownload=true"
target="_blank">Agreement as to Annual Income (F9)</a>.
</p>
<div class="btn-radio-group" data-toggle="buttons">
<label class="btn btn-radio">
{% input_field type="radio" name="you_spouse_entered_agreement" autocomplete="off" value="YES" data_target_id="agreement_warning_message" data_reveal_target="true" %} YES
</label>
<label class="btn btn-radio">
{% input_field type="radio" name="you_spouse_entered_agreement" autocomplete="off" value="NO" data_target_id="agreement_warning_message" data_reveal_target="false" %} NO
</label>
</div>
<div class="information-message bg-danger" id="agreement_warning_message" hidden>
<p>
You must provide the court with an Agreement as to Annual Income (form 9). This form is not
available in this online divorce assistant but you can obtain the
<a href="https://www2.gov.bc.ca/assets/gov/law-crime-and-justice/courthouse-services/court-files-records/court-forms/supreme-family/f9.pdf?forcedownload=true"
target="_blank">F9 form</a>
on the B.C. Government Courthouse Services website.
</p>
<p>If you file an Agreement as to Annual Income, you must also file:</p>
<ul>
<li>A copy of the most recent personal income tax return filed by the payor, including any attachments.</li>
<li>
A copy of the most recent notice of assessment or reassessment that the Canada Revenue Agency has
issued to the payor.
</li>
</ul>
</div>
</div>
<div class="question-well">
<h3>Are you or your spouse claiming undue hardship?</h3>
<p>


+ 10
- 10
edivorce/fixtures/Question.json View File

@ -857,6 +857,16 @@
"model": "core.question",
"pk": "child_support_act"
},
{
"fields": {
"name": "How will you and your spouse be calculating your income?",
"description": "For Step 6, Your children - Income & expenses",
"summary_order": 0,
"required": "Required"
},
"model": "core.question",
"pk": "how_will_calculate_income"
},
{
"fields": {
"name": "What is your annual gross income as per the Federal Child Support Guidelines?",
@ -1069,16 +1079,6 @@
"model": "core.question",
"pk": "spouse_reason_child_support_amount"
},
{
"fields": {
"name": "My spouse and I have entered into an agreement as to income pursuant to section 15 (2) of the Guidelines, a copy of which agreement is attached.",
"description": "For Step 6, Your children - Income & expenses",
"summary_order": 0,
"required": "Required"
},
"model": "core.question",
"pk": "you_spouse_entered_agreement"
},
{
"fields": {
"name": "Are you or your spouse claiming undue hardship?",


Loading…
Cancel
Save