Skip to main content

商品

在经济学和会计学上,商品(Good)是一种用于满足购买者欲望和需求的产品。狭义概念中的商品是一种有形的物质产品,区别于无形的服务。就其本身而论,商品能以有形的方式交付给购买者,并且它的所有权也一并由销售者转移给了顾客。例如,苹果是有形的商品,相对而言,理发则是一种无形的服务。商品和服务之间保留的区别或同时包括二者的一个用法,就是日用品(Commodities)。在微观经济学中,商品通常用于这个词所包括的含义。

商品(Commodities)是在没有强制条件下,人们用来交换的被认可的产权、所有权叫商品。[1]商品的出现是由于生产过剩和使用权管理权交换的需要而产生。商品的交易行为的一般发生于市场中。
目录
 [隐藏]

    1 商品的功用属性
    2 商品分类
        2.1 农植性商品
        2.2 服饰
        2.3 保值式商品
        2.4 金融化商品
        2.5 知识型商品
    3 相关
    4 参考资料

[编辑] 商品的功用属性

商品是能直接或间接增加消费者/产品功用的物体。商品通常被当作边际效用递减的模型。有些东西虽然很有用,但稀缺性不够,无法具备货币价值,如地球大气,这些东西则被称为“免费品”。

经济学中,好的对面就是坏。一个物品最终是好是坏,取决于每个独立的消费者,因此,不是所有的商品在任何时候都好,也不是所有商品对所有人都好,能认识到这点非常重要。
[编辑] 商品分类
花布料是成衣业的原材料,即是工业产品又称工业性商品
商品与劳务的光谱

商品和服务都具备价格弹性。商品弹性越强,其替代品就越多。例如,钢笔涨价,需求的交叉弹性会促使消费者购买更多的铅笔来替代。无弹性的商品是指那些绝少甚至完全没有替代品的商品,例如观看重大体育赛事或著名艺术家原创作品的门票。
[编辑] 农植性商品

生物皆需饮食,举凡食物类(小麦、五谷、面粉、蛋、畜、精致食物…等)、饮料类(水、果汁、咖啡、茶、各式饮料…等)、植饰类(花、草、各类精致花草…等)。
[编辑] 服饰

衣服,球衣厂生产品,举凡帽子、球衣、鞋子等可以用作工业生产的物料。
[编辑] 保值式商品

泛指各种自然资源,矿、砂、石、油……
[编辑] 金融化商品

金融证券、期货、基金、货币……
[编辑] 知识型商品

新闻、知识、专业、技术、技能……

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...