- Apr 2025
-
www.youtube.com www.youtube.com
-
Treasury yields have gone up as the dollar's value has actually weakened as normally you'd expect as Treasury yields go up, that the dollar would strengthen because there would be more demand for American assets.
for - why - increase in treasury yields normally strengthens US Dollar - Gemini AI gives a good explanation - Yes, it's generally expected that when U.S. Treasury yields increase, the value of the US dollar will strengthen. - This is because higher yields attract more foreign investment, increasing demand for the dollar to purchase those assets. - Higher yields ( higher interest rate) mean more attractive returns: - When Treasury yields rise, the returns on U.S. government bonds become more appealing to investors, both domestic and foreign. - Increased demand for US dollars: - As investors from other countries seek to buy these higher-yielding U.S. assets, they need to first convert their local currencies into US dollars to make the purchase. - This increased demand for dollars strengthens its value. - Safe-haven status: - During times of economic uncertainty, investors often flock to safe-haven assets like U.S. Treasuries. This further boosts the demand for the US dollar, as it is the currency used to hold these assets. - Currency Valuation - A strong currency indicates a healthy economy and can attract more foreign investment. This creates a positive feedback loop, as a stronger dollar can further boost investor confidence and lead to even higher demand for US assets.
-
The way that we plug that deficit, the way that we we finance the spending that doesn't come from American taxpayers is through issuing debt that then is in the form of U.S. Treasuries.
for - US treasury bonds - balances 7% annual budget deficit
-
real concerns that the dollar may be losing some of its safe haven status.
for - US dollar - losing safe haven status - de-dollarization - selling off US treasury bonds
-
for - adjacency - US reserve currency - treasury bonds - US national debt - Trump tariffs - youtube - Bloomberg - Trump presses China to Make Tariff Offer to Calm Trade War
adjacency between - US reserve currency - treasury bonds - US national debt - Trump tariffs
Summary - Professor Edward Fishman gives a very good explanation about the relationship between the US national debt, treasury bonds, US reserve currency and the Trump tariffs. - Watching youtubes on these topics recently has been quite enlightening and primed me for this video - I really appreciated the interviewer asking the question on behalf of the viewers
Tags
- why - increase in treasury yields normally strengthens US Dollar
- youtube - Bloomberg - Trump presses China to Make Tariff Offer to Calm Trade War
- US dollar - losing safe haven status
- de-dollarization
- US treasury bonds - balances 7% annual budget deficit
- selling off US treasury bonds
- adjacency - US reserve currency - treasury bonds - US national debt - Trump tariffs
Annotators
URL
-
-
www.youtube.com www.youtube.com
-
for - explainer video - US national debt - treasury bonds - youtube - US national debt - A good explainer video on the US national debt and treasury bonds
-
- Feb 2025
-
www.tradingkey.com www.tradingkey.com
-
10-Year Treasury Yields Pull Back from Highs: What Does It Mean?
-
- Oct 2024
-
www.clarkecounty.gov www.clarkecounty.gov
-
Government Treasurer $(function () { var widgetContext = "widget_3_1271_1157"; //start VISPP-4466 var useDesignThemFontSizeCss = window.visionOptions.useDesignThemFontSizeCss; var folderPath = useDesignThemFontSizeCss == true ? window.visionOptions.currentDesignFolderPath : window.visionOptions.mainFolderPath; if (!folderPath) folderPath = window.visionOptions.mainFolderPath; var resizeTimer; var resizeFaqTabs = function () { $(".faq_widget").each(function () { var tabheight = $(this).find(".faq_tab_nav").height(); $(this).find(".faqtab_section").attr("style", "min-height: " + (tabheight - 42) + "px"); }); }; var SetFontSize = function (fontsize) { $("#active_font").attr("href", folderPath + fontsize).attr("data-css", fontsize); var url = window.location.origin + visionOptions.virtualApplicationPath + "Shared/ChangeFontSizeCookie"; var cookieValue = fontsize ? fontsize : "small.css"; var cookieInt; switch(cookieValue){ case("xx-small.css"): cookieInt=1; break; case ("x-small.css"): cookieInt = 2; break; case ("small.css"): default: cookieInt = 3; break; case("medium.css"): cookieInt=4; break; case ("large.css"): cookieInt = 5; break; } $.frontendAjax({ url: url, type: 'POST', contentType: 'application/json', data: JSON.stringify({ cookieValue: cookieInt}), success: function (data, textStatus, jqXHR) { if (data && data.success) { $("#active_font").attr("href", window.visionOptions.mainFolderPath + cookieValue).attr("data-css", cookieValue); } } }); if ($(".faq_tab_nav").length > 0) { clearTimeout(resizeTimer); resizeTimer = setTimeout(function () { resizeFaqTabs(); }, 200); } }; $(".font_larger").on("click", function () { switch ($("#active_font").attr("data-css")) { case "medium.css": SetFontSize("large.css"); break; case "small.css": SetFontSize("medium.css"); break; case "x-small.css": SetFontSize("small.css"); break; case "xx-small.css": SetFontSize("x-small.css"); break; } return false; }); $(".font_smaller").on("click", function () { switch ($("#active_font").attr("data-css")) { case "large.css": SetFontSize("medium.css"); break; case "medium.css": SetFontSize("small.css"); break; case "small.css": SetFontSize("x-small.css"); break; case "x-small.css": SetFontSize("xx-small.css"); break; } return false; }); $(".text_size").on("click", function () { SetFontSize("x-small.css"); return false; }); //end VISPP-4466 $("#" + widgetContext + " #share").click(function () { if (!$("#" + widgetContext + " div#share").hasClass("click-active")) $("#" + widgetContext + " div#share").find("ul").show(); else $("#" + widgetContext + " div#share").find("ul").hide(); }); $("div").click(function () { if ($("#" + widgetContext + " div#share").hasClass("click-active")) { $("#" + widgetContext + " div#share").find("ul").hide(); } }); $(document).click(function (e) { if (!$(e.target).closest("#share").length > 0) { $("#" + widgetContext + " div#share").removeClass("click-active"); $("#" + widgetContext + " div#share").find("ul").hide(); } }); var shareContainerTimeout = null; $("#" + widgetContext + " #share").bind('mouseover', function () { //If not relate to click event if (shareContainerTimeout) { clearTimeout(shareContainerTimeout); shareContainerTimeout = null; } shareContainerTimeout = setTimeout(function () { if (!$("#" + widgetContext + " div#share").hasClass("click-active")) $("#" + widgetContext + " div#share").find("ul").show(); }, 100); }); $("#" + widgetContext + " #share").bind('mouseleave', function () { //If not relate to click event if (shareContainerTimeout) { clearTimeout(shareContainerTimeout); shareContainerTimeout = null; } shareContainerTimeout = setTimeout(function () { if (!$("#" + widgetContext + " div#share").hasClass("click-active")) $("#" + widgetContext + " div#share").find("ul").hide(); }, 200); }); $("header#" + widgetContext + " a.feedback_link").click(function () { var windowHeight = 485; if (window.innerWidth <= 648) { windowHeight = 545; } var opts = { title: "Feedback", url: "/Template/GetFeedbackPartial?feedbackUrl=https%3a%2f%2fwww.clarkecounty.gov%2fgovernment%2ftreasurer-s-office", useFrame: true, height: windowHeight, onClosed: function (result) { if (result != undefined && result.IsOk == true) { $.refreshTempMessage(result.Message); } $("header#" + widgetContext + " a.feedback_link").focus(); }, skin: 'viClientDialog feedback_lightbox', fixed: false }; $.viClientDialog(opts).open(); }); //Safari iOS: No click event $("header#" + widgetContext + " a.send_share_email").bind("click touchstart", function () { var shareEmailTitle = document.itemTitle ? encodeURIComponent(document.itemTitle.trim()).replace(/[!'()*]/g, escape) : "Treasurer"; var opts = { title: "Click to submit an email online", url: "/Template/GetShareEmailPartial?shareUrl=https%3a%2f%2fwww.clarkecounty.gov%2fgovernment%2ftreasurer-s-office" + "&shareTitle=" + shareEmailTitle, useFrame: true, height: 485, onClosed: function (result) { if (result != undefined && result.IsOk == true) { $.refreshTempMessage(result.Message); } $("header#" + widgetContext + " a.send_share_email").focus(); }, skin: 'viClientDialog send_share_email_lightbox', fixed: false }; $.viClientDialog(opts).open(); }); }); The Treasurer’s Office collects real estate and personal property taxes, and sells dog licenses. Treasurer is an elected position. Make Clarke County tax payments online – with or without an account – at tax.clarkecounty.gov. View tax payment history, report a change of address, report new, sold, moved, and disposed of vehicles, report vehicle high mileage, and register dogs to comply with local dog licensing regulations. Online e-checks incur no processing fees, and credit card payment fees are the same online as they are for payments made at the Treasurer’s Office. The Treasurer’s Office is located in the Berryville-Clarke County Government Center (first floor) at 101 Chalmers Ct. in Berryville, Va. Hours 8:30 a.m. to 4:30 p.m. Monday through Friday Account payments accepted until 4:15 p.m. Sharon Keeler Treasurer (540) 955-5160 treasurer@clarkecounty.gov Ron Crouse Chief Deputy (540) 955-5160 rcrouse@clarkecounty.gov Glenda Hernandez Deputy I (540) 955-5160 ghernandez@clarkecounty.gov Julie Sweetser Deputy I (540) 955-5160 jsweetser@clarkecounty.gov Tracy Wilkerson Deputy II (540) 955-5160 twilkerson@clarkecounty.gov Additional Information Direct questions regarding the valuation of Real or Personal property (including vehicles) to the Commissioner of Revenue. Direct questions regarding water and sewer bills to the Clarke County Sanitary Authority. View Commissioner of Revenue Forms. Important Dates Jan. 31: Dog tags due for renewal each year; tags and licenses go on sale each Nov. 1 June 5: County Real Estate and Personal Property Tax due (first half) Dec. 5: County Real Estate & Personal Property Tax due (second half) NOTICE: The Clarke County Cigarette Tax increased on Jan. 1, 2023. Stamps are 40 cents each. Businesses that sell cigarettes should know: • Stamps can be purchased at the Clarke County Treasurer’s Office located on the first floor of the government center at 101 Chalmers Ct. in Berryville. Normal business hours are 8:30 a.m. to 5 p.m. Monday through Friday. A completed Stamp Order Form and full payment is required at the time of purchase. • Stamps can also be purchased by mail. Send a completed and signed Stamp Order Form along with full payment to: Clarke County Treasurer’s Office, P.O. Box 537, Berryville VA 22611 • The completed Stamp Order Form must include your shipping information, including location and shipping account number. The Treasurer’s Office will do its best to mail stamps as quickly as possible, but the office is busier at certain times of the year than others. 2023 Stamp Order Form Non-Judicial Real Estate Sale
-
-
www.youtube.com www.youtube.com
-
56:12 When the Community Treasury spends more of its money, people in the community have more to spend
-
- Feb 2021
-
www.theguardian.com www.theguardian.com
-
Hern, Alex. ‘“Eat out to Help out” May Have Caused Sixth of Covid Clusters over Summer’. The Guardian, 30 October 2020, sec. Business. https://www.theguardian.com/business/2020/oct/30/treasury-rejects-theory-eat-out-to-help-out-caused-rise-in-covid.
-
- Jul 2020
-
-
He, Z., Nagel, S., & Song, Z. (2020). Treasury Inconvenience Yields during the COVID-19 Crisis (Working Paper No. 27416; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27416
-
- Feb 2017
-
en.wikipedia.org en.wikipedia.org
-
Parties
DId You know? There were 5 whigs and 4 federalists to hold the seceratry of the treasury
-