• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Settlement -vs- loan charge

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Settlement -vs- loan charge

    I'm assuming most people here can read code.

    Code:
    if (year < 2010) {
       the loan charge doesn't apply;
       if (year is closed) you're in the clear; nothing to pay;
       if (year is open) at some point in the future, you may either have to settle or contest
          the tax liability at a tribunal;  /* "future" could be several years */
    }
    
    if (year > 2010) {
       the loan charge does apply;
       if (settlement works out cheaper than loan charge) then settle;
       if (loan charge works out cheaper than settlement) {
          if (year is closed) you can pay the loan charge, and that's the end of the matter;
          if (year is open) you can pay the loan charge, but at some point in the future you may
             have to settle and pay the shortfall (settlement minus loan charge);  /* "future" could be many years */
       }
    }
    Last edited by DealorNoDeal; 15 September 2020, 08:25.
    Scoots still says that Apr 2020 didn't mark the start of a new stock bull market.

    #2
    Originally posted by DealorNoDeal View Post
    I'm assuming most people here can read code.

    Code:
    if (year < 2010) {
       the loan charge doesn't apply;
       if (year is closed) you're in the clear; nothing to pay;
       if (year is open) at some point in the future, you may either have to settle or contest
          the tax liability at a tribunal;  /* "future" could be several years */
    }
    
    if (year > 2010) {
       the loan charge does apply;
       if (settlement works out cheaper than loan charge) then settle;
       if (loan charge works out cheaper than settlement) {
          if (year is closed) you can pay the loan charge, and that's the end of the matter;
          if (year is open) you can pay the loan charge, but at some point in the future you may
             have to settle and pay the shortfall (settlement minus loan charge);  /* "future" could be many years */
       }
    }

    I could transform that into a flow chart if completely necessary but I think it's clear enough for everyone.
    merely at clientco for the entertainment

    Comment


      #3
      Originally posted by DealorNoDeal View Post
      I'm assuming most people here can read code.

      Code:
      if (year < 2010) {
         the loan charge doesn't apply;
       
      }
      
      if (year > 2010) {
         the loan charge does apply;
         if (settlement works out cheaper than loan charge) then settle;
       
      }
      For the sake of accuracy, when you say 2010, confirm you mean on and after 9th December 2010, True?

      Fo if I was in a scheme in the whole of 2010, I will onlu pay LC for the amount i received in the last say 3 weeks of December, not the earlier months in 2010?

      Comment


        #4
        Originally posted by luxCon View Post
        For the sake of accuracy, when you say 2010, confirm you mean on and after 9th December 2010, True?

        Fo if I was in a scheme in the whole of 2010, I will onlu pay LC for the amount i received in the last say 3 weeks of December, not the earlier months in 2010?
        The year 2010 isn't covered in the logic but Find out how the changes to the loan charge affect you - GOV.UK. says 9th December 2010 so only on money received after 8/12/2010.
        Last edited by eek; 15 September 2020, 13:17.
        merely at clientco for the entertainment

        Comment


          #5
          Originally posted by DealorNoDeal View Post
          I'm assuming most people here can read code.

          Code:
          if (year < 2010) {
             the loan charge doesn't apply;
             if (year is closed) you're in the clear; nothing to pay;
             if (year is open) at some point in the future, you may either have to settle or contest
                the tax liability at a tribunal;  /* "future" could be several years */
          }
          
          if (year > 2010) {
             the loan charge does apply;
             if (settlement works out cheaper than loan charge) then settle;
             if (loan charge works out cheaper than settlement) {
                if (year is closed) you can pay the loan charge, and that's the end of the matter;
                if (year is open) you can pay the loan charge, but at some point in the future you may
                   have to settle and pay the shortfall (settlement minus loan charge);  /* "future" could be many years */
             }
          }
          What about 2010? You need more unit tests

          Comment


            #6
            The 2010/11 tax year is a bit messy, and I couldn't be bothered coding it.
            Scoots still says that Apr 2020 didn't mark the start of a new stock bull market.

            Comment


              #7
              Originally posted by DealorNoDeal View Post
              The 2010/11 tax year is a bit messy, and I couldn't be bothered coding it.
              I suspect you once worked for an offshore consultancy I worked alongside...
              Last edited by Paralytic; 15 September 2020, 15:20.

              Comment


                #8
                Originally posted by Paralytic View Post
                I suspect you once work for an offshore consultancy I worked alongside...
                I'd do a better job of it if I was getting paid for it. (well maybe )
                Scoots still says that Apr 2020 didn't mark the start of a new stock bull market.

                Comment


                  #9
                  Originally posted by DealorNoDeal View Post
                  I'd do a better job of it if I was getting paid for it. (well maybe )
                  I adopt an MVP and time and materials approach, for stuff like this with dodgy complex edge cases you just add an alert("here be dragons") bit and get everyone to accept the work required doesn't justify the expense...
                  merely at clientco for the entertainment

                  Comment


                    #10
                    Payments after 9th December 2010

                    Can someone who knows clarify if I entered a loan agreement before 9th Dec 2010, but continued to get paid under that agreement after this date, am I liable to the LC on any of the loans, only those after 9th Dec or all of the loans under that agreement?

                    SAM's recommendation says "I therefore conclude that the Loan Charge should not apply to loans entered into by either individuals or employers before 9th December 2010" - To me that could mean that I am not liable to pay LC on loans received on and after 9th Dec if the agreement entered before

                    However HMRC site says "If you were employed when you received a loan, the loan charge applies to outstanding loans made between 9 December 2010 and 5 April 2019." - This to me says I am liable to that portion of the payments made to me on and after 9th Dec

                    Comment

                    Working...
                    X