back to article In after-hours trade on Monday, NYSE deployed test code to production

It looks like the New York Stock Exchange took the opportunity of an abridged trading session ahead of the fourth of July to test some code relating to its API. The problem is, test seems to have gone to production with the hilarious result that a bunch of stocks are reporting the same value: $123.47 (which, as someone noted …

  1. as2003

    Maths is hard

    In what universe does 123.456 get rounded to 123.47?

    1. Tim99 Silver badge
      Coat

      Re: Maths is hard

      "In what universe does 123.456 get rounded to 123.47?"

      The one where the NYSE keeps ~0.0113% on top of their other fees?

      Mine's the one with this book by Guy Standing in the pocket >>===>

    2. Christian Berger

      Beancounters are odd

      There are bizarre rounding rules. Like normal people round 1.5 to 2, and 1.4 to 1.

      Beancounters often consider the next digit if the digit is 5. So...

      1.50 becomes 1

      1.51 becomes 2

      1.52 becomes 1

      1.53 becomes 2

      1.54 becomes 1

      and so on.

      ...

      Though that still doesn't explain the 7. Maybe someone tried to write financial code in Java and wanted to test their rounding code, did this with the number 123.456, left in the test code... and failed.

      1. foxyshadis

        Re: Beancounters are odd

        @Christian, that's by far the worst misinterpretation of Banker's Rounding I've ever seen. Congratulations!

        The results would make sense if they were using a "round to odd" variation of the common "round to even" scheme.

        1. Bronek Kozicki
          Holmes

          Re: Beancounters are odd

          Double rounding can lead to such funny results. That's why I warn quants against applying directional rounding unnecessarily. For example: round 123.456 to second decimal place to 123.46 (which cannot be represented accurately in IEEE-754 meaning there is some FP representation error in there already), then process this number in some way apparently not changing it (but possibly affecting existing FP error), and then round up to second decimal place again. The result? An extra FP error will push up the result of second rounding to 123.47, from 123.46+epsilon

          1. Anonymous Coward
            Anonymous Coward

            Re: Beancounters are odd

            I hope NYSE doesn't use floating point for financial calculations (but statistical ones, maybe).... there's a reason why some tools support fixed point calculations.

        2. Anonymous Coward
          Meh

          Re: Beancounters are odd

          I thought banker's rounding was when they charge you one million to save you ten thousand.

  2. Chairman of the Bored

    Sounds about right

    Had an MRI last week; the bill was $1234.56. So I thinks, "damn, someone left a default value in - gotta make a phone call. This is Not Kwite Rite."

    Call outcome? Basically it doesnt matter what they charge and the number is in fact rectally derived. At the end of the day the scan costs precisely as much as whatever insurance company will pay them for said exam. No insurance? Guess you win the random variable prize?

    Welcome to healthcare, USA style.

    1. Morten_T
      Happy

      Re: Sounds about right

      Have an upvote for "rectally derived" - I might have to steal, err, borrow that some day :)

  3. Old Shoes

    "Certain third parties" forgot that July 4th is a US holiday and distributed trade data from after the market close.

    http://www.nasdaqtrader.com/TraderNews.aspx?id=utp2017-05

    I'm more interested in the 123.45 vs 123.46 rounding vs truncation error that some sites and applications have.

  4. Anonymous Coward
    Anonymous Coward

    Take your pick...

    1. Agile.

    2. DevOps.

    3. Microsoft.

    4. Any consultancy ever.

    5. Indian coding.

    6. Pissed contractor.

    1. Robert Baker
      Coat

      Re: Take your pick...

      "Pissed contractor"?

      Angry, drunk or both?

      Mine is the one with a copy of "Money" by Pink Floyd in the pocket. ("I don't know, I was really drunk at the time...")

  5. John Smith 19 Gold badge
    Coat

    No biggie. the NYSE has been having "flash crashes" for years.

    During actual trading time.

    Perhaps they should sort this out before business opens again.

  6. Erik4872

    DevOps fun

    I do systems integration work for an IT services company (a competent one, not Capita or similar.) Basically, the party line industry-wide is if you're not fully on board with DevOps, you won't have a job for very long. Anyone who even suggests that developers shouldn't have full access to production systems and the ability to check random code in at any time is an old fossil sysadmin who's just trying to protect his job.

    What companies aren't getting is that DevOps really isn't just "fire your sysadmins and make the devs run their own boxes" for anything more critical than some random phone app. The concepts are really good, and this is coming from someone in an environment where the pace of change is glacial at best. What gets lost in translation is that the thing you're trying to fix is the nightmarish pain that a change can bring once the devs throw the code over to the ops. I've had operations teams say to me with a straight face that they can't deploy code until their entire staff is certified on the latest version of Windows Server. I've had operations teams refuse to accept things without a runbook explaining every possible thing that could go wrong with the system. And use that same runbook as an excuse to send every single thing that wasn't in the runbook up the chain to product engineering even though it's Sysadmin 101 stuff.

    It makes sense for both sides to learn about the other. There are some developers I wouldn't let 100 feet from a production system simply because they've shown they have no idea how a computer works beyond the tools their language of choice provides. Some operations people are so hidebound in process that they're just too slow to keep up with changes. Like all things bubble-related, once this dotcom bubble bursts and the SV startups recede into the background again, I think we'll take the parts of DevOps that make sense and use them everywhere.

    1. Chairman of the Bored

      Re: DevOps fun

      So what I think you are saying is that buzzword bingo does not teach common sense? I can see the value of teaming developers and operations personnel so that they can learn to communicate and jointly address deficiencies. Heck, sometimes is good to have a person detail to another stovepipe just to break up boredom and give them additional growth oopportunities. Sometimes a shuft from one part of the org to the other - done voluntarily and with the employee's best interests foremost - can jump start a career and build useful bridges between organizations. If a guy or gal leaves my org I want them to leave happy and predisposed to team with ua, no matter where they go.

      But all that requires real investment from leadership to see people as unique individuals with specific gifts to offer rather than a homogeneous mass of "human resources". Leading teams of individuals is really hard work! I think part of the DevOps fascination is that its easier to just hire a septic think tank to come in and (not) do this job for you.

      DevOps feels like the forced fun mandatory holiday parties, or maybe regret/pity sex. If youve not been doing your job all along a sudden forced fun session isnt going to be very satisfying.

      -BC

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon

Other stories you might like