Now, Words and Their Stories, a VOA Special English program about American expressions. I'm Rich Kleinfeldt with some financial words and expressions used in business and the stock market.

Our first expression is "in the red." It is another way of saying that a business is losing money. In the past, numbers in the financial records of a company were written in red ink to show a loss.

A business magazine recently published a report about a television company. The report said the company was still in the red, but was able to cut its loss from the year before.

A profit by a business is written in black numbers. So a company that is "in the black" is making money. An international news service reported that a private health insurer in Australia announced it was "back in the black with its first profit in three years."

Another financial expression is "run on the bank." That is what happens when many people try to withdraw all their money from a bank. A "run on the bank" usually happens when people believe there is danger a bank may fail or close.

Newspaper reports about a banking crisis in Russia used that expression. They said the government acted because of fears that the crisis would cause a run on the banks.

"When a run on the banks was starting, there was not much they could do," said a banking expert.

"Day trading" is a new expression about a system that lets investors trade directly on an electronic market system. The system is known as NASDAQ, short for The National Association of Securities Dealers Automated Quotation. It was the first completely computerized stock market. It sells stocks of companies not listed on any stock exchange. Many high technology companies are listed on it.

Day trading companies provide a desk and a computer system to an investor who wants to trade. Individuals must provide fifty thousand dollars or more to the trading company to pay for the stocks they buy. Thousands of other investors do day trading from computers in their homes.

A day trader watches stock prices carefully. When he sees a stock rise in price, he uses the computer to buy shares of the stock. If the stock continues to rise in price in the next few minutes, the day trader sells the shares quickly to make a small profit. Then he looks for another stock to buy. If a stock goes down instead of up, he sells it and accepts the loss.

The idea is to make a small profit many times during the day. Day traders may buy and sell stocks hundreds of times each day.

Many day traders lose all their money in a week or so. Only about thirty percent succeed in earning enough from their efforts to continue day trading.

This VOA Special English program, Words and Their Stories, was written by Frank Beardsley. This is Rich Kleinfeldt.

voa 2015 / 4 / 26的更多相关文章

  1. voa 2015 / 4 / 27

    As reports of the death toll rise in Nepal, countries and relief organizations around the world are ...

  2. voa 2015 / 4 / 25

    When English speakers talk about time and place, there are three little words that often come up: in ...

  3. voa 2015.4.29

    Nepal has declared three days of mourning for the victims of Saturday's 7.8 magnitude earthquake tha ...

  4. Python实现WEB QQ 登录与消息发送(第一版本 2015.06.26)

    WEB QQ的登录步骤与协议,需要的度娘下,很多. 转载说明来源:http://www.cnblogs.com/ryhan/p/4602762.html 我这实现是参考了度娘搜的 和自己抓包分析的. ...

  5. 腾讯 pc端面试(2015.10.26)

    整个面试过程全部围绕着我在前一家公司做过的项目开始提问.因为这个项目是我主要负责的,所以面试官第一个问题是让我讲解了整个项目的框架结构.在对于项目的框架结构的讲解方面,大致条理还算清醒但是因为很少对做 ...

  6. iOS 学习笔记 二 (2015.02.26)

    How To Use Git Source Control with Xcode in iOS 6 If you're new here, you may want to subscribe to m ...

  7. 2015 11 26 java 配置环境变量

    使用java软件, 须进行改变配置环境变量.需要2步. 第一,在电脑中找到配置环境变量的位置: 我的电脑,属性,高级,环境变量. 第二,进行添加两个变量,更改一个变量: 1,变量名:JAVA_HOME ...

  8. voa 2015 / 4 / 19

      potentially – adv. capable of becoming real, a possibility tackle – v. to deal with a difficult pr ...

  9. voa 2015 / 4 / 18

    Words in This Story gerund - n. an English noun formed from a verb by adding -ing infinitive - n. th ...

随机推荐

  1. 开涛spring3(9.3) - Spring的事务 之 9.3 编程式事务

    9.3  编程式事务 9.3.1  编程式事务概述 所谓编程式事务指的是通过编码方式实现事务,即类似于JDBC编程实现事务管理. Spring框架提供一致的事务抽象,因此对于JDBC还是JTA事务都是 ...

  2. 前端技术API手册(2) -- CSS API 的实现

    微信小程序 jQuery每日经典 第二阶段已经发布,截至目前收录的技术有jQuery和CSS.其他技术正在不断的填充完善中. CSS技术手册实现的方法: 资料来源 所有的CSS资料均参考自网址:htt ...

  3. kafka 0.10.2 部署失败后,重新部署

    删除kafka各个节点log目录 删除zookeeper上kafka相关的目录 [root@m1 ~]# zkCli.sh Connecting to localhost: -- ::, [myid: ...

  4. javascript基础-事件2

    DOM0,DOM2,DOM3事件类型 图解: 范畴 响应顺序(标:标准浏览器.IE9+) 注意点 MouseEvent 标: mousedown-mouseup-click-mousedown-mou ...

  5. Struts2结合Ajax实现登录

    前言:Struts2作为一款优秀的MVC框架,和Ajax结合在一起,用户就会有良好的体验,本篇博文我们来模拟一个简单的登录操作,实现Ajax的异步请求,其中Struts2进行的是链接处理,Action ...

  6. java中static关键字的作用

    java中static关键字主要有两种作用: 第一:为某特定数据类型或对象分配单一的存储空间,而与创建对象的个数无关. 第二,实现某个方法或属性与类而不是对象关联在一起 简单来说,在Java语言中,s ...

  7. IE低版本兼容的感悟

    2017-04-09 曾经折磨一代人的兼容问题,如今也在同样折磨着我们,明明可以做JS判断来避免对ie低版本的兼容,但是却还是耐心的做着兼容,你可能会问这是为什么, 我们调的不是兼容,是整整一代人的情 ...

  8. iptables实用教程(二):管理链和策略

    概念和原理请参考上一篇文章"iptables实用教程(一)". 本文讲解如果管理iptables中的链和策略. 下面的代码格式中,下划线表示是一个占位符,需要根据实际情况输入参数, ...

  9. js对手机软键盘的监听

    js还没有办法对手机软键盘直接进行监听的,但是可以有其他角度来判断软键盘是否弹起.比如输入框是否获取焦点等.focusin和focusout支持冒泡,对应focus和blur, 使用focusin和f ...

  10. vue 高德地图之玩转周边

    前言:在之前的博客中,有成功引入高德地图,这是以前的地址  vue 调用高德地图. 因为一些需求,需要使用到地图的周边功能. 完整的项目代码请查看  我的github 一 .先看要实现的结果,参考了链 ...