Skip to content

Instantly share code, notes, and snippets.

@vgashic
Created April 8, 2020 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vgashic/0e47f66dab693d3859c97dae61733227 to your computer and use it in GitHub Desktop.
Save vgashic/0e47f66dab693d3859c97dae61733227 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<mass_auto_rpg xmlns="urn:gmi:nova:gmi_sr">
<common_parameters>
<is_simulation>true</is_simulation>
</common_parameters>
<rpg_parameters_list>
<rpg_calc>
<rpg_calc_type>rpg_calc_type1</rpg_calc_type>
<id_cont>1</id_cont>
<new_principal>1</new_principal>
<new_interest_rate>1</new_interest_rate>
<man_costs_brut>1</man_costs_brut>
<other_services>1</other_services>
<normal_installment_count>1</normal_installment_count>
<new_res_value>1</new_res_value>
<first_installment_amount>1</first_installment_amount>
<first_installment_date>1900-01-01</first_installment_date>
<old_target_date>1900-01-01</old_target_date>
<new_target_date>1900-01-01</new_target_date>
<dynamics_id>1</dynamics_id>
<new_r_interests>1</new_r_interests>
<rabate>1</rabate>
<je_nk>true</je_nk>
</rpg_calc>
<rpg_calc>
<rpg_calc_type>rpg_calc_type2</rpg_calc_type>
<id_cont>-2147483647</id_cont>
<new_principal>-79228162514264337593543950335</new_principal>
<new_interest_rate>-79228162514264337593543950335</new_interest_rate>
<man_costs_brut>-79228162514264337593543950335</man_costs_brut>
<other_services>-79228162514264337593543950335</other_services>
<normal_installment_count>-2147483647</normal_installment_count>
<new_res_value>-79228162514264337593543950335</new_res_value>
<first_installment_amount>-79228162514264337593543950335</first_installment_amount>
<first_installment_date>0001-01-01</first_installment_date>
<old_target_date>0001-01-01</old_target_date>
<new_target_date>0001-01-01</new_target_date>
<dynamics_id>-2147483647</dynamics_id>
<new_r_interests>-79228162514264337593543950335</new_r_interests>
<rabate>-79228162514264337593543950335</rabate>
<je_nk>false</je_nk>
</rpg_calc>
<rpg_calc>
<rpg_calc_type>rpg_calc_type3</rpg_calc_type>
<id_cont>2147483647</id_cont>
<new_principal>79228162514264337593543950335</new_principal>
<new_interest_rate>79228162514264337593543950335</new_interest_rate>
<man_costs_brut>79228162514264337593543950335</man_costs_brut>
<other_services>79228162514264337593543950335</other_services>
<normal_installment_count>2147483647</normal_installment_count>
<new_res_value>79228162514264337593543950335</new_res_value>
<first_installment_amount>79228162514264337593543950335</first_installment_amount>
<first_installment_date>9999-12-31</first_installment_date>
<old_target_date>9999-12-31</old_target_date>
<new_target_date>9999-12-31</new_target_date>
<dynamics_id>2147483647</dynamics_id>
<new_r_interests>79228162514264337593543950335</new_r_interests>
<rabate>79228162514264337593543950335</rabate>
<je_nk>true</je_nk>
</rpg_calc>
</rpg_parameters_list>
</mass_auto_rpg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment