-->

Anti-Corruption and Bribery Policy

Policy statement

It is the policy of Spirit of Sport Limited (the Company) to conduct business in an honest and ethical manner. As part of that, the Company takes a zero-tolerance approach to bribery and corruption and is committed to acting professionally, fairly and with integrity in all its business dealings and relationships, wherever it operates, and implementing and enforcing effective systems to counter bribery.

Purpose

The Company will uphold all laws relevant to countering bribery and corruption in all the jurisdictions in which it conducts business, including, in Ireland The Criminal Justice (Corruption Offences ) act 2018 , (the Act), which applies to conduct both in Ireland and abroad.

Scope and applicability

This policy applies to all individuals working for or on behalf of the Company at all levels and grades, whether permanent, fixed-term or temporary, and wherever located, including consultants, contractors, seconded staff, casual staff, agency staff, volunteers, agents, sponsors and any other person who performs services for or on behalf of the Company, (collectively referred to as Workers in this policy).

In this policy, Third Party means any individual or organisation that Workers come into contact with during the course of work and the running of the Company’s business, and includes actual and potential clients, intermediaries, referrers of work, suppliers, distributors, business contacts, agents, advisers, government and public bodies (including their advisers, representatives and officials), politicians and political parties.

What is bribery?

A bribe is an inducement or reward offered, promised or provided in order to improperly gain any commercial, contractual, regulatory or personal advantage, which may constitute an offence under the Act, namely:

The Company may also be liable under the Act if it fails to prevent bribery by an associated person (including, but not limited to Workers) for the Company’s benefit.

Gifts and hospitality

This policy does not prohibit normal and appropriate gifts and hospitality (given and received) to or from Third Parties unless otherwise specifically stated. However, we have specific internal policies and procedures which provide guidance to Workers as to what is to be regarded as normal and appropriate gifts and hospitality in terms of financial limits, subject to the principles set out below (the Overriding Principles), namely that any gift or hospitality:

must not be made with the intention of improperly influencing a Third Party or Worker to obtain or retain business or a business advantage, or to reward the provision or retention of business or a business advantage, or in explicit or implicit exchange for favours or benefits;

The Company appreciates that the practice of giving business gifts varies between countries and regions and what may be normal and acceptable in one region may not be in another. The test to be applied is whether in all the circumstances the gift or hospitality is reasonable and justifiable both in Ireland and any other relevant country. The intention behind the gift should always be considered.

What is not acceptable?

It is not acceptable for any Worker (or someone on their behalf) to:

Facilitation payments and “kickbacks”

We do not make, and will not accept, facilitation payments or “kickbacks” of any kind, such as small, unofficial payments made to secure or expedite a routine government action by a government official, or payments made in return for a business favour or advantage.

Charitable Donations and Sponsorship

The Company only makes charitable donations and provides sponsorship that are legal and ethical under local laws and practices and which are in accordance with the Company’s internal policies and procedures.

Record keeping

We keep appropriate financial records and have appropriate internal controls in place which evidence the business reason for gifts, hospitality and payments made and received.

Responsibilities and raising concerns

The prevention, detection and reporting of bribery and other forms of corruption are the responsibility of all those working for us or under our control. All Workers are required to avoid any activity that might lead to, or suggest, a breach of this policy.

Workers are required to notify the Company as soon as possible if it is believed or suspected that a conflict with this policy has occurred, or may occur in the future, or if they are offered a bribe, are asked to make one, suspect that this may happen in the future, or believe that they are a victim of another form of unlawful activity.

Any employee who breaches this policy may face disciplinary action, which could result in dismissal for gross misconduct. We reserve our right to terminate our contract with any such employees.

Monitoring and review

The Company monitors the effectiveness and reviews the implementation of this policy at appropriate intervals, considering its suitability, adequacy and effectiveness. Any improvements identified are made as soon as possible. Internal control systems and procedures are also subject to regular review to provide assurance that they are effective in countering any risks of bribery and corruption.

All Workers are aware that they are responsible for the success of this policy and should ensure they use it to disclose any suspected danger or wrongdoing.

REGISTER YOUR INTEREST

Cheltenham Members have a priority window first to buy a niche in the Columbarium until March 17th. From March 18th any remaining niches will be offered for sale to the people on this waiting list on the before being offered out to the wider Cheltenham racing community.

To join the waiting list please complete the form below.

SCHEDULE A CALL Secure a niche

Spirit of Sport UK Limited
Company number 13755387
Registered office address
Unit 14 Elgar Business Centre Moseley Road,
Hallow, Worcester, England, WR2 6NJ

X
-->
--> jQuery(document).ready(function(){ jQuery(".toggle_btn").click(function(){ jQuery(".collapse-all").slideToggle(); }); }); var map = document.querySelector(".map-modal"); var mapBtn = document.querySelectorAll(".common-frames"); var mapClose = document.querySelectorAll(".map-close"); mapBtn.forEach(function(modalbtn){ modalbtn.addEventListener("click", function(){ map.style.display= "flex"; }); }); mapClose.forEach(function(modalclosebtn){ modalclosebtn.addEventListener("click", function(){ map.style.display= "none"; }); }); var yourArray = []; $("#contact_dob").datepicker({ changeMonth: true, changeYear: true, dateFormat: "dd-mm-yy", onSelect: function(dateText) { $('#contact_question').html(''); $("input:checkbox[name=Cheltenham]:checked").each(function(){ yourArray.push($(this).val()); }); console.log(yourArray); let text = yourArray.toString(); $('#contact_question').append('DOB: '+dateText+'\r\n'); if(yourArray.length > 0 ){ $('#contact_question').append('Are You A Member: '+text); } } }); $('.valuefortrainer').click(function(){ if( $('.valuefortrainer').is(':checked') ){ var yourArray = [] $("input:checkbox[name=Cheltenham]:checked").each(function(){ yourArray.push($(this).val()); }); console.log(yourArray); let text = yourArray.toString(); $('#contact_question').html(''); var dateVariable = $("input#contact_dob").val(); $('#contact_question').append('DOB: '+dateVariable+'\r\n'); $('#contact_question').append('Are You A Member: '+text); } else{ var yourArray = [] $("input:checkbox[name=Cheltenham]:checked").each(function(){ yourArray.push($(this).val()); }); console.log(yourArray); let text = yourArray.toString(); $('#contact_question').html(''); var dateVariable = $("input#contact_dob").val(); if(dateVariable){ $('#contact_question').append('DOB: '+dateVariable+'\r\n'); } if(yourArray.length > 0 ){ $('#contact_question').append('Are You A Member: '+text); } } }); $(".valueforcremated").change(function() { if(this.checked) { $('#contact_question').html(''); $('#contact_question').html('The person signing up is for a person already cremated'); } }); $(".valueforreservation").change(function() { if(this.checked) { $('#contact_question').html(''); $('#contact_question').html('It will serve as a reservation.'); } }); // Get the button that opens the modal var btn = document.querySelectorAll(".share-icon"); var icon_close = document.querySelectorAll(".icon-common"); btn.forEach(function(button){ button.addEventListener("click", function(){ this.style.display = "none" let shareModal = this.closest(".share"); shareModal.querySelector(".share-modal").style.display = "flex"; }) }); icon_close.forEach(function(close){ close.addEventListener("click", function(){ let closeDiv = this.closest(".share-modal"); closeDiv.style.display = "none"; let mainDiv = closeDiv.closest(".share"); mainDiv.querySelector(".share-icon").style.display = "block"; }) }); $('body').on('click','a.share-icon', function(e){ e.stopPropagation(); $(this).attr('style','display:none;'); $(this).siblings(".share-modal").attr('style','display:flex;'); }); $('body').on('click',".klop .icon-common", function(){ $(this).parents(".share-modal").attr('style','display:none;'); $(this).parents(".share-modal").siblings('a').attr('style','display:block;'); }); function openWhatsApp() { var gethref = $(location).attr('href'); console.log(gethref); window.open('https://api.whatsapp.com/send?text=Please check this '+gethref); } function openEmailApp() { var gethref = $(location).attr('href'); var titles = $('.pititle').html(); var title = 'You could have your ashes laid to rest at Cheltenham : '+titles; console.log(gethref); console.log(title); window.open('mailto:?subject='+title+'&body='+gethref); } function opentwitter() { var gethref = $(location).attr('href'); console.log(gethref); window.open('https://twitter.com/share?text=Im Sharing on Twitter&url='+gethref); } $('[data-layout-name="common__banner"] > div > div:nth-of-type(3) #buttonLink a').attr('onclick',"Calendly.initPopupWidget({url: 'https://calendly.com/d/zty-6zw-stm/spirit-of-sport-cheltenham-call'});return false;"); $('[data-layout-name="common__banner"] > div > div:nth-of-type(5) #buttonLink').append('
×
twitter
'); $('[data-layout-name="common__banner"] > div > div:nth-of-type(5) #buttonLink > a').addClass("share-icon"); var btnFixed = document.querySelector('.btn-fixed'); var btnFixedTop = btnFixed.getBoundingClientRect().top - document.body.getBoundingClientRect().top; window.addEventListener('scroll', function(){ if (document.documentElement.scrollTop > btnFixedTop){ btnFixed.classList.add("fixed-btns"); } else { btnFixed.classList.remove("fixed-btns"); } }); // Blog append var getblog = $('.blog_main').html(); $('#blogs__append').html(''); $('#blogs__append').append('
'+getblog+'
'); // equal column height if($(window).width() > 767){ var blogDiv = document.querySelectorAll(".blog_main .blog"); var getColumnheight = 0; blogDiv.forEach(function(column){ let columnGet = column.querySelectorAll(".blog_content_inner h3"); columnGet.forEach(function(columnHeading){ getColumnheight = Math.max(getColumnheight, columnHeading.offsetHeight); }); }); blogDiv.forEach(function(items){ items.querySelector("h3").style.height = getColumnheight + "px" }); } $("[data-widget-id='0de3bc53-98a6-4661-a647-0346c48c1938']").click(function(){ $("#player-79e2e175-4534-41be-b351-58cdee939efc").trigger('click') })