> For the complete documentation index, see [llms.txt](https://docs.snowball72.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snowball72.com/guide/understanding-asset-allocation/difficulty.md).

# 자산배분 투자의 어려움

## 행동 편향 극복하기

### 투자자의 편향적 행동

투자자 행동은 **본질적으로 편향적**입니다. 투자자가 자산 배분을 선택하더라도 꾸준히 유지하고 구현하는 건 어렵습니다. 투자자들은 자산 배분에 동의하지만 어느 정도 좋은 수익을 얻은 후에는 계속해서 욕심이 나기 때문입니다.

또한 대다수 투자자들은 자산 배분에 동의하지만 단기적으로 약간의 저조한 수익률만 보여도 전략을 변경하거나 자산배분 모델에서 개별 주식 투자로 전향을 하기도 합니다. 다시 말해, 투자자의 위험 허용 범위는 시간이 지나면서 그 성과에 따라 변화하는 것처럼 보여지고, 장기적 관점에서 더 유효하다는 자산 배분 전략이 단기적 성과를 보장하는 것은 아니기 때문에 한 번 정한 전략을 유지해 나가는 것은 많은 **인내심이 필요**한 일입니다.

### 시스템을 통한 체계적인 투자의 필요성

그래서 우리는 **시스템을 활용**해야 한다는 생각이 들었습니다. 우리가 제공하는 시스템은 이런 부분에 대해 인간의 **감정을 최대한 배제**하도록 도움을 주기 위함입니다.&#x20;

자산 배분 모델을 이해하고 따르는 것이 굉장히 중요하기는 하나, 문제는 우리의 의사 결정 능력이 여러 감정에 의해 변경된다는 것입니다. 우리가 수익률의 단기 변동에 대한 영향으로 흥분, 스릴, 두려움, 불안 등의 감정을 느끼는 것은 본능적으로 당연한 일입니다. 우리는 이러한 감정들의 영향을 최소로 하면서 자산배분 투자전략을 꾸준히 유지해 나가기 위해서는 **시스템적인 도움이 필요**하다고 생각했습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.snowball72.com/guide/understanding-asset-allocation/difficulty.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
