# Asset Allocation Calculator > Visualize your portfolio's asset allocation. Page: https://askcalculators.com/calculator/asset-allocation-calculator/ Definition: https://askcalculators.com/calculator/asset-allocation-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/asset-allocation-calculator/schema.json Version: 7.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/asset-allocation-calculator/?stocks=60&bonds=30&cash=10&other=0 ## Inputs - stocks: Stocks; type=number; optional; default=60 - bonds: Bonds; type=number; optional; default=30 - cash: Cash; type=number; optional; default=10 - other: Other; type=number; optional; default=0 ## Outputs - result: Result; format=text; primary ## Formula Allocation total = stocks + bonds + cash + other; each allocation share is the entered amount divided by the total. This visualizes entered percentages; it does not recommend an investment mix. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs. Notice: This visualizes entered percentages; it does not recommend an investment mix.