<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Run Profits Visual Mining of UK Stock market Data</title>
	<atom:link href="https://runprofits.com/category/elite/amusing/feed/" rel="self" type="application/rss+xml" />
	<link>https://runprofits.com</link>
	<description>let your profits run</description>
	<lastBuildDate>Sat, 28 Jun 2025 13:59:07 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://runprofits.com/wp-content/uploads/2022/10/cropped-Run-Profit-Strip-Fabicon-32x32.jpg</url>
	<title>Run Profits Visual Mining of UK Stock market Data</title>
	<link>https://runprofits.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Master RNS Meanings: Making Money from Market-Moving Language</title>
		<link>https://runprofits.com/master-rns-meanings-a-quantitaitve-traders-playbook-for-unlocking-market-moving-language/</link>
					<comments>https://runprofits.com/master-rns-meanings-a-quantitaitve-traders-playbook-for-unlocking-market-moving-language/#respond</comments>
		
		<dc:creator><![CDATA[donncha@runprofits.com]]></dc:creator>
		<pubDate>Sat, 28 Jun 2025 10:44:58 +0000</pubDate>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Market Mechanics]]></category>
		<category><![CDATA[Musings]]></category>
		<guid isPermaLink="false">https://runprofits.com/?p=41927</guid>

					<description><![CDATA[Report on the Quantitative Analysis of UK RNS Catalysts and Their Market Impact Executive Summary This report presents a comprehensive framework for identifying, categorizing, and quantifying the market impact of linguistic catalysts found within UK Regulatory News Service (RNS) announcements. The primary objective of this study is to move beyond simplistic sentiment analysis and create a robust, data-driven tool for &#8230; <a class="kt-excerpt-readmore" href="https://runprofits.com/master-rns-meanings-a-quantitaitve-traders-playbook-for-unlocking-market-moving-language/" aria-label="Master RNS Meanings: Making Money from Market-Moving Language">Read More</a>]]></description>
										<content:encoded><![CDATA[<div class="mp_wrapper">
  <div class="mepr-unauthorized-message">
    <p><br />
### Unlock Professional Analytics<br />
Access to this data requires an active membership.<br />
[mepr-pricing-table id="YOUR_GROUP_ID"]<br />
Already a member? 
<div class="mp_wrapper mp_login_form">
                  <!-- mp-login-form-start -->     <form name="mepr_loginform" id="mepr_loginform" class="mepr-form" action="https://runprofits.com/login-3/" method="post">
            <div class="mp-form-row mepr_username">
        <div class="mp-form-label">
                              <label for="user_login">Username</label>
        </div>
        <input type="text" name="log" id="user_login" value="" />
      </div>
      <div class="mp-form-row mepr_password">
        <div class="mp-form-label">
          <label for="user_pass">Password</label>
          <div class="mp-hide-pw">
            <input type="password" name="pwd" id="user_pass" value="" />
            <button type="button" class="button mp-hide-pw hide-if-no-js" data-toggle="0" aria-label="Show password">
              <span class="dashicons dashicons-visibility" aria-hidden="true"></span>
            </button>
          </div>
        </div>
      </div>
      
<div class="mp-form-row mepr_math_captcha">
    <div class="mp-form-label">
        <label for="mepr_math_quiz">
            <span id="mepr_math_captcha-69cf898a0d19f"></span>*
        </label>
    </div>

    <input type="text" name="mepr_math_quiz" id="mepr_math_quiz" value="" class="mepr-form-input" />
    <input type="hidden" name="mepr_math_data" value="vH/d8CtMB1HRw9tG6jAVCo44htcno8zQ39HH+GxpkYc=" />

    <script>
    function mepr_base64_decode(encodedData) {
        var decodeUTF8string = function(str) {
            // Going backwards: from bytestream, to percent-encoding, to original string.
            return decodeURIComponent(str.split('').map(
                function(c) {
                    return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2)
                })
                .join('')
            )
        }

        if (typeof window !== 'undefined') {
            if (typeof window.atob !== 'undefined') {
                return decodeUTF8string(window.atob(encodedData))
            }
        } else {
            return new Buffer(encodedData, 'base64').toString('utf-8')
        }

        var b64 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='
        var o1
        var o2
        var o3
        var h1
        var h2
        var h3
        var h4
        var bits
        var i = 0
        var ac = 0
        var dec = ''
        var tmpArr = []

        if (!encodedData) {
            return encodedData
        }

        encodedData += ''
        do {
            // unpack four hexets into three octets using index points in b64
            h1 = b64.indexOf(encodedData.charAt(i++))
            h2 = b64.indexOf(encodedData.charAt(i++))
            h3 = b64.indexOf(encodedData.charAt(i++))
            h4 = b64.indexOf(encodedData.charAt(i++))
            bits = h1 << 18 | h2 << 12 | h3 << 6 | h4
            o1 = bits >> 16 & 0xff
            o2 = bits >> 8 & 0xff
            o3 = bits & 0xff

            if (h3 === 64) {
                tmpArr[ac++] = String.fromCharCode(o1)
            } else if (h4 === 64) {
                tmpArr[ac++] = String.fromCharCode(o1, o2)
            } else {
                tmpArr[ac++] = String.fromCharCode(o1, o2, o3)
            }
        } while (i < encodedData.length)

        dec = tmpArr.join('')
        return decodeUTF8string(dec.replace(/\0+$/, ''))
    }

    jQuery(document).ready(function() {
        var el = document.getElementById("mepr_math_captcha-69cf898a0d19f")
        el.innerHTML = mepr_base64_decode("MTUgKyA0IGVxdWFscz8=");
    });
    </script>
</div>
      <div>
        <label><input name="rememberme" type="checkbox" id="rememberme" value="forever" /> Remember Me</label>
      </div>
      <div class="mp-spacer">&nbsp;</div>
      <div class="submit">
        <input type="submit" name="wp-submit" id="wp-submit" class="button-primary mepr-share-button " value="Log In" />
        <input type="hidden" name="redirect_to" value="/category/elite/amusing/feed/" />
        <input type="hidden" name="mepr_process_login_form" value="true" />
        <input type="hidden" name="mepr_is_login_page" value="false" />
      </div>
    </form>
    <div class="mp-spacer">&nbsp;</div>
    <div class="mepr-login-actions">
        <a
          href="https://runprofits.com/login-3/?action=forgot_password"
          title="Click here to reset your password"
        >
          Forgot Password        </a>
    </div>

      
    <!-- mp-login-form-end --> 
  </div>
<br />
</p>
<p></p>
  </div>
  <div class="mepr-login-form-wrap">
            
<div class="mp_wrapper mp_login_form">
                  <!-- mp-login-form-start -->     <form name="mepr_loginform" id="mepr_loginform" class="mepr-form" action="https://runprofits.com/login-3/" method="post">
            <div class="mp-form-row mepr_username">
        <div class="mp-form-label">
                              <label for="user_login">Username</label>
        </div>
        <input type="text" name="log" id="user_login" value="" />
      </div>
      <div class="mp-form-row mepr_password">
        <div class="mp-form-label">
          <label for="user_pass">Password</label>
          <div class="mp-hide-pw">
            <input type="password" name="pwd" id="user_pass" value="" />
            <button type="button" class="button mp-hide-pw hide-if-no-js" data-toggle="0" aria-label="Show password">
              <span class="dashicons dashicons-visibility" aria-hidden="true"></span>
            </button>
          </div>
        </div>
      </div>
      
<div class="mp-form-row mepr_math_captcha">
    <div class="mp-form-label">
        <label for="mepr_math_quiz">
            <span id="mepr_math_captcha-69cf898a0bc32"></span>*
        </label>
    </div>

    <input type="text" name="mepr_math_quiz" id="mepr_math_quiz" value="" class="mepr-form-input" />
    <input type="hidden" name="mepr_math_data" value="BF1oo2HoPaaLnrSMrrC1nClSbrQ2s4avTgwr78kaGOk=" />

    <script>
    function mepr_base64_decode(encodedData) {
        var decodeUTF8string = function(str) {
            // Going backwards: from bytestream, to percent-encoding, to original string.
            return decodeURIComponent(str.split('').map(
                function(c) {
                    return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2)
                })
                .join('')
            )
        }

        if (typeof window !== 'undefined') {
            if (typeof window.atob !== 'undefined') {
                return decodeUTF8string(window.atob(encodedData))
            }
        } else {
            return new Buffer(encodedData, 'base64').toString('utf-8')
        }

        var b64 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='
        var o1
        var o2
        var o3
        var h1
        var h2
        var h3
        var h4
        var bits
        var i = 0
        var ac = 0
        var dec = ''
        var tmpArr = []

        if (!encodedData) {
            return encodedData
        }

        encodedData += ''
        do {
            // unpack four hexets into three octets using index points in b64
            h1 = b64.indexOf(encodedData.charAt(i++))
            h2 = b64.indexOf(encodedData.charAt(i++))
            h3 = b64.indexOf(encodedData.charAt(i++))
            h4 = b64.indexOf(encodedData.charAt(i++))
            bits = h1 << 18 | h2 << 12 | h3 << 6 | h4
            o1 = bits >> 16 & 0xff
            o2 = bits >> 8 & 0xff
            o3 = bits & 0xff

            if (h3 === 64) {
                tmpArr[ac++] = String.fromCharCode(o1)
            } else if (h4 === 64) {
                tmpArr[ac++] = String.fromCharCode(o1, o2)
            } else {
                tmpArr[ac++] = String.fromCharCode(o1, o2, o3)
            }
        } while (i < encodedData.length)

        dec = tmpArr.join('')
        return decodeUTF8string(dec.replace(/\0+$/, ''))
    }

    jQuery(document).ready(function() {
        var el = document.getElementById("mepr_math_captcha-69cf898a0bc32")
        el.innerHTML = mepr_base64_decode("OSArIDEgZXF1YWxzPw==");
    });
    </script>
</div>
      <div>
        <label><input name="rememberme" type="checkbox" id="rememberme" value="forever" /> Remember Me</label>
      </div>
      <div class="mp-spacer">&nbsp;</div>
      <div class="submit">
        <input type="submit" name="wp-submit" id="wp-submit" class="button-primary mepr-share-button " value="Log In" />
        <input type="hidden" name="redirect_to" value="/category/elite/amusing/feed/" />
        <input type="hidden" name="mepr_process_login_form" value="true" />
        <input type="hidden" name="mepr_is_login_page" value="false" />
      </div>
    </form>
    <div class="mp-spacer">&nbsp;</div>
    <div class="mepr-login-actions">
        <a
          href="https://runprofits.com/login-3/?action=forgot_password"
          title="Click here to reset your password"
        >
          Forgot Password        </a>
    </div>

      
    <!-- mp-login-form-end --> 
  </div>
      </div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://runprofits.com/master-rns-meanings-a-quantitaitve-traders-playbook-for-unlocking-market-moving-language/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
