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. Git简略教程

    Git使用教程 厂里大部分后端应用的版本控制工具为SVN,前端代码则更习惯于Git,好久不用Git有些生疏,复习一下,效率就是生命. 1.拉取远程分支到本地 git clone + 代码地址 + 分支 ...

  2. web worker 扫盲篇

    什么是woker 官方的解释是这样的: worker是一个对象,通过构造函数Worker创建,参数就是一个js文件的路径:文件中的js代码将运行在主线程之外的worker线程: var jsFileU ...

  3. 为女票写的计算工作时间的SQL

    排除非工作时间.非工作日后,计算工作时间,代码如下: -- 删除函数 DROP FUNCTION IF EXISTS calculateWorkingTime; set @workStartTime= ...

  4. C语言之循环结构

    程序结构: 顺序结构 条件结构(分支结构) if结构,if-else结构 ,多重if分支结构,switch结构 循环结构:做重复的事情 while循环,do..while循环和for循环. 写循环结构 ...

  5. JqueryEasyUI-从入门到精通-第一天

    PS:本教程暂时不提供源码,自己动手写写会记得更牢固哦 Parser(解析器) 对象的属性和方法: 使用: 效果:

  6. #415 Div2 C

    #415 Div2 C 题意 给定一个数字集合,找到所有子集合最大值与最小值之差的和. 分析 列式子,找规律. $ (a_2 - a_1) * 2^0 + (a_3 - a_1) * 2^1 + .. ...

  7. Javascript事件模型(一):DOM0事件和DOM2事件

    javascript事件模型,本文主要有以下内容: DOM0事件模型 DOM2事件模型  一.DOM0事件模型 早期的事件模型称为DOM0级别. DOM0的事件具有极好的跨浏览器优势, 会以最快的速度 ...

  8. eclipse maven项目中使用tomcat插件部署项目

    maven的tomcat插件部署web项目,我简单认为分两种,一种是部署到内置tomcat,另一种是部署到安装的tomcat. 第一种部署,默认是部署在内置tomcat的8080端口,如果不需要改端口 ...

  9. 【锋利的jQuery】表单验证插件踩坑

    和前几篇博文提到的一样,由于版本原因,[锋利的jQuery]表单验证插件部分又出现照着敲不出效果的情况. 书中的使用方法: 1. 引入jquery源文件, 2. 引入表单验证插件js文件, 3. 在f ...

  10. VR全景智慧城市常诚:信息技术点亮“智慧城市”

    亚太城市峰会暨市长论坛日前在澳大利亚昆士兰州首府布里斯班举行,"智慧城市"成为焦点议题.来自135个国家和地区的市长.副市长及代表们共同讨论如何利用高新科技解决城市发展中的问题,让 ...