nt]
| 1. | something assigned, as a particular task or duty: She completed the assignment and went on to other jobs. |
| 2. | a position of responsibility, post of duty, or the like, to which one is appointed: He left for his assignment in the Middle East. |
| 3. | an act of assigning; appointment. |
| 4. | Law.
|
as·sign·ment (ə-sīn'mənt) n.
|
Assignment
1. The transfer of an individual's rights or property to another person or business.
2. A notice received by an option writer stating that the option sold has been exercised by the purchaser of the option.
Investopedia Commentary
1. Essentially, an assignment is the transfer of ownership. An example of an assignment, is when a person sells their car (thereby transferring the title) to another.
2. When assigned, the option writer has an obligation to complete the requirements of the option contract. If the option was a call (put) option then the writer would have to sell (buy) the underlying security at the stated strike price.
Related Links
Options Basics Tutorial
Understanding Your Mortgage
See also: Call, Exercise, Income, Option, Put, Strike Price, Writer
assignment
assignment programming
Storing the value of an expression in a variable. This is commonly written in the form "v = e". In Algol the assignment operator was ":=" (pronounced "becomes") to avoid mathematicians qualms about writing statements like x = x+1.
Assignment is not allowed in functional languages, where an identifier always has the same value.
See also referential transparency, single assignment, zero assignment.
(1996-08-19)