{"id":8298,"date":"2018-05-21T09:00:07","date_gmt":"2018-05-21T07:00:07","guid":{"rendered":"https:\/\/blog.sheetgo.com\/?p=8298"},"modified":"2018-05-21T09:00:07","modified_gmt":"2018-05-21T07:00:07","slug":"disc-formula-in-google-sheets","status":"publish","type":"post","link":"https:\/\/www.sheetgo.com\/fr\/blog\/google-sheets-formulas\/disc-formula-in-google-sheets\/","title":{"rendered":"Comment utiliser la formule DISC dans Google Sheets ?"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; module_class=&#8221;sheetgo-post&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>With the<span>\u00a0<\/span><a href=\"https:\/\/support.google.com\/docs\/answer\/3093216\" target=\"_blank\" rel=\"noopener noreferrer\">DISC<\/a><span>\u00a0<\/span>formula in Google Sheets, we can calculate\u00a0a security\u2019s discount rate based on its <a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/price-formula-in-google-sheets\/\" target=\"_blank\" rel=\"noopener\">price<\/a>. This is one of the myriads of Financial formulas that Google Sheets is ported with.<\/p>\n<h3>Syntax<\/h3>\n<p><strong>DISC(settlement, maturity, price, redemption, [day_count_convention])<\/strong><\/p>\n<ul>\n<li><strong>settlement \u2013\u00a0<\/strong>is the date after issuing the security, when it is actually delivered to the buyer.<\/li>\n<li><strong>maturity \u2013<\/strong><span>\u00a0<\/span>is the end or maturity date of the security, when the buyer can redeem it at face or par value.<\/li>\n<li><strong>price \u2013<\/strong><span>\u00a0<\/span>is the price at which the buyer bought the security for.<\/li>\n<li><strong>redemption \u2013<\/strong><span>\u00a0<\/span>is the redemption value of the security.<\/li>\n<li><strong>day_count_convention \u2013\u00a0<\/strong>[OPTIONAL parameter \u2013 0 by default ] \u2013 it is an indicator of the day count method that Google Sheets should consider. There are five different possible values for this parameter.\n<ul>\n<li><strong>0<\/strong><span>\u00a0<\/span>\u2013 assumes that there are 30 day months and 360 day years (US (NASD) 30\/360). Using this value ensures there are specific adjustments to the entered dates that usually are at the end of months.<\/li>\n<li><strong>1<\/strong><span>\u00a0<\/span>\u2013 calculates based on the actual number of days between the specified dates, and the actual number of days in the intervening years.<\/li>\n<li><strong>2<\/strong><span>\u00a0<\/span>\u2013 calculates based on the actual number of days between the specified dates, but assumes a 360 day year.<\/li>\n<li><strong>3<\/strong><span>\u00a0<\/span>\u2013 evaluates the DISC formula in Google Sheets based on the actual number of days between the specified dates, but assumes a 365 day year.<\/li>\n<li><strong>4<\/strong><span>\u00a0<\/span>\u2013 very similar to the first option 0, except, it adjusts end-of-month dates according to European financial conventions.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>Usage: DISC formula in Google Sheets<\/h3>\n<p>Nothing helps us as much as examples do to understand a concept, so let\u2019s use a few of them. Please see the snapshot below.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/05\/1.-DISC-formula-Illustration-Frame-1.png&#8221; alt=&#8221;DISC formula in Google Sheets: Usage&#8221; title_text=&#8221;disc-formula-usage&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>Please note that we should ensure that we enter only valid dates for<span>\u00a0<\/span><strong>settlement<\/strong>and<span>\u00a0<\/span><strong>maturity<\/strong><span>\u00a0<\/span>parameters. They can be values returned from functions such as<span>\u00a0<\/span><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/date-formula-google-sheets\/\" target=\"_blank\" rel=\"noopener noreferrer\">DATE<\/a>,<span>\u00a0<\/span><a href=\"https:\/\/support.google.com\/docs\/answer\/3094239?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">TO_DATE<\/a>, or references to other date\u00a0type cells. We cannot enter direct text values for dates. The other parameters can be direct numeric values or can be references to the cells holding the appropriate values.<\/p>\n<p>The DISC formula can also return negative values depending upon<span>\u00a0<\/span><strong>price<\/strong><span>\u00a0<\/span>and<span>\u00a0<\/span><strong>redemption<\/strong><span>\u00a0<\/span>values. Please see the illustration below.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/05\/2.-DISC-formula-Illustration-Frame-2.png&#8221; alt=&#8221;DISC formula in Google Sheets&#8221; title_text=&#8221;disc-formula-google-sheets&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span>We will notice that even if all the first four parameters are essentially the same, the output values vary. This is because of the method with which the days are counted which we indicated using the\u00a0<\/span><strong>day_count_convention<\/strong><span>\u00a0parameter.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>DISC formula<\/h3>\n<p>And there you go! Use the DISC formula in Google Sheets to calculate a security&#8217;s discount rate based on its price.<\/p>\n<p>If you\u2019d like to learn more about the various formulas of Google Sheets, why not take a look at our blog post on the<a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/ppmt-formula-in-google-sheets\/\" target=\"_blank\" rel=\"noopener\"><span> PPMT formula in Google Sheets.<\/span><\/a><\/p>\n<p>Alternatively, check out related blog posts below!<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>With the\u00a0DISC\u00a0formula in Google Sheets, we can calculate\u00a0a security\u2019s discount rate based on its price. This is one of the myriads of Financial formulas that Google Sheets is ported with. Syntax DISC(settlement, maturity, price, redemption, [day_count_convention]) settlement \u2013\u00a0is the date after issuing the security, when it is actually delivered to the buyer. maturity \u2013\u00a0is the [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":15914,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"With the <a href=\"https:\/\/support.google.com\/docs\/answer\/3093216\" target=\"_blank\" rel=\"noopener noreferrer\">DISC<\/a> formula in Google Sheets, we can calculate&nbsp;a security's discount rate based on its price. This is one of the myriads of Financial formulas that Google Sheets is ported with.\n<h3>Syntax<\/h3>\n<strong>DISC(settlement, maturity, price, redemption, [day_count_convention])<\/strong>\n<ul>\n \t<li><strong>settlement -&nbsp;<\/strong>is the date after issuing the security, when it is actually delivered to the buyer.<\/li>\n \t<li><strong>maturity -<\/strong> is the end or maturity date of the security, when the buyer can redeem it at face or par value.<\/li>\n \t<li><strong>price -<\/strong> is the price at which the buyer bought the security for.<\/li>\n \t<li><strong>redemption -<\/strong> is the redemption value of the security.<\/li>\n \t<li><strong>day_count_convention -&nbsp;<\/strong>[OPTIONAL parameter - 0 by default ] - it is an indicator of the day count method that Google Sheets should consider. There are five different possible values for this parameter.\n<ul>\n \t<li><strong>0<\/strong> - assumes that there are 30 day months and 360 day years (US (NASD) 30\/360). Using this value ensures there are specific adjustments to the entered dates that usually are at the end of months.<\/li>\n \t<li><strong>1<\/strong> - calculates based on the actual number of days between the specified dates, and the actual number of days in the intervening years.<\/li>\n \t<li><strong>2<\/strong> - calculates based on the actual number of days between the specified dates, but assumes a 360 day year.<\/li>\n \t<li><strong>3<\/strong> - evaluates the DISC formula in Google Sheets based on the actual number of days between the specified dates, but assumes a 365 day year.<\/li>\n \t<li><strong>4<\/strong> - very similar to the first option 0, except, it adjusts end-of-month dates according to European financial conventions.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3>Usage: DISC formula in Google Sheets<\/h3>\nNothing helps us as much as examples do to understand a concept, so let's use a few of them. Please see the snapshot below.\n\n<img class=\"aligncenter size-full wp-image-8327\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/05\/1.-DISC-formula-Illustration-Frame-1.png\" alt=\"1. DISC formula - Illustration Frame 1\" width=\"797\" height=\"523\">\n\nPlease note that we should ensure that we enter only valid dates for <strong>settlement<\/strong> and <strong>maturity<\/strong> parameters. They can be values returned from functions such as <a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/date-formula-google-sheets\/\" target=\"_blank\" rel=\"noopener noreferrer\">DATE<\/a>, <a href=\"https:\/\/support.google.com\/docs\/answer\/3094239?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">TO_DATE<\/a>, or references to other date&nbsp;type cells. We cannot enter direct text values for dates. The other parameters can be direct numeric values or can be references to the cells holding the appropriate values.\n\nThe DISC formula can also return negative values depending upon <strong>price<\/strong> and <strong>redemption<\/strong> values. Please see the illustration below.\n\n<img class=\"aligncenter size-full wp-image-8328\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/05\/2.-DISC-formula-Illustration-Frame-2.png\" alt=\"2. DISC formula - Illustration Frame 2\" width=\"797\" height=\"523\">\n\nWe will notice that even if all the first four parameters are essentially the same, the output values vary. This is because of the method with which the days are counted which we indicated using the&nbsp;<strong>day_count_convention<\/strong> parameter.","_et_gb_content_width":"","footnotes":""},"categories":[54],"tags":[39,28],"class_list":["post-8298","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-google-sheets-formulas","tag-connections-t","tag-spreadsheets"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/posts\/8298","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/comments?post=8298"}],"version-history":[{"count":0,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/posts\/8298\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/media\/15914"}],"wp:attachment":[{"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/media?parent=8298"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/categories?post=8298"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/tags?post=8298"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}