Numerical analysisNumerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of numerical methods that attempt at finding approximate solutions of problems rather than the exact ones. Numerical analysis finds application in all fields of engineering and the physical sciences, and in the 21st century also the life and social sciences, medicine, business and even the arts.
Yield curveIn finance, the yield curve is a graph which depicts how the yields on debt instruments – such as bonds – vary as a function of their years remaining to maturity. Typically, the graph's horizontal or x-axis is a time line of months or years remaining to maturity, with the shortest maturity on the left and progressively longer time periods on the right. The vertical or y-axis depicts the annualized yield to maturity. Those who issue and trade in forms of debt, such as loans and bonds, use yield curves to determine their value.
Long-Term Capital ManagementLong-Term Capital Management L.P. (LTCM) was a highly leveraged hedge fund. In 1998, it received a $3.6 billion bailout from a group of 14 banks, in a deal brokered and put together by the Federal Reserve Bank of New York. LTCM was founded in 1994 by John Meriwether, the former vice-chairman and head of bond trading at Salomon Brothers. Members of LTCM's board of directors included Myron Scholes and Robert C. Merton, who three years later in 1997 shared the Nobel Prize in Economics for having developed the Black–Scholes model of financial dynamics.
Forecast period (finance)In corporate finance, in the context of discounted cash flow valuation, the forecast period is the time period during which explicitly forecast, individual yearly cash flows are input to the valuation-formula. Cash flows after the forecast period are represented by a fixed number - the "terminal value" - determined using assumptions relating to the sustainable compound annual growth rate or exit multiple. There are no fixed rules for determining the duration of the forecast period.
Cost of capitalIn economics and accounting, the cost of capital is the cost of a company's funds (both debt and equity), or from an investor's point of view is "the required rate of return on a portfolio company's existing securities". It is used to evaluate new projects of a company. It is the minimum return that investors expect for providing capital to the company, thus setting a benchmark that a new project has to meet. For an investment to be worthwhile, the expected return on capital has to be higher than the cost of capital.
Financial capitalFinancial capital (also simply known as capital or equity in finance, accounting and economics) is any economic resource measured in terms of money used by entrepreneurs and businesses to buy what they need to make their products or to provide their services to the sector of the economy upon which their operation is based, e.g., retail, corporate, investment banking, etc. In other words, financial capital is internal retained earnings generated by the entity or funds provided by lenders (and investors) to businesses in order to purchase real capital equipment or services for producing new goods and/or services.
Numerical methods for ordinary differential equationsNumerical methods for ordinary differential equations are methods used to find numerical approximations to the solutions of ordinary differential equations (ODEs). Their use is also known as "numerical integration", although this term can also refer to the computation of integrals. Many differential equations cannot be solved exactly. For practical purposes, however – such as in engineering – a numeric approximation to the solution is often sufficient. The algorithms studied here can be used to compute such an approximation.
Social capitalSocial capital is "the networks of relationships among people who live and work in a particular society, enabling that society to function effectively". It involves the effective functioning of social groups through interpersonal relationships, a shared sense of identity, a shared understanding, shared norms, shared values, trust, cooperation, and reciprocity. Social capital is a measure of the value of resources, both tangible (e.g., public spaces, private property) and intangible (e.g.
Numerical linear algebraNumerical linear algebra, sometimes called applied linear algebra, is the study of how matrix operations can be used to create computer algorithms which efficiently and accurately provide approximate answers to questions in continuous mathematics. It is a subfield of numerical analysis, and a type of linear algebra. Computers use floating-point arithmetic and cannot exactly represent irrational data, so when a computer algorithm is applied to a matrix of data, it can sometimes increase the difference between a number stored in the computer and the true number that it is an approximation of.
Numerical methods for partial differential equationsNumerical methods for partial differential equations is the branch of numerical analysis that studies the numerical solution of partial differential equations (PDEs). In principle, specialized methods for hyperbolic, parabolic or elliptic partial differential equations exist. Finite difference method In this method, functions are represented by their values at certain grid points and derivatives are approximated through differences in these values.