diff --git a/doc/openapi.json b/doc/openapi.json index c9dcbad..6a1b7d3 100644 --- a/doc/openapi.json +++ b/doc/openapi.json @@ -1,89840 +1,89872 @@ { - "openapi": "3.1.0", - "components": { - "schemas": { - "": { - "description": " schema" - }, - "AuthTokenRequest": { - "description": "AuthTokenRequest schema", - "properties": { - "broker": { - "type": "string" - }, - "credentials": { - "properties": { - "app_key": { - "type": "string" - }, - "app_secret": { - "type": "string" - } - }, - "type": "object" - }, - "sandbox": { - "type": "boolean" - } - }, - "type": "object" - }, - "HTTPError": { - "description": "HTTPError schema", - "properties": { - "detail": { - "description": "Human readable error message", - "nullable": true, - "type": "string" - }, - "errors": { - "items": { - "nullable": true, - "properties": { - "more": { - "additionalProperties": { - "description": "Additional information about the error", - "nullable": true - }, - "description": "Additional information about the error", - "nullable": true, - "type": "object" - }, - "name": { - "description": "For example, name of the parameter that caused the error", - "type": "string" - }, - "reason": { - "description": "Human readable error message", - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "instance": { - "nullable": true, - "type": "string" - }, - "status": { - "description": "HTTP status code", - "example": 403, - "nullable": true, - "type": "integer" - }, - "title": { - "description": "Short title of the error", - "nullable": true, - "type": "string" - }, - "type": { - "description": "URL of the error type. Can be used to lookup the error in a documentation", - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsAvgUnit": { - "description": "KISDomesticBondV1QuotationsAvgUnit schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "avg_evlu_erng_rt": { - "type": "string" - }, - "avg_evlu_rf_unpr": { - "type": "string" - }, - "avg_evlu_unpr": { - "type": "string" - }, - "chng_yn": { - "type": "string" - }, - "evlu_dt": { - "type": "string" - }, - "fnp_crdt_grad_text": { - "type": "string" - }, - "fnp_erng_rt": { - "type": "string" - }, - "fnp_unpr": { - "type": "string" - }, - "kbp_crdt_grad_text": { - "type": "string" - }, - "kbp_erng_rt": { - "type": "string" - }, - "kbp_rf_unpr": { - "type": "string" - }, - "kbp_unpr": { - "type": "string" - }, - "kis_crdt_grad_text": { - "type": "string" - }, - "kis_erng_rt": { - "type": "string" - }, - "kis_rf_unpr": { - "type": "string" - }, - "kis_unpr": { - "type": "string" - }, - "nice_crdt_grad_text": { - "type": "string" - }, - "nice_evlu_erng_rt": { - "type": "string" - }, - "nice_evlu_rf_unpr": { - "type": "string" - }, - "nice_evlu_unpr": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "avg_evlu_amt": { - "type": "string" - }, - "chng_yn": { - "type": "string" - }, - "evlu_dt": { - "type": "string" - }, - "fnp_evlu_amt": { - "type": "string" - }, - "kbp_evlu_amt": { - "type": "string" - }, - "kis_evlu_amt": { - "type": "string" - }, - "nice_evlu_amt": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output3": { - "items": { - "nullable": true, - "properties": { - "avg_evlu_pric": { - "type": "string" - }, - "avg_evlu_unit_pric": { - "type": "string" - }, - "chng_yn": { - "type": "string" - }, - "evlu_dt": { - "type": "string" - }, - "kbp_crcy_cd": { - "type": "string" - }, - "kbp_evlu_pric": { - "type": "string" - }, - "kbp_evlu_unit_pric": { - "type": "string" - }, - "kis_crcy_cd": { - "type": "string" - }, - "kis_evlu_pric": { - "type": "string" - }, - "kis_evlu_unit_pric": { - "type": "string" - }, - "nice_crcy_cd": { - "type": "string" - }, - "nice_evlu_pric": { - "type": "string" - }, - "nice_evlu_unit_pric": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsAvgUnitRequest": { - "description": "KISDomesticBondV1QuotationsAvgUnitRequest schema", - "properties": { - "CTX_AREA_FK100": { - "type": "string" - }, - "CTX_AREA_NK30": { - "type": "string" - }, - "INQR_END_DT": { - "type": "string" - }, - "INQR_STRT_DT": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "PRDT_TYPE_CD": { - "type": "string" - }, - "VRFC_KIND_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsInquireAskingPrice": { - "description": "KISDomesticBondV1QuotationsInquireAskingPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "askp_rsqn1": { - "type": "string" - }, - "askp_rsqn2": { - "type": "string" - }, - "askp_rsqn3": { - "type": "string" - }, - "askp_rsqn4": { - "type": "string" - }, - "askp_rsqn5": { - "type": "string" - }, - "aspr_acpt_hour": { - "type": "string" - }, - "bidp_rsqn1": { - "type": "string" - }, - "bidp_rsqn2": { - "type": "string" - }, - "bidp_rsqn3": { - "type": "string" - }, - "bidp_rsqn4": { - "type": "string" - }, - "bidp_rsqn5": { - "type": "string" - }, - "bond_askp1": { - "type": "string" - }, - "bond_askp2": { - "type": "string" - }, - "bond_askp3": { - "type": "string" - }, - "bond_askp4": { - "type": "string" - }, - "bond_askp5": { - "type": "string" - }, - "bond_bidp1": { - "type": "string" - }, - "bond_bidp2": { - "type": "string" - }, - "bond_bidp3": { - "type": "string" - }, - "bond_bidp4": { - "type": "string" - }, - "bond_bidp5": { - "type": "string" - }, - "ntby_aspr_rsqn": { - "type": "string" - }, - "seln_ernn_rate1": { - "type": "string" - }, - "seln_ernn_rate2": { - "type": "string" - }, - "seln_ernn_rate3": { - "type": "string" - }, - "seln_ernn_rate4": { - "type": "string" - }, - "seln_ernn_rate5": { - "type": "string" - }, - "shnu_ernn_rate1": { - "type": "string" - }, - "shnu_ernn_rate2": { - "type": "string" - }, - "shnu_ernn_rate3": { - "type": "string" - }, - "shnu_ernn_rate4": { - "type": "string" - }, - "shnu_ernn_rate5": { - "type": "string" - }, - "total_askp_rsqn": { - "type": "string" - }, - "total_bidp_rsqn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsInquireAskingPriceRequest": { - "description": "KISDomesticBondV1QuotationsInquireAskingPriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsInquireCcnl": { - "description": "KISDomesticBondV1QuotationsInquireCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "bond_prdy_vrss": { - "type": "string" - }, - "bond_prpr": { - "type": "string" - }, - "cntg_vol": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsInquireCcnlRequest": { - "description": "KISDomesticBondV1QuotationsInquireCcnlRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsInquireDailyItemchartprice": { - "description": "KISDomesticBondV1QuotationsInquireDailyItemchartprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "bond_hgpr": { - "type": "string" - }, - "bond_lwpr": { - "type": "string" - }, - "bond_oprc": { - "type": "string" - }, - "bond_prpr": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsInquireDailyItemchartpriceRequest": { - "description": "KISDomesticBondV1QuotationsInquireDailyItemchartpriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsInquireDailyPrice": { - "description": "KISDomesticBondV1QuotationsInquireDailyPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "bond_hgpr": { - "type": "string" - }, - "bond_lwpr": { - "type": "string" - }, - "bond_oprc": { - "type": "string" - }, - "bond_prdy_vrss": { - "type": "string" - }, - "bond_prpr": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsInquireDailyPriceRequest": { - "description": "KISDomesticBondV1QuotationsInquireDailyPriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsInquirePrice": { - "description": "KISDomesticBondV1QuotationsInquirePrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "bond_hgpr": { - "type": "string" - }, - "bond_llam": { - "type": "string" - }, - "bond_lwpr": { - "type": "string" - }, - "bond_mxpr": { - "type": "string" - }, - "bond_oprc": { - "type": "string" - }, - "bond_prdy_clpr": { - "type": "string" - }, - "bond_prdy_vrss": { - "type": "string" - }, - "bond_prpr": { - "type": "string" - }, - "ernn_rate": { - "type": "string" - }, - "hgpr_ert": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "lwpr_ert": { - "type": "string" - }, - "oprc_ert": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stnd_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsInquirePriceRequest": { - "description": "KISDomesticBondV1QuotationsInquirePriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsIssueInfo": { - "description": "KISDomesticBondV1QuotationsIssueInfo schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "add_erng_rt": { - "type": "string" - }, - "add_erng_rt_aply_dt": { - "type": "string" - }, - "asst_rqdi_dvsn_cd": { - "type": "string" - }, - "bond_clsf_cd": { - "type": "string" - }, - "bond_clsf_kor_name": { - "type": "string" - }, - "bond_grte_istt_name": { - "type": "string" - }, - "bond_int_dfrm_mthd_cd": { - "type": "string" - }, - "bond_nmpr_unit_pric": { - "type": "string" - }, - "bond_rght_dvsn_cd": { - "type": "string" - }, - "bond_rvnu_mthd_cd": { - "type": "string" - }, - "bond_tr_stop_dvsn_cd": { - "type": "string" - }, - "cdtl_cptl_scty_type_cd": { - "type": "string" - }, - "cmco_cd": { - "type": "string" - }, - "crfd_item_rstc_cclc_dt": { - "type": "string" - }, - "crfd_item_yn": { - "type": "string" - }, - "dpsi_psbl_yn": { - "type": "string" - }, - "dsct_ec_rt": { - "type": "string" - }, - "ecis_end_dt": { - "type": "string" - }, - "ecis_opng_dt": { - "type": "string" - }, - "ecis_pric": { - "type": "string" - }, - "elec_scty_yn": { - "type": "string" - }, - "expd_asrc_erng_rt": { - "type": "string" - }, - "expd_dt": { - "type": "string" - }, - "expd_exts_srdp_rcnt": { - "type": "string" - }, - "expd_exts_srdp_rt": { - "type": "string" - }, - "expd_rdpt_rt": { - "type": "string" - }, - "exts_yn": { - "type": "string" - }, - "fnp_crdt_grad_text": { - "type": "string" - }, - "fnrr_rank_dvsn_cd": { - "type": "string" - }, - "frst_erlm_dt": { - "type": "string" - }, - "frst_erlm_stfno": { - "type": "string" - }, - "frst_erlm_tmd": { - "type": "string" - }, - "frst_int_dfrm_dt": { - "type": "string" - }, - "grte_dvsn_cd": { - "type": "string" - }, - "hbbd_yn": { - "type": "string" - }, - "int_anap_dvsn_cd": { - "type": "string" - }, - "int_dfrm_day_type_cd": { - "type": "string" - }, - "int_dfrm_mcnt": { - "type": "string" - }, - "int_mned_dvsn_cd": { - "type": "string" - }, - "int_wunt_uder_prcs_dvsn_cd": { - "type": "string" - }, - "issu_amt": { - "type": "string" - }, - "issu_dt": { - "type": "string" - }, - "issu_istt_cd": { - "type": "string" - }, - "issu_istt_name": { - "type": "string" - }, - "ivst_heed_bond_dvsn_cd": { - "type": "string" - }, - "ivst_heed_bond_dvsn_name": { - "type": "string" - }, - "ivst_heed_prdt_yn": { - "type": "string" - }, - "kbp_crdt_grad_text": { - "type": "string" - }, - "kis_crdt_grad_text": { - "type": "string" - }, - "krx_lstg_abol_dvsn_cd": { - "type": "string" - }, - "ksd_int_calc_unit_cd": { - "type": "string" - }, - "loan_psbl_yn": { - "type": "string" - }, - "lstg_dt": { - "type": "string" - }, - "lstg_rmnd": { - "type": "string" - }, - "nice_crdt_grad_text": { - "type": "string" - }, - "nxtm_int_dfrm_dt": { - "type": "string" - }, - "nxtm_int_dfrm_wday": { - "type": "string" - }, - "opcb_dvsn_cd": { - "type": "string" - }, - "oprt_stff_name": { - "type": "string" - }, - "oprt_stfno": { - "type": "string" - }, - "papr": { - "type": "string" - }, - "pbff_pplc_ofrg_mthd_cd": { - "type": "string" - }, - "pclr_cndt_text": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "pnia_dfrm_agcy_istt_cd": { - "type": "string" - }, - "pnia_int_calc_unpr": { - "type": "string" - }, - "prca_dfmt_term_mcnt": { - "type": "string" - }, - "prcm_idx_bond_yn": { - "type": "string" - }, - "prdt_abrv_name": { - "type": "string" - }, - "prdt_eng_abrv_name": { - "type": "string" - }, - "prdt_eng_name": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_pclc_text": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "rdpt_dt": { - "type": "string" - }, - "rgbf_int_dfrm_dt": { - "type": "string" - }, - "rgbf_int_dfrm_wday": { - "type": "string" - }, - "rght_stck_std_pdno": { - "type": "string" - }, - "rvnu_dt": { - "type": "string" - }, - "rvnu_shap_cd": { - "type": "string" - }, - "sbst_pric": { - "type": "string" - }, - "splt_rdpt_rcnt": { - "type": "string" - }, - "sprx_psbl_yn": { - "type": "string" - }, - "sq1_clop_ecis_opng_dt": { - "type": "string" - }, - "srfc_inrt": { - "type": "string" - }, - "tlg_rcvg_dtl_dtime": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsIssueInfoRequest": { - "description": "KISDomesticBondV1QuotationsIssueInfoRequest schema", - "properties": { - "PDNO": { - "type": "string" - }, - "PRDT_TYPE_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsSearchBondInfo": { - "description": "KISDomesticBondV1QuotationsSearchBondInfo schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "aply_day_prcm_idx_lnkg_cefc": { - "type": "string" - }, - "atyp_rdpt_bond_erlm_yn": { - "type": "string" - }, - "bond_clsf_cd": { - "type": "string" - }, - "bond_clsf_kor_name": { - "type": "string" - }, - "bond_expd_asrc_erng_rt": { - "type": "string" - }, - "bond_expd_rdpt_rt": { - "type": "string" - }, - "bond_int_dfrm_mthd_cd": { - "type": "string" - }, - "crfd_item_yn": { - "type": "string" - }, - "csbd_cclc_dt": { - "type": "string" - }, - "csbd_yn": { - "type": "string" - }, - "dpsi_end_dt": { - "type": "string" - }, - "dpsi_psbl_excp_stat_cd": { - "type": "string" - }, - "dpsi_psbl_yn": { - "type": "string" - }, - "dpsi_strt_dt": { - "type": "string" - }, - "dshn_occr_yn": { - "type": "string" - }, - "dydv_calc_dcnt": { - "type": "string" - }, - "elec_scty_yn": { - "type": "string" - }, - "expd_asrc_erng_rt": { - "type": "string" - }, - "expd_dydv_calc_dcnt": { - "type": "string" - }, - "expd_exts_srdp_rcnt": { - "type": "string" - }, - "expd_exts_srdp_rt": { - "type": "string" - }, - "expd_exts_yn": { - "type": "string" - }, - "expd_rdpt_rt": { - "type": "string" - }, - "frn_intr": { - "type": "string" - }, - "frst_int_dfrm_dt": { - "type": "string" - }, - "ictx_rt_dvsn_cd": { - "type": "string" - }, - "int_caltm_mcnt": { - "type": "string" - }, - "int_dfrm_day_type_cd": { - "type": "string" - }, - "int_mned_dvsn_cd": { - "type": "string" - }, - "int_rkng_mthd_dvsn_cd": { - "type": "string" - }, - "iso_crcy_cd": { - "type": "string" - }, - "issu_dt": { - "type": "string" - }, - "krx_issu_istt_cd": { - "type": "string" - }, - "ksd_bond_int_dfrm_dvsn_cd": { - "type": "string" - }, - "ksd_bond_intr_dvsn_cd": { - "type": "string" - }, - "ksd_bond_issu_mthd_cd": { - "type": "string" - }, - "ksd_bond_item_eng_name": { - "type": "string" - }, - "ksd_bond_item_name": { - "type": "string" - }, - "ksd_bond_lstg_type_cd": { - "type": "string" - }, - "ksd_cbbw_dvsn_cd": { - "type": "string" - }, - "ksd_dydv_caltm_aply_dvsn_cd": { - "type": "string" - }, - "ksd_expd_dydv_calc_bass_cd": { - "type": "string" - }, - "ksd_indf_frqc_uder_calc_cd": { - "type": "string" - }, - "ksd_indf_frqc_uder_calc_dcnt": { - "type": "string" - }, - "ksd_inrt_aply_dvsn_cd": { - "type": "string" - }, - "ksd_int_calc_unit_cd": { - "type": "string" - }, - "ksd_lhdy_pnia_dfrm_mthd_cd": { - "type": "string" - }, - "ksd_ofrg_dvsn_cd": { - "type": "string" - }, - "ksd_opcb_yn": { - "type": "string" - }, - "ksd_prca_rdpt_mthd_cd": { - "type": "string" - }, - "ksd_prcm_lnkg_gvbd_yn": { - "type": "string" - }, - "ksd_rcvg_bond_dsct_rt": { - "type": "string" - }, - "ksd_rcvg_bond_srfc_inrt": { - "type": "string" - }, - "ksd_rqdi_scty_yn": { - "type": "string" - }, - "ksd_sodn_yn": { - "type": "string" - }, - "ksd_tot_issu_amt": { - "type": "string" - }, - "laps_indf_yn": { - "type": "string" - }, - "lstg_abol_dt": { - "type": "string" - }, - "lstg_dt": { - "type": "string" - }, - "mdwy_rdpt_dt": { - "type": "string" - }, - "next_indf_chk_ecls_yn": { - "type": "string" - }, - "nxtm_int_dfrm_dt": { - "type": "string" - }, - "ofrg_dvsn_cd": { - "type": "string" - }, - "padf_plac_hdof_name": { - "type": "string" - }, - "pclr_ptcr_text": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "pnia_bank_ofdy_dfrm_mthd_cd": { - "type": "string" - }, - "pnia_int_calc_unpr": { - "type": "string" - }, - "prca_dfmt_term_mcnt": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "qib_cclc_dt": { - "type": "string" - }, - "qib_yn": { - "type": "string" - }, - "rdpt_dt": { - "type": "string" - }, - "rgbf_int_dfrm_dt": { - "type": "string" - }, - "rght_ecis_mbdy_dvsn_cd": { - "type": "string" - }, - "rvnu_dt": { - "type": "string" - }, - "splt_rdpt_rcnt": { - "type": "string" - }, - "sprx_psbl_yn": { - "type": "string" - }, - "tlg_rcvg_dtl_dtime": { - "type": "string" - }, - "uval_cut_dcpt_dgit": { - "type": "string" - }, - "uval_cut_dvsn_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1QuotationsSearchBondInfoRequest": { - "description": "KISDomesticBondV1QuotationsSearchBondInfoRequest schema", - "properties": { - "PDNO": { - "type": "string" - }, - "PRDT_TYPE_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1TradingBuy": { - "description": "KISDomesticBondV1TradingBuy schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "krx_fwdg_ord_orgno": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1TradingBuyRequest": { - "description": "KISDomesticBondV1TradingBuyRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "BOND_ORD_UNPR": { - "type": "string" - }, - "BOND_RTL_MKET_YN": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTAC_TLNO": { - "type": "string" - }, - "IDCR_STFNO": { - "type": "string" - }, - "MGCO_APTM_ODNO": { - "type": "string" - }, - "ORD_QTY2": { - "type": "string" - }, - "ORD_SVR_DVSN_CD": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "SAMT_MKET_PTCI_YN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1TradingInquireBalance": { - "description": "KISDomesticBondV1TradingInquireBalance schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "agrx_qty": { - "type": "string" - }, - "buy_amt": { - "type": "string" - }, - "buy_dt": { - "type": "string" - }, - "buy_erng_rt": { - "type": "string" - }, - "buy_sqno": { - "type": "string" - }, - "buy_unpr": { - "type": "string" - }, - "cblc_qty": { - "type": "string" - }, - "exdt": { - "type": "string" - }, - "ord_psbl_qty": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "sprx_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1TradingInquireBalanceRequest": { - "description": "KISDomesticBondV1TradingInquireBalanceRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "BUY_DT": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "INQR_CNDT": { - "type": "string" - }, - "PDNO": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1TradingInquireDailyCcld": { - "description": "KISDomesticBondV1TradingInquireDailyCcld schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "tot_bond_ccld_avg_unpr": { - "type": "string" - }, - "tot_ccld_amt_smtl": { - "type": "string" - }, - "tot_ccld_qty_smtl": { - "type": "string" - }, - "tot_ord_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "bond_avg_unpr": { - "type": "string" - }, - "bond_ord_unpr": { - "type": "string" - }, - "buy_dt": { - "type": "string" - }, - "loan_dt": { - "type": "string" - }, - "nccs_qty": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_dt": { - "type": "string" - }, - "ord_dvsn_name": { - "type": "string" - }, - "ord_gno_brno": { - "type": "string" - }, - "ord_mdia_dvsn_name": { - "type": "string" - }, - "ord_qty": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - }, - "orgn_odno": { - "type": "string" - }, - "prdt_abrv_name": { - "type": "string" - }, - "samt_mket_ptci_yn_name": { - "type": "string" - }, - "shtn_pdno": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "sll_buy_dvsn_cd_name": { - "type": "string" - }, - "sprx_psbl_yn_ifom": { - "type": "string" - }, - "tot_ccld_amt": { - "type": "string" - }, - "tot_ccld_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1TradingInquireDailyCcldRequest": { - "description": "KISDomesticBondV1TradingInquireDailyCcldRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "INQR_END_DT": { - "type": "string" - }, - "INQR_STRT_DT": { - "type": "string" - }, - "NCCS_YN": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - }, - "SORT_SQN_DVSN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1TradingInquirePsblOrder": { - "description": "KISDomesticBondV1TradingInquirePsblOrder schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "bond_ord_unpr2": { - "type": "string" - }, - "buy_psbl_amt": { - "type": "string" - }, - "buy_psbl_qty": { - "type": "string" - }, - "cma_evlu_amt": { - "type": "string" - }, - "ord_psbl_cash": { - "type": "string" - }, - "ord_psbl_sbst": { - "type": "string" - }, - "ruse_psbl_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1TradingInquirePsblOrderRequest": { - "description": "KISDomesticBondV1TradingInquirePsblOrderRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "BOND_ORD_UNPR": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "SAMT_MKET_PTCI_YN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1TradingInquirePsblRvsecncl": { - "description": "KISDomesticBondV1TradingInquirePsblRvsecncl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "bond_ord_unpr": { - "type": "string" - }, - "mgco_aptm_odno": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_dvsn_cd": { - "type": "string" - }, - "ord_psbl_qty": { - "type": "string" - }, - "ord_qty": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - }, - "orgn_odno": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_abrv_name": { - "type": "string" - }, - "rvse_cncl_dvsn_name": { - "type": "string" - }, - "samt_mket_ptci_yn": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "tot_ccld_amt": { - "type": "string" - }, - "tot_ccld_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1TradingInquirePsblRvsecnclRequest": { - "description": "KISDomesticBondV1TradingInquirePsblRvsecnclRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "ODNO": { - "type": "string" - }, - "ORD_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1TradingOrderRvsecncl": { - "description": "KISDomesticBondV1TradingOrderRvsecncl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "krx_fwdg_ord_orgno": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1TradingOrderRvsecnclRequest": { - "description": "KISDomesticBondV1TradingOrderRvsecnclRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "BOND_ORD_UNPR": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTAC_TLNO": { - "type": "string" - }, - "MGCO_APTM_ODNO": { - "type": "string" - }, - "ORD_QTY2": { - "type": "string" - }, - "ORD_SVR_DVSN_CD": { - "type": "string" - }, - "ORGN_ODNO": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "QTY_ALL_ORD_YN": { - "type": "string" - }, - "RVSE_CNCL_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1TradingSell": { - "description": "KISDomesticBondV1TradingSell schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "krx_fwdg_ord_orgno": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticBondV1TradingSellRequest": { - "description": "KISDomesticBondV1TradingSellRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "BOND_ORD_UNPR": { - "type": "string" - }, - "BOND_RTL_MKET_YN": { - "type": "string" - }, - "BUY_DT": { - "type": "string" - }, - "BUY_SEQ": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTAC_TLNO": { - "type": "string" - }, - "MGCO_APTM_ODNO": { - "type": "string" - }, - "ORD_DVSN": { - "type": "string" - }, - "ORD_QTY2": { - "type": "string" - }, - "ORD_SVR_DVSN_CD": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "SAMT_MKET_PTCI_YN": { - "type": "string" - }, - "SLL_AGCO_OPPS_SLL_YN": { - "type": "string" - }, - "SPRX_YN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsDisplayBoardCallput": { - "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardCallput schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "acpr": { - "type": "string" - }, - "antc_cntg_prdy_ctrt": { - "type": "string" - }, - "antc_cntg_vrss_sign": { - "type": "string" - }, - "atm_cls_name": { - "type": "string" - }, - "delta_val": { - "type": "string" - }, - "dprt": { - "type": "string" - }, - "esdg": { - "type": "string" - }, - "futs_antc_cnpr": { - "type": "string" - }, - "futs_antc_cntg_vrss": { - "type": "string" - }, - "gama": { - "type": "string" - }, - "hist_vltl": { - "type": "string" - }, - "hts_ints_vltl": { - "type": "string" - }, - "hts_otst_stpl_qty": { - "type": "string" - }, - "hts_thpr": { - "type": "string" - }, - "invl_val": { - "type": "string" - }, - "nmix_sdpr": { - "type": "string" - }, - "optn_askp": { - "type": "string" - }, - "optn_bidp": { - "type": "string" - }, - "optn_hgpr": { - "type": "string" - }, - "optn_llam": { - "type": "string" - }, - "optn_lwpr": { - "type": "string" - }, - "optn_mxpr": { - "type": "string" - }, - "optn_oprc": { - "type": "string" - }, - "optn_prdy_ctrt": { - "type": "string" - }, - "optn_prdy_vrss": { - "type": "string" - }, - "optn_prpr": { - "type": "string" - }, - "optn_shrn_iscd": { - "type": "string" - }, - "otst_stpl_qty_icdc": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "rgbf_vrss_icdc": { - "type": "string" - }, - "rho": { - "type": "string" - }, - "seln_rsqn": { - "type": "string" - }, - "shnu_rsqn": { - "type": "string" - }, - "theta": { - "type": "string" - }, - "tmvl_val": { - "type": "string" - }, - "total_askp_rsqn": { - "type": "string" - }, - "total_bidp_rsqn": { - "type": "string" - }, - "unch_prpr": { - "type": "string" - }, - "vega": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "acpr": { - "type": "string" - }, - "antc_cntg_prdy_ctrt": { - "type": "string" - }, - "antc_cntg_vrss_sign": { - "type": "string" - }, - "atm_cls_name": { - "type": "string" - }, - "delta_val": { - "type": "string" - }, - "dprt": { - "type": "string" - }, - "esdg": { - "type": "string" - }, - "futs_antc_cnpr": { - "type": "string" - }, - "futs_antc_cntg_vrss": { - "type": "string" - }, - "gama": { - "type": "string" - }, - "hist_vltl": { - "type": "string" - }, - "hts_ints_vltl": { - "type": "string" - }, - "hts_otst_stpl_qty": { - "type": "string" - }, - "hts_thpr": { - "type": "string" - }, - "invl_val": { - "type": "string" - }, - "nmix_sdpr": { - "type": "string" - }, - "optn_askp": { - "type": "string" - }, - "optn_bidp": { - "type": "string" - }, - "optn_hgpr": { - "type": "string" - }, - "optn_llam": { - "type": "string" - }, - "optn_lwpr": { - "type": "string" - }, - "optn_mxpr": { - "type": "string" - }, - "optn_oprc": { - "type": "string" - }, - "optn_prdy_ctrt": { - "type": "string" - }, - "optn_prdy_vrss": { - "type": "string" - }, - "optn_prpr": { - "type": "string" - }, - "optn_shrn_iscd": { - "type": "string" - }, - "otst_stpl_qty_icdc": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "rgbf_vrss_icdc": { - "type": "string" - }, - "rho": { - "type": "string" - }, - "seln_rsqn": { - "type": "string" - }, - "shnu_rsqn": { - "type": "string" - }, - "theta": { - "type": "string" - }, - "tmvl_val": { - "type": "string" - }, - "total_askp_rsqn": { - "type": "string" - }, - "total_bidp_rsqn": { - "type": "string" - }, - "unch_prpr": { - "type": "string" - }, - "vega": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsDisplayBoardCallputRequest": { - "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardCallputRequest schema", - "properties": { - "FID_COND_MRKT_CLS_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_MRKT_CLS_CODE": { - "type": "string" - }, - "FID_MRKT_CLS_CODE1": { - "type": "string" - }, - "FID_MTRT_CNT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsDisplayBoardFutures": { - "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardFutures schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "antc_cntg_prdy_ctrt": { - "type": "string" - }, - "antc_cntg_vrss_sign": { - "type": "string" - }, - "futs_antc_cnpr": { - "type": "string" - }, - "futs_antc_cntg_vrss": { - "type": "string" - }, - "futs_askp": { - "type": "string" - }, - "futs_bidp": { - "type": "string" - }, - "futs_hgpr": { - "type": "string" - }, - "futs_lwpr": { - "type": "string" - }, - "futs_prdy_ctrt": { - "type": "string" - }, - "futs_prdy_vrss": { - "type": "string" - }, - "futs_prpr": { - "type": "string" - }, - "futs_shrn_iscd": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "hts_otst_stpl_qty": { - "type": "string" - }, - "hts_rmnn_dynu": { - "type": "string" - }, - "hts_thpr": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "total_askp_rsqn": { - "type": "string" - }, - "total_bidp_rsqn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsDisplayBoardFuturesRequest": { - "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardFuturesRequest schema", - "properties": { - "FID_COND_MRKT_CLS_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsDisplayBoardOptionList": { - "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardOptionList schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "mtrt_yymm": { - "type": "string" - }, - "mtrt_yymm_code": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsDisplayBoardOptionListRequest": { - "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardOptionListRequest schema", - "properties": { - "FID_COND_MRKT_CLS_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsDisplayBoardTop": { - "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardTop schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "futs_prdy_ctrt": { - "type": "string" - }, - "futs_prdy_vrss": { - "type": "string" - }, - "futs_prpr": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "unas_acml_vol": { - "type": "string" - }, - "unas_prdy_ctrt": { - "type": "string" - }, - "unas_prdy_vrss": { - "type": "string" - }, - "unas_prdy_vrss_sign": { - "type": "string" - }, - "unas_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "hts_rmnn_dynu": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsDisplayBoardTopRequest": { - "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardTopRequest schema", - "properties": { - "FID_COND_MRKT_CLS_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE1": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_MTRT_CNT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsExpPriceTrend": { - "description": "KISDomesticFutureoptionV1QuotationsExpPriceTrend schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "antc_cntg_prdy_ctrt": { - "type": "string" - }, - "antc_cntg_vrss_sign": { - "type": "string" - }, - "futs_antc_cnpr": { - "type": "string" - }, - "futs_antc_cntg_vrss": { - "type": "string" - }, - "futs_sdpr": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "antc_cntg_prdy_ctrt": { - "type": "string" - }, - "antc_cntg_vrss_sign": { - "type": "string" - }, - "futs_antc_cnpr": { - "type": "string" - }, - "futs_antc_cntg_vrss": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsExpPriceTrendRequest": { - "description": "KISDomesticFutureoptionV1QuotationsExpPriceTrendRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsInquireAskingPrice": { - "description": "KISDomesticFutureoptionV1QuotationsInquireAskingPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "futs_prdy_clpr": { - "type": "string" - }, - "futs_prdy_ctrt": { - "type": "string" - }, - "futs_prdy_vrss": { - "type": "string" - }, - "futs_prpr": { - "type": "string" - }, - "futs_shrn_iscd": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "askp_csnu1": { - "type": "string" - }, - "askp_csnu2": { - "type": "string" - }, - "askp_csnu3": { - "type": "string" - }, - "askp_csnu4": { - "type": "string" - }, - "askp_csnu5": { - "type": "string" - }, - "askp_rsqn1": { - "type": "string" - }, - "askp_rsqn2": { - "type": "string" - }, - "askp_rsqn3": { - "type": "string" - }, - "askp_rsqn4": { - "type": "string" - }, - "askp_rsqn5": { - "type": "string" - }, - "aspr_acpt_hour": { - "type": "string" - }, - "bidp_csnu1": { - "type": "string" - }, - "bidp_csnu2": { - "type": "string" - }, - "bidp_csnu3": { - "type": "string" - }, - "bidp_csnu4": { - "type": "string" - }, - "bidp_csnu5": { - "type": "string" - }, - "bidp_rsqn1": { - "type": "string" - }, - "bidp_rsqn2": { - "type": "string" - }, - "bidp_rsqn3": { - "type": "string" - }, - "bidp_rsqn4": { - "type": "string" - }, - "bidp_rsqn5": { - "type": "string" - }, - "futs_askp1": { - "type": "string" - }, - "futs_askp2": { - "type": "string" - }, - "futs_askp3": { - "type": "string" - }, - "futs_askp4": { - "type": "string" - }, - "futs_askp5": { - "type": "string" - }, - "futs_bidp1": { - "type": "string" - }, - "futs_bidp2": { - "type": "string" - }, - "futs_bidp3": { - "type": "string" - }, - "futs_bidp4": { - "type": "string" - }, - "futs_bidp5": { - "type": "string" - }, - "total_askp_csnu": { - "type": "string" - }, - "total_askp_rsqn": { - "type": "string" - }, - "total_bidp_csnu": { - "type": "string" - }, - "total_bidp_rsqn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsInquireAskingPriceRequest": { - "description": "KISDomesticFutureoptionV1QuotationsInquireAskingPriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsInquireDailyFuopchartprice": { - "description": "KISDomesticFutureoptionV1QuotationsInquireDailyFuopchartprice schema", - "properties": { - "-acml_tr_pbmn": { - "nullable": true, - "type": "string" - }, - "-acml_vol": { - "nullable": true, - "type": "string" - }, - "-basis": { - "nullable": true, - "type": "string" - }, - "-dprt": { - "nullable": true, - "type": "string" - }, - "-futs_askp": { - "nullable": true, - "type": "string" - }, - "-futs_bidp": { - "nullable": true, - "type": "string" - }, - "-futs_hgpr": { - "nullable": true, - "type": "string" - }, - "-futs_llam": { - "nullable": true, - "type": "string" - }, - "-futs_lwpr": { - "nullable": true, - "type": "string" - }, - "-futs_mxpr": { - "nullable": true, - "type": "string" - }, - "-futs_oprc": { - "nullable": true, - "type": "string" - }, - "-futs_prdy_clpr": { - "nullable": true, - "type": "string" - }, - "-futs_prdy_ctrt": { - "nullable": true, - "type": "string" - }, - "-futs_prdy_hgpr": { - "nullable": true, - "type": "string" - }, - "-futs_prdy_lwpr": { - "nullable": true, - "type": "string" - }, - "-futs_prdy_oprc": { - "nullable": true, - "type": "string" - }, - "-futs_prdy_vrss": { - "nullable": true, - "type": "string" - }, - "-futs_prpr": { - "nullable": true, - "type": "string" - }, - "-futs_shrn_iscd": { - "nullable": true, - "type": "string" - }, - "-hts_kor_isnm": { - "nullable": true, - "type": "string" - }, - "-hts_otst_stpl_qty": { - "nullable": true, - "type": "string" - }, - "-hts_thpr": { - "nullable": true, - "type": "string" - }, - "-kospi200_nmix": { - "nullable": true, - "type": "string" - }, - "-kospi200_prdy_ctrt": { - "nullable": true, - "type": "string" - }, - "-kospi200_prdy_vrss": { - "nullable": true, - "type": "string" - }, - "-kospi200_prdy_vrss_sign": { - "nullable": true, - "type": "string" - }, - "-mod_yn": { - "nullable": true, - "type": "string" - }, - "-otst_stpl_qty_icdc": { - "nullable": true, - "type": "string" - }, - "-prdy_vol": { - "nullable": true, - "type": "string" - }, - "-prdy_vrss_sign": { - "nullable": true, - "type": "string" - }, - "-stck_bsop_date": { - "nullable": true, - "type": "string" - }, - "-tday_rltv": { - "nullable": true, - "type": "string" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "nullable": true, - "type": "string" - }, - "output2": { - "nullable": true, - "type": "string" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsInquireDailyFuopchartpriceRequest": { - "description": "KISDomesticFutureoptionV1QuotationsInquireDailyFuopchartpriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_PERIOD_DIV_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsInquirePrice": { - "description": "KISDomesticFutureoptionV1QuotationsInquirePrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "acpr": { - "type": "string" - }, - "basis": { - "type": "string" - }, - "crbr_aply_llam": { - "type": "string" - }, - "crbr_aply_mxpr": { - "type": "string" - }, - "delta_val": { - "type": "string" - }, - "dprt": { - "type": "string" - }, - "futs_hgpr": { - "type": "string" - }, - "futs_last_tr_date": { - "type": "string" - }, - "futs_llam": { - "type": "string" - }, - "futs_lstn_medm_hgpr": { - "type": "string" - }, - "futs_lstn_medm_lwpr": { - "type": "string" - }, - "futs_lwpr": { - "type": "string" - }, - "futs_mxpr": { - "type": "string" - }, - "futs_oprc": { - "type": "string" - }, - "futs_prdy_clpr": { - "type": "string" - }, - "futs_prdy_ctrt": { - "type": "string" - }, - "futs_prdy_vrss": { - "type": "string" - }, - "futs_prpr": { - "type": "string" - }, - "futs_sdpr": { - "type": "string" - }, - "gama": { - "type": "string" - }, - "hist_vltl": { - "type": "string" - }, - "hts_ints_vltl": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "hts_otst_stpl_qty": { - "type": "string" - }, - "hts_rmnn_dynu": { - "type": "string" - }, - "hts_thpr": { - "type": "string" - }, - "mrkt_basis": { - "type": "string" - }, - "otst_stpl_qty_icdc": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "rho": { - "type": "string" - }, - "theta": { - "type": "string" - }, - "vega": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "bstp_cls_code": { - "type": "string" - }, - "bstp_nmix_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output3": { - "items": { - "nullable": true, - "properties": { - "bstp_cls_code": { - "type": "string" - }, - "bstp_nmix_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsInquirePriceRequest": { - "description": "KISDomesticFutureoptionV1QuotationsInquirePriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsInquireTimeFuopchartprice": { - "description": "KISDomesticFutureoptionV1QuotationsInquireTimeFuopchartprice schema", - "properties": { - "Output1": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "basis": { - "type": "string" - }, - "dprt": { - "type": "string" - }, - "futs_askp": { - "type": "string" - }, - "futs_bidp": { - "type": "string" - }, - "futs_hgpr": { - "type": "string" - }, - "futs_llam": { - "type": "string" - }, - "futs_lwpr": { - "type": "string" - }, - "futs_mxpr": { - "type": "string" - }, - "futs_oprc": { - "type": "string" - }, - "futs_prdy_clpr": { - "type": "string" - }, - "futs_prdy_ctrt": { - "type": "string" - }, - "futs_prdy_hgpr": { - "type": "string" - }, - "futs_prdy_lwpr": { - "type": "string" - }, - "futs_prdy_oprc": { - "type": "string" - }, - "futs_prdy_vrss": { - "type": "string" - }, - "futs_prpr": { - "type": "string" - }, - "futs_shrn_iscd": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "hts_otst_stpl_qty": { - "type": "string" - }, - "hts_thpr": { - "type": "string" - }, - "kospi200_nmix": { - "type": "string" - }, - "kospi200_prdy_ctrt": { - "type": "string" - }, - "kospi200_prdy_vrss": { - "type": "string" - }, - "kospi200_prdy_vrss_sign": { - "type": "string" - }, - "otst_stpl_qty_icdc": { - "type": "string" - }, - "prdy_nmix": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "tday_rltv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "Output2": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "cntg_vol": { - "type": "string" - }, - "futs_hgpr": { - "type": "string" - }, - "futs_lwpr": { - "type": "string" - }, - "futs_oprc": { - "type": "string" - }, - "futs_prpr": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1QuotationsInquireTimeFuopchartpriceRequest": { - "description": "KISDomesticFutureoptionV1QuotationsInquireTimeFuopchartpriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_FAKE_TICK_INCU_YN": { - "type": "string" - }, - "FID_HOUR_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_HOUR_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_PW_DATA_INCU_YN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireBalance": { - "description": "KISDomesticFutureoptionV1TradingInquireBalance schema", - "properties": { - "ctx_area_fk200": { - "nullable": true, - "type": "string" - }, - "ctx_area_nk200": { - "nullable": true, - "type": "string" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acnt_prdt_cd": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "cblc_qty": { - "type": "string" - }, - "ccld_avg_unpr1": { - "type": "string" - }, - "evlu_amt": { - "type": "string" - }, - "evlu_pfls_amt": { - "type": "string" - }, - "excc_unpr": { - "type": "string" - }, - "idx_clpr": { - "type": "string" - }, - "lqd_psbl_qty": { - "type": "string" - }, - "pchs_amt": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "shtn_pdno": { - "type": "string" - }, - "sll_buy_dvsn_name": { - "type": "string" - }, - "trad_pfls_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "add_mgna_cash": { - "type": "string" - }, - "add_mgna_tota": { - "type": "string" - }, - "cash_mgna": { - "type": "string" - }, - "dnca_cash": { - "type": "string" - }, - "dnca_sbst": { - "type": "string" - }, - "evlu_amt_smtl": { - "type": "string" - }, - "evlu_pfls_amt_smtl": { - "type": "string" - }, - "fee": { - "type": "string" - }, - "frcr_dncl_amt": { - "type": "string" - }, - "futr_evlu_pfls_amt": { - "type": "string" - }, - "futr_trad_pfls_amt": { - "type": "string" - }, - "mgna_tota": { - "type": "string" - }, - "nxdy_dnca": { - "type": "string" - }, - "nxdy_dncl_amt": { - "type": "string" - }, - "opt_dfpa": { - "type": "string" - }, - "opt_evlu_pfls_amt": { - "type": "string" - }, - "opt_trad_pfls_amt": { - "type": "string" - }, - "ord_psbl_cash": { - "type": "string" - }, - "ord_psbl_sbst": { - "type": "string" - }, - "ord_psbl_tota": { - "type": "string" - }, - "pchs_amt_smtl": { - "type": "string" - }, - "pprt_ord_psbl_cash": { - "type": "string" - }, - "prsm_dpast": { - "type": "string" - }, - "prsm_dpast_amt": { - "type": "string" - }, - "rnwl_dfpa": { - "type": "string" - }, - "sbst_mgna": { - "type": "string" - }, - "thdt_dfpa": { - "type": "string" - }, - "tot_ccld_amt": { - "type": "string" - }, - "tot_dncl_amt": { - "type": "string" - }, - "trad_pfls_amt_smtl": { - "type": "string" - }, - "wdrw_psbl_tot_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireBalanceRequest": { - "description": "KISDomesticFutureoptionV1TradingInquireBalanceRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "EXCC_STAT_CD": { - "type": "string" - }, - "MGNA_DVSN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireBalanceSettlementPl": { - "description": "KISDomesticFutureoptionV1TradingInquireBalanceSettlementPl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "bfdy_cblc_qty": { - "type": "string" - }, - "cblc_amt": { - "type": "string" - }, - "cblc_qty": { - "type": "string" - }, - "evlu_amt": { - "type": "string" - }, - "evlu_pfls_amt": { - "type": "string" - }, - "mnpl_rpch_qty": { - "type": "string" - }, - "new_qty": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "trad_dvsn_name": { - "type": "string" - }, - "trad_pfls_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "brkg_mgna_cash": { - "type": "string" - }, - "brkg_mgna_tota": { - "type": "string" - }, - "dnca_cash": { - "type": "string" - }, - "dnca_sbst": { - "type": "string" - }, - "fee": { - "type": "string" - }, - "mmga_cash": { - "type": "string" - }, - "mmga_tota": { - "type": "string" - }, - "nxdy_dnca": { - "type": "string" - }, - "opt_buy_chgs": { - "type": "string" - }, - "opt_lqd_evlu_amt": { - "type": "string" - }, - "opt_sll_chgs": { - "type": "string" - }, - "rnwl_dfpa": { - "type": "string" - }, - "thdt_dfpa": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireBalanceSettlementPlRequest": { - "description": "KISDomesticFutureoptionV1TradingInquireBalanceSettlementPlRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "INQR_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireBalanceValuationPl": { - "description": "KISDomesticFutureoptionV1TradingInquireBalanceValuationPl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acnt_prdt_cd": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "cblc_qty1": { - "type": "string" - }, - "ccld_avg_unpr1": { - "type": "string" - }, - "evlu_amt": { - "type": "string" - }, - "evlu_pfls_amt": { - "type": "string" - }, - "excc_unpr": { - "type": "string" - }, - "idx_clpr": { - "type": "string" - }, - "lqd_psbl_qty": { - "type": "string" - }, - "pchs_amt": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "shtn_pdno": { - "type": "string" - }, - "sll_buy_dvsn_name": { - "type": "string" - }, - "trad_pfls_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "add_mgna_cash": { - "type": "string" - }, - "add_mgna_tota": { - "type": "string" - }, - "cash_mgna": { - "type": "string" - }, - "dnca_cash": { - "type": "string" - }, - "dnca_sbst": { - "type": "string" - }, - "evlu_pfls_amt_smtl": { - "type": "string" - }, - "fee": { - "type": "string" - }, - "frcr_dncl_amt": { - "type": "string" - }, - "futr_evlu_pfls_amt": { - "type": "string" - }, - "futr_trad_pfls_amt": { - "type": "string" - }, - "mgna_tota": { - "type": "string" - }, - "nxdy_dnca": { - "type": "string" - }, - "nxdy_dncl_amt": { - "type": "string" - }, - "opt_dfpa": { - "type": "string" - }, - "opt_evlu_pfls_amt": { - "type": "string" - }, - "opt_trad_pfls_amt": { - "type": "string" - }, - "ord_psbl_cash": { - "type": "string" - }, - "ord_psbl_sbst": { - "type": "string" - }, - "ord_psbl_tota": { - "type": "string" - }, - "pprt_ord_psbl_cash": { - "type": "string" - }, - "prsm_dpast": { - "type": "string" - }, - "prsm_dpast_amt": { - "type": "string" - }, - "rnwl_dfpa": { - "type": "string" - }, - "sbst_mgna": { - "type": "string" - }, - "thdt_dfpa": { - "type": "string" - }, - "tot_ccld_amt": { - "type": "string" - }, - "tot_dncl_amt": { - "type": "string" - }, - "trad_pfls_amt_smtl": { - "type": "string" - }, - "wdrw_psbl_tot_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireBalanceValuationPlRequest": { - "description": "KISDomesticFutureoptionV1TradingInquireBalanceValuationPlRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "EXCC_STAT_CD": { - "type": "string" - }, - "MGNA_DVSN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireCcnl": { - "description": "KISDomesticFutureoptionV1TradingInquireCcnl schema", - "properties": { - "ctx_area_fk200": { - "nullable": true, - "type": "string" - }, - "ctx_area_nk200": { - "nullable": true, - "type": "string" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acnt_prdt_cd": { - "type": "string" - }, - "avg_idx": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "csac_name": { - "type": "string" - }, - "ingr_trad_rjct_rson_cd": { - "type": "string" - }, - "ingr_trad_rjct_rson_name": { - "type": "string" - }, - "nmpr_type_cd": { - "type": "string" - }, - "nmpr_type_name": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_dt": { - "type": "string" - }, - "ord_gno_brno": { - "type": "string" - }, - "ord_idx": { - "type": "string" - }, - "ord_ip_addr": { - "type": "string" - }, - "ord_qty": { - "type": "string" - }, - "ord_stfno": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - }, - "orgn_odno": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "qty": { - "type": "string" - }, - "rjct_qty": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "sprd_item_yn": { - "type": "string" - }, - "tot_ccld_amt": { - "type": "string" - }, - "tot_ccld_qty": { - "type": "string" - }, - "trad_dvsn_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "ctac_tlno": { - "type": "string" - }, - "fee_smtl": { - "type": "string" - }, - "tot_ccld_amt_smtl": { - "type": "string" - }, - "tot_ccld_qty_smtl": { - "type": "string" - }, - "tot_ord_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireCcnlBstime": { - "description": "KISDomesticFutureoptionV1TradingInquireCcnlBstime schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "ccld_btwn": { - "type": "string" - }, - "ccld_idx": { - "type": "string" - }, - "ccld_qty": { - "type": "string" - }, - "fee": { - "type": "string" - }, - "last_sttldt": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "tr_type_name": { - "type": "string" - }, - "trad_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "fee_adjt": { - "type": "string" - }, - "fee_smtl": { - "type": "string" - }, - "tot_ccld_amt_smtl": { - "type": "string" - }, - "tot_ccld_qty_smtl": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireCcnlBstimeRequest": { - "description": "KISDomesticFutureoptionV1TradingInquireCcnlBstimeRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "FUOP_TR_END_TMD": { - "type": "string" - }, - "FUOP_TR_STRT_TMD": { - "type": "string" - }, - "ORD_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireCcnlRequest": { - "description": "KISDomesticFutureoptionV1TradingInquireCcnlRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CCLD_NCCS_DVSN": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "END_ORD_DT": { - "type": "string" - }, - "MKET_ID_CD": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - }, - "SORT_SQN": { - "type": "string" - }, - "STRT_ODNO": { - "type": "string" - }, - "STRT_ORD_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireDailyAmountFee": { - "description": "KISDomesticFutureoptionV1TradingInquireDailyAmountFee schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "buy_agrm_amt": { - "type": "string" - }, - "buy_fee": { - "type": "string" - }, - "item_name": { - "type": "string" - }, - "ord_dt": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "sll_agrm_amt": { - "type": "string" - }, - "sll_fee": { - "type": "string" - }, - "tot_fee_smtl": { - "type": "string" - }, - "trad_pfls": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "agrm_amt_smtl": { - "type": "string" - }, - "buy_agrm_amt": { - "type": "string" - }, - "buy_fee": { - "type": "string" - }, - "fee": { - "type": "string" - }, - "fee_smtl": { - "type": "string" - }, - "futr_agrm": { - "type": "string" - }, - "futr_agrm_amt": { - "type": "string" - }, - "futr_agrm_amt_smtl": { - "type": "string" - }, - "futr_buy_fee_smtl": { - "type": "string" - }, - "futr_fee": { - "type": "string" - }, - "futr_fee_smtl": { - "type": "string" - }, - "futr_sll_fee_smtl": { - "type": "string" - }, - "opt_agrm": { - "type": "string" - }, - "opt_agrm_amt": { - "type": "string" - }, - "opt_agrm_amt_smtl": { - "type": "string" - }, - "opt_buy_fee_smtl": { - "type": "string" - }, - "opt_fee": { - "type": "string" - }, - "opt_fee_smtl": { - "type": "string" - }, - "opt_sll_fee_smtl": { - "type": "string" - }, - "prdt_fuop": { - "type": "string" - }, - "prdt_futr_agrm": { - "type": "string" - }, - "prdt_futr_evlu_amt": { - "type": "string" - }, - "sll_agrm_amt": { - "type": "string" - }, - "sll_fee": { - "type": "string" - }, - "trad_pfls_smtl": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireDailyAmountFeeRequest": { - "description": "KISDomesticFutureoptionV1TradingInquireDailyAmountFeeRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "INQR_END_DAY": { - "type": "string" - }, - "INQR_STRT_DAY": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireDeposit": { - "description": "KISDomesticFutureoptionV1TradingInquireDeposit schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "add_mgna_cash": { - "type": "string" - }, - "add_mgna_tota": { - "type": "string" - }, - "bfdy_chck_amt": { - "type": "string" - }, - "brkg_fee": { - "type": "string" - }, - "brkg_mgna_cash": { - "type": "string" - }, - "brkg_mgna_sbst": { - "type": "string" - }, - "cash_mntn_amt": { - "type": "string" - }, - "dnca_sbst": { - "type": "string" - }, - "dnca_tota": { - "type": "string" - }, - "evlu_pfls_smtl": { - "type": "string" - }, - "excc_dfpa": { - "type": "string" - }, - "frcr_evlu_amt": { - "type": "string" - }, - "futr_evlu_pfls_amt": { - "type": "string" - }, - "futr_trad_pfls": { - "type": "string" - }, - "hack_acdt_acnt_move_amt": { - "type": "string" - }, - "mtnc_rt": { - "type": "string" - }, - "nxdy_dnca": { - "type": "string" - }, - "opt_dfpa": { - "type": "string" - }, - "opt_evlu_pfls_amt": { - "type": "string" - }, - "opt_trad_pfls_amt": { - "type": "string" - }, - "ord_psbl_cash": { - "type": "string" - }, - "ord_psbl_tota": { - "type": "string" - }, - "prsm_dpast_amt": { - "type": "string" - }, - "rcva": { - "type": "string" - }, - "rlth_uwdl_dpos_amt": { - "type": "string" - }, - "sbst_rlse_psbl_amt": { - "type": "string" - }, - "scts_sbst_amt": { - "type": "string" - }, - "thdt_chck_amt": { - "type": "string" - }, - "trad_pfls_smtl": { - "type": "string" - }, - "wdrw_psbl_tot_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireDepositRequest": { - "description": "KISDomesticFutureoptionV1TradingInquireDepositRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireNgtBalance": { - "description": "KISDomesticFutureoptionV1TradingInquireNgtBalance schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acnt_prdt_cd": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "cblc_qty": { - "type": "string" - }, - "ccld_avg_unpr1": { - "type": "string" - }, - "evlu_amt": { - "type": "string" - }, - "evlu_pfls_amt": { - "type": "string" - }, - "excc_unpr": { - "type": "string" - }, - "idx_clpr": { - "type": "string" - }, - "lqd_psbl_qty": { - "type": "string" - }, - "pchs_amt": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "shtn_pdno": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "sll_buy_dvsn_name": { - "type": "string" - }, - "trad_dvsn_name": { - "type": "string" - }, - "trad_pfls_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "add_mgna_cash": { - "type": "string" - }, - "add_mgna_tota": { - "type": "string" - }, - "cash_mgna": { - "type": "string" - }, - "dnca_cash": { - "type": "string" - }, - "dnca_sbst": { - "type": "string" - }, - "evlu_amt_smtl": { - "type": "string" - }, - "evlu_pfls_amt_smtl": { - "type": "string" - }, - "fee": { - "type": "string" - }, - "frcr_dncl_amt": { - "type": "string" - }, - "futr_evlu_pfls_amt": { - "type": "string" - }, - "futr_trad_pfls_amt": { - "type": "string" - }, - "isfc_amt": { - "type": "string" - }, - "mgna_tota": { - "type": "string" - }, - "mmga_cash_amt": { - "type": "string" - }, - "mmga_tot_amt": { - "type": "string" - }, - "mtnc_rt": { - "type": "string" - }, - "nxdy_dnca": { - "type": "string" - }, - "nxdy_dncl_amt": { - "type": "string" - }, - "opt_dfpa": { - "type": "string" - }, - "opt_evlu_pfls_amt": { - "type": "string" - }, - "opt_trad_pfls_amt": { - "type": "string" - }, - "ord_psbl_cash": { - "type": "string" - }, - "ord_psbl_sbst": { - "type": "string" - }, - "ord_psbl_tota": { - "type": "string" - }, - "pchs_amt_smtl": { - "type": "string" - }, - "pprt_ord_psbl_cash": { - "type": "string" - }, - "prsm_dpast": { - "type": "string" - }, - "rnwl_dfpa": { - "type": "string" - }, - "sbst_mgna": { - "type": "string" - }, - "thdt_dfpa": { - "type": "string" - }, - "tot_dncl_amt": { - "type": "string" - }, - "trad_pfls_amt_smtl": { - "type": "string" - }, - "wdrw_psbl_tot_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireNgtBalanceRequest": { - "description": "KISDomesticFutureoptionV1TradingInquireNgtBalanceRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "ACNT_PWD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "EXCC_STAT_CD": { - "type": "string" - }, - "MGNA_DVSN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireNgtCcnl": { - "description": "KISDomesticFutureoptionV1TradingInquireNgtCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acnt_prdt_cd": { - "type": "string" - }, - "avg_idx": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "csac_name": { - "type": "string" - }, - "ingr_trad_rjct_rson_cd": { - "type": "string" - }, - "ingr_trad_rjct_rson_name": { - "type": "string" - }, - "nmpr_type_name": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_dt": { - "type": "string" - }, - "ord_gno_brno": { - "type": "string" - }, - "ord_idx4": { - "type": "string" - }, - "ord_ip_addr": { - "type": "string" - }, - "ord_qty": { - "type": "string" - }, - "ord_stfno": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - }, - "orgn_odno": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "qty": { - "type": "string" - }, - "rjct_qty": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "sprd_item_yn": { - "type": "string" - }, - "tot_ccld_amt": { - "type": "string" - }, - "tot_ccld_qty": { - "type": "string" - }, - "trad_dvsn_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "ctac_tlno": { - "type": "string" - }, - "fee": { - "type": "string" - }, - "tot_ccld_amt": { - "type": "string" - }, - "tot_ccld_amt_SMTL": { - "type": "string" - }, - "tot_ccld_qty": { - "type": "string" - }, - "tot_ccld_qty_SMTL": { - "type": "string" - }, - "tot_ord_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquireNgtCcnlRequest": { - "description": "KISDomesticFutureoptionV1TradingInquireNgtCcnlRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CCLD_NCCS_DVSN": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "END_ORD_DT": { - "type": "string" - }, - "FUOP_DVSN_CD": { - "type": "string" - }, - "MKET_ID_CD": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "SCRN_DVSN": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - }, - "SORT_SQN": { - "type": "string" - }, - "STRT_ODNO": { - "type": "string" - }, - "STRT_ORD_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquirePsblNgtOrder": { - "description": "KISDomesticFutureoptionV1TradingInquirePsblNgtOrder schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "bass_idx": { - "type": "string" - }, - "lqd_psbl_qty": { - "type": "string" - }, - "lqd_psbl_qty_1": { - "type": "string" - }, - "max_ord_psbl_qty": { - "type": "string" - }, - "ord_psbl_qty": { - "type": "string" - }, - "tot_psbl_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquirePsblNgtOrderRequest": { - "description": "KISDomesticFutureoptionV1TradingInquirePsblNgtOrderRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "ORD_DVSN_CD": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "PRDT_TYPE_CD": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - }, - "UNIT_PRICE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquirePsblOrder": { - "description": "KISDomesticFutureoptionV1TradingInquirePsblOrder schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "bass_idx": { - "type": "string" - }, - "lqd_psbl_qty1": { - "type": "string" - }, - "ord_psbl_qty": { - "type": "string" - }, - "tot_psbl_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingInquirePsblOrderRequest": { - "description": "KISDomesticFutureoptionV1TradingInquirePsblOrderRequest schema" - }, - "KISDomesticFutureoptionV1TradingNgtMarginDetail": { - "description": "KISDomesticFutureoptionV1TradingNgtMarginDetail schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "cash_amt": { - "type": "string" - }, - "tot_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "cash_amt": { - "type": "string" - }, - "sbst_amt": { - "type": "string" - }, - "tot_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output3": { - "items": { - "nullable": true, - "properties": { - "base_dpsa_gdat_grad_cd": { - "type": "string" - }, - "bfdy_sbst_sll_ccld_amt": { - "type": "string" - }, - "bfdy_sbst_sll_sbst_amt": { - "type": "string" - }, - "excc_dfpa": { - "type": "string" - }, - "fee_amt": { - "type": "string" - }, - "nxdy_dncl_amt": { - "type": "string" - }, - "opt_base_dpsa_gdat_grad_cd": { - "type": "string" - }, - "opt_buy_exus_acnt_yn": { - "type": "string" - }, - "opt_dfpa": { - "type": "string" - }, - "prsm_dpast_amt": { - "type": "string" - }, - "thdt_sbst_sll_ccld_amt": { - "type": "string" - }, - "thdt_sbst_sll_sbst_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingNgtMarginDetailRequest": { - "description": "KISDomesticFutureoptionV1TradingNgtMarginDetailRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "MGNA_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingOrder": { - "description": "KISDomesticFutureoptionV1TradingOrder schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "ACNT_NAME": { - "type": "string" - }, - "ITEM_NAME": { - "type": "string" - }, - "ODNO": { - "type": "string" - }, - "ORD_GNO_BRNO": { - "type": "string" - }, - "ORD_TMD": { - "type": "string" - }, - "TRAD_DVSN_NAME": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingOrderRequest": { - "description": "KISDomesticFutureoptionV1TradingOrderRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "ORD_DVSN_CD": { - "type": "string" - }, - "ORD_PRCS_DVSN_CD": { - "type": "string" - }, - "ORD_QTY": { - "type": "string" - }, - "SHTN_PDNO": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - }, - "UNIT_PRICE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingOrderRvsecncl": { - "description": "KISDomesticFutureoptionV1TradingOrderRvsecncl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "ACNT_NAME": { - "type": "string" - }, - "ITEM_NAME": { - "type": "string" - }, - "ODNO": { - "type": "string" - }, - "ORD_GNO_BRNO": { - "type": "string" - }, - "ORD_TMD": { - "type": "string" - }, - "ORGN_ODNO": { - "type": "string" - }, - "TRAD_DVSN_NAME": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticFutureoptionV1TradingOrderRvsecnclRequest": { - "description": "KISDomesticFutureoptionV1TradingOrderRvsecnclRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "KRX_NMPR_CNDT_CD": { - "type": "string" - }, - "NMPR_TYPE_CD": { - "type": "string" - }, - "ORD_DVSN_CD": { - "type": "string" - }, - "ORD_PRCS_DVSN_CD": { - "type": "string" - }, - "ORD_QTY": { - "type": "string" - }, - "ORGN_ODNO": { - "type": "string" - }, - "RMN_QTY_YN": { - "type": "string" - }, - "RVSE_CNCL_DVSN_CD": { - "type": "string" - }, - "UNIT_PRICE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1FinanceBalanceSheet": { - "description": "KISDomesticStockV1FinanceBalanceSheet schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "cfp_surp": { - "type": "string" - }, - "cpfn": { - "type": "string" - }, - "cras": { - "type": "string" - }, - "fix_lblt": { - "type": "string" - }, - "flow_lblt": { - "type": "string" - }, - "fxas": { - "type": "string" - }, - "prfi_surp": { - "type": "string" - }, - "stac_yymm": { - "type": "string" - }, - "total_aset": { - "type": "string" - }, - "total_cptl": { - "type": "string" - }, - "total_lblt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1FinanceBalanceSheetRequest": { - "description": "KISDomesticStockV1FinanceBalanceSheetRequest schema", - "properties": { - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1FinanceFinancialRatio": { - "description": "KISDomesticStockV1FinanceFinancialRatio schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "bps": { - "type": "string" - }, - "bsop_prfi_inrt": { - "type": "string" - }, - "eps": { - "type": "string" - }, - "grs": { - "type": "string" - }, - "lblt_rate": { - "type": "string" - }, - "ntin_inrt": { - "type": "string" - }, - "roe_val": { - "type": "string" - }, - "rsrv_rate": { - "type": "string" - }, - "sps": { - "type": "string" - }, - "stac_yymm": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1FinanceFinancialRatioRequest": { - "description": "KISDomesticStockV1FinanceFinancialRatioRequest schema", - "properties": { - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1FinanceGrowthRatio": { - "description": "KISDomesticStockV1FinanceGrowthRatio schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "bsop_prfi_inrt": { - "type": "string" - }, - "equt_inrt": { - "type": "string" - }, - "grs": { - "type": "string" - }, - "stac_yymm": { - "type": "string" - }, - "totl_aset_inrt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1FinanceGrowthRatioRequest": { - "description": "KISDomesticStockV1FinanceGrowthRatioRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1FinanceIncomeStatement": { - "description": "KISDomesticStockV1FinanceIncomeStatement schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "bsop_non_ernn": { - "type": "string" - }, - "bsop_non_expn": { - "type": "string" - }, - "bsop_prti": { - "type": "string" - }, - "depr_cost": { - "type": "string" - }, - "op_prfi": { - "type": "string" - }, - "sale_account": { - "type": "string" - }, - "sale_cost": { - "type": "string" - }, - "sale_totl_prfi": { - "type": "string" - }, - "sell_mang": { - "type": "string" - }, - "spec_loss": { - "type": "string" - }, - "spec_prfi": { - "type": "string" - }, - "stac_yymm": { - "type": "string" - }, - "thtr_ntin": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1FinanceIncomeStatementRequest": { - "description": "KISDomesticStockV1FinanceIncomeStatementRequest schema", - "properties": { - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1FinanceOtherMajorRatios": { - "description": "KISDomesticStockV1FinanceOtherMajorRatios schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "ebitda": { - "type": "string" - }, - "ev_ebitda": { - "type": "string" - }, - "eva": { - "type": "string" - }, - "payout_rate": { - "type": "string" - }, - "stac_yymm": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1FinanceOtherMajorRatiosRequest": { - "description": "KISDomesticStockV1FinanceOtherMajorRatiosRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1FinanceProfitRatio": { - "description": "KISDomesticStockV1FinanceProfitRatio schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "cptl_ntin_rate": { - "type": "string" - }, - "sale_ntin_rate": { - "type": "string" - }, - "sale_totl_rate": { - "type": "string" - }, - "self_cptl_ntin_inrt": { - "type": "string" - }, - "stac_yymm": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1FinanceProfitRatioRequest": { - "description": "KISDomesticStockV1FinanceProfitRatioRequest schema", - "properties": { - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1FinanceStabilityRatio": { - "description": "KISDomesticStockV1FinanceStabilityRatio schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "bram_depn": { - "type": "string" - }, - "crnt_rate": { - "type": "string" - }, - "lblt_rate": { - "type": "string" - }, - "quck_rate": { - "type": "string" - }, - "stac_yymm": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1FinanceStabilityRatioRequest": { - "description": "KISDomesticStockV1FinanceStabilityRatioRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoBonusIssue": { - "description": "KISDomesticStockV1KsdinfoBonusIssue schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "fix_rate": { - "type": "string" - }, - "isin_name": { - "type": "string" - }, - "issue_stk_qty": { - "type": "string" - }, - "list_date": { - "type": "string" - }, - "odd_pay_dt": { - "type": "string" - }, - "odd_rec_price": { - "type": "string" - }, - "record_date": { - "type": "string" - }, - "right_dt": { - "type": "string" - }, - "sht_cd": { - "type": "string" - }, - "stk_kind": { - "type": "string" - }, - "tot_issue_stk_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoBonusIssueRequest": { - "description": "KISDomesticStockV1KsdinfoBonusIssueRequest schema", - "properties": { - "CTS": { - "type": "string" - }, - "F_DT": { - "type": "string" - }, - "SHT_CD": { - "type": "string" - }, - "T_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoCapDcrs": { - "description": "KISDomesticStockV1KsdinfoCapDcrs schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "comp_way": { - "type": "string" - }, - "isin_name": { - "type": "string" - }, - "list_dt": { - "type": "string" - }, - "record_date": { - "type": "string" - }, - "reduce_cap_rate": { - "type": "string" - }, - "reduce_cap_type": { - "type": "string" - }, - "sht_cd": { - "type": "string" - }, - "stk_kind": { - "type": "string" - }, - "td_stop_dt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoCapDcrsRequest": { - "description": "KISDomesticStockV1KsdinfoCapDcrsRequest schema", - "properties": { - "CTS": { - "type": "string" - }, - "F_DT": { - "type": "string" - }, - "SHT_CD": { - "type": "string" - }, - "T_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoDividend": { - "description": "KISDomesticStockV1KsdinfoDividend schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "divi_kind": { - "type": "string" - }, - "divi_pay_dt": { - "type": "string" - }, - "divi_rate": { - "type": "string" - }, - "face_val": { - "type": "string" - }, - "high_divi_gb": { - "type": "string" - }, - "isin_name": { - "type": "string" - }, - "odd_pay_dt": { - "type": "string" - }, - "per_sto_divi_amt": { - "type": "string" - }, - "record_date": { - "type": "string" - }, - "sht_cd": { - "type": "string" - }, - "stk_div_pay_dt": { - "type": "string" - }, - "stk_divi_rate": { - "type": "string" - }, - "stk_kind": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoDividendRequest": { - "description": "KISDomesticStockV1KsdinfoDividendRequest schema", - "properties": { - "CTS": { - "type": "string" - }, - "F_DT": { - "type": "string" - }, - "GB1": { - "type": "string" - }, - "HIGH_GB": { - "type": "string" - }, - "SHT_CD": { - "type": "string" - }, - "T_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoForfeit": { - "description": "KISDomesticStockV1KsdinfoForfeit schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "isin_name": { - "type": "string" - }, - "lead_mgr": { - "type": "string" - }, - "list_dt": { - "type": "string" - }, - "record_date": { - "type": "string" - }, - "refund_dt": { - "type": "string" - }, - "sht_cd": { - "type": "string" - }, - "subscr_dt": { - "type": "string" - }, - "subscr_price": { - "type": "string" - }, - "subscr_stk_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoForfeitRequest": { - "description": "KISDomesticStockV1KsdinfoForfeitRequest schema", - "properties": { - "CTS": { - "type": "string" - }, - "F_DT": { - "type": "string" - }, - "SHT_CD": { - "type": "string" - }, - "T_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoListInfo": { - "description": "KISDomesticStockV1KsdinfoListInfo schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "isin_name": { - "type": "string" - }, - "issue_price": { - "type": "string" - }, - "issue_stk_qty": { - "type": "string" - }, - "issue_type": { - "type": "string" - }, - "list_dt": { - "type": "string" - }, - "sht_cd": { - "type": "string" - }, - "stk_kind": { - "type": "string" - }, - "tot_issue_stk_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoListInfoRequest": { - "description": "KISDomesticStockV1KsdinfoListInfoRequest schema", - "properties": { - "CTS": { - "type": "string" - }, - "F_DT": { - "type": "string" - }, - "SHT_CD": { - "type": "string" - }, - "T_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoMandDeposit": { - "description": "KISDomesticStockV1KsdinfoMandDeposit schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "depo_date": { - "type": "string" - }, - "depo_reason": { - "type": "string" - }, - "isin_name": { - "type": "string" - }, - "sht_cd": { - "type": "string" - }, - "stk_qty": { - "type": "string" - }, - "tot_issue_qty_per_rate": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoMandDepositRequest": { - "description": "KISDomesticStockV1KsdinfoMandDepositRequest schema", - "properties": { - "CTS": { - "type": "string" - }, - "F_DT": { - "type": "string" - }, - "SHT_CD": { - "type": "string" - }, - "T_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoMergerSplit": { - "description": "KISDomesticStockV1KsdinfoMergerSplit schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "cust_cd": { - "type": "string" - }, - "cust_nm": { - "type": "string" - }, - "issue_stk_qty": { - "type": "string" - }, - "list_dt": { - "type": "string" - }, - "merge_rate": { - "type": "string" - }, - "merge_type": { - "type": "string" - }, - "odd_amt_pay_dt": { - "type": "string" - }, - "opp_cust_cd": { - "type": "string" - }, - "opp_cust_nm": { - "type": "string" - }, - "record_date": { - "type": "string" - }, - "seq": { - "type": "string" - }, - "sht_cd": { - "type": "string" - }, - "td_stop_dt": { - "type": "string" - }, - "tot_issue_stk_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoMergerSplitRequest": { - "description": "KISDomesticStockV1KsdinfoMergerSplitRequest schema", - "properties": { - "CTS": { - "type": "string" - }, - "F_DT": { - "type": "string" - }, - "SHT_CD": { - "type": "string" - }, - "T_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoPaidinCapin": { - "description": "KISDomesticStockV1KsdinfoPaidinCapin schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "disc_rate": { - "type": "string" - }, - "fix_price": { - "type": "string" - }, - "fix_rate": { - "type": "string" - }, - "isin_name": { - "type": "string" - }, - "issue_stk_qty": { - "type": "string" - }, - "list_date": { - "type": "string" - }, - "record_date": { - "type": "string" - }, - "right_dt": { - "type": "string" - }, - "sht_cd": { - "type": "string" - }, - "stk_kind": { - "type": "string" - }, - "sub_term": { - "type": "string" - }, - "sub_term_ft": { - "type": "string" - }, - "tot_issue_stk_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoPaidinCapinRequest": { - "description": "KISDomesticStockV1KsdinfoPaidinCapinRequest schema", - "properties": { - "CTS": { - "type": "string" - }, - "F_DT": { - "type": "string" - }, - "GB1": { - "type": "string" - }, - "SHT_CD": { - "type": "string" - }, - "T_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoPubOffer": { - "description": "KISDomesticStockV1KsdinfoPubOffer schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "assign_stk_qty": { - "type": "string" - }, - "face_value": { - "type": "string" - }, - "fix_subscr_pri": { - "type": "string" - }, - "isin_name": { - "type": "string" - }, - "lead_mgr": { - "type": "string" - }, - "list_dt": { - "type": "string" - }, - "pay_dt": { - "type": "string" - }, - "pub_af_cap": { - "type": "string" - }, - "pub_bf_cap": { - "type": "string" - }, - "record_date": { - "type": "string" - }, - "refund_dt": { - "type": "string" - }, - "sht_cd": { - "type": "string" - }, - "subscr_dt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoPubOfferRequest": { - "description": "KISDomesticStockV1KsdinfoPubOfferRequest schema", - "properties": { - "CTS": { - "type": "string" - }, - "F_DT": { - "type": "string" - }, - "SHT_CD": { - "type": "string" - }, - "T_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoPurreq": { - "description": "KISDomesticStockV1KsdinfoPurreq schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "buy_amt_pay_dt": { - "type": "string" - }, - "buy_req_price": { - "type": "string" - }, - "buy_req_rcpt_term": { - "type": "string" - }, - "get_meet_dt": { - "type": "string" - }, - "isin_name": { - "type": "string" - }, - "opp_opi_rcpt_term": { - "type": "string" - }, - "record_date": { - "type": "string" - }, - "sht_cd": { - "type": "string" - }, - "stk_kind": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoPurreqRequest": { - "description": "KISDomesticStockV1KsdinfoPurreqRequest schema", - "properties": { - "CTS": { - "type": "string" - }, - "F_DT": { - "type": "string" - }, - "SHT_CD": { - "type": "string" - }, - "T_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoRevSplit": { - "description": "KISDomesticStockV1KsdinfoRevSplit schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "inter_af_face_amt": { - "type": "string" - }, - "inter_bf_face_amt": { - "type": "string" - }, - "isin_name": { - "type": "string" - }, - "list_dt": { - "type": "string" - }, - "record_date": { - "type": "string" - }, - "sht_cd": { - "type": "string" - }, - "td_stop_dt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoRevSplitRequest": { - "description": "KISDomesticStockV1KsdinfoRevSplitRequest schema", - "properties": { - "CTS": { - "type": "string" - }, - "F_DT": { - "type": "string" - }, - "MARKET_GB": { - "type": "string" - }, - "SHT_CD": { - "type": "string" - }, - "T_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoSharehldMeet": { - "description": "KISDomesticStockV1KsdinfoSharehldMeet schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "agenda": { - "type": "string" - }, - "gen_meet_dt": { - "type": "string" - }, - "gen_meet_type": { - "type": "string" - }, - "isin_name": { - "type": "string" - }, - "record_date": { - "type": "string" - }, - "sht_cd": { - "type": "string" - }, - "vote_tot_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1KsdinfoSharehldMeetRequest": { - "description": "KISDomesticStockV1KsdinfoSharehldMeetRequest schema", - "properties": { - "CTS": { - "type": "string" - }, - "F_DT": { - "type": "string" - }, - "SHT_CD": { - "type": "string" - }, - "T_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsCaptureUplowprice": { - "description": "KISDomesticStockV1QuotationsCaptureUplowprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "askp_rsqn1": { - "type": "string" - }, - "bidp_rsqn1": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prdy_vrss_vol_rate": { - "type": "string" - }, - "seln_cnqn": { - "type": "string" - }, - "shnu_cnqn": { - "type": "string" - }, - "stck_llam": { - "type": "string" - }, - "stck_mxpr": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "total_askp_rsqn": { - "type": "string" - }, - "total_bidp_rsqn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsCaptureUplowpriceRequest": { - "description": "KISDomesticStockV1QuotationsCaptureUplowpriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_PRICE_1": { - "type": "string" - }, - "FID_INPUT_PRICE_2": { - "type": "string" - }, - "FID_PRC_CLS_CODE": { - "type": "string" - }, - "FID_TRGT_CLS_CODE": { - "type": "string" - }, - "FID_TRGT_EXLS_CLS_CODE": { - "type": "string" - }, - "FID_VOL_CNT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsChkHoliday": { - "description": "KISDomesticStockV1QuotationsChkHoliday schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "bass_dt": { - "type": "string" - }, - "bzdy_yn": { - "type": "string" - }, - "opnd_yn": { - "type": "string" - }, - "sttl_day_yn": { - "type": "string" - }, - "tr_day_yn": { - "type": "string" - }, - "wday_dvsn_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsChkHolidayRequest": { - "description": "KISDomesticStockV1QuotationsChkHolidayRequest schema", - "properties": { - "BASS_DT": { - "type": "string" - }, - "CTX_AREA_FK": { - "type": "string" - }, - "CTX_AREA_NK": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsCompInterest": { - "description": "KISDomesticStockV1QuotationsCompInterest schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "bcdt_code": { - "type": "string" - }, - "bond_mnrt_prdy_vrss": { - "type": "string" - }, - "bond_mnrt_prpr": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "bcdt_code": { - "type": "string" - }, - "bond_mnrt_prdy_vrss": { - "type": "string" - }, - "bond_mnrt_prpr": { - "type": "string" - }, - "bstp_nmix_prdy_ctrt": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsCompInterestRequest": { - "description": "KISDomesticStockV1QuotationsCompInterestRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE1": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsCompProgramTradeDaily": { - "description": "KISDomesticStockV1QuotationsCompProgramTradeDaily schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "arbt_entm_ntby_qty": { - "type": "string" - }, - "arbt_entm_ntby_qty_rate": { - "type": "string" - }, - "arbt_entm_ntby_tr_pbmn": { - "type": "string" - }, - "arbt_entm_ntby_tr_pbmn_rate": { - "type": "string" - }, - "arbt_entm_seln_tr_pbmn": { - "type": "string" - }, - "arbt_entm_seln_tr_pbmn_rate": { - "type": "string" - }, - "arbt_entm_seln_vol": { - "type": "string" - }, - "arbt_entm_seln_vol_rate": { - "type": "string" - }, - "arbt_entm_shnu_tr_pbmn": { - "type": "string" - }, - "arbt_entm_shnu_tr_pbmn_rate": { - "type": "string" - }, - "arbt_entm_shnu_vol": { - "type": "string" - }, - "arbt_entm_shnu_vol_rate": { - "type": "string" - }, - "arbt_onsl_ntby_qty": { - "type": "string" - }, - "arbt_onsl_ntby_qty_rate": { - "type": "string" - }, - "arbt_onsl_ntby_tr_pbmn": { - "type": "string" - }, - "arbt_onsl_ntby_tr_pbmn_rate": { - "type": "string" - }, - "arbt_onsl_seln_tr_pbmn": { - "type": "string" - }, - "arbt_onsl_seln_tr_pbmn_rate": { - "type": "string" - }, - "arbt_onsl_seln_vol": { - "type": "string" - }, - "arbt_onsl_seln_vol_rate": { - "type": "string" - }, - "arbt_onsl_shnu_tr_pbmn": { - "type": "string" - }, - "arbt_onsl_shnu_tr_pbmn_rate": { - "type": "string" - }, - "arbt_onsl_shnu_vol": { - "type": "string" - }, - "arbt_onsl_shnu_vol_rate": { - "type": "string" - }, - "arbt_smtm_ntby_qty_rate": { - "type": "string" - }, - "arbt_smtm_ntby_tr_pbmn_rate": { - "type": "string" - }, - "arbt_smtm_seln_tr_pbmn_rate": { - "type": "string" - }, - "arbt_smtm_seln_vol_rate": { - "type": "string" - }, - "arbt_smtm_shun_tr_pbmn_rate": { - "type": "string" - }, - "arbt_smtm_shun_vol_rate": { - "type": "string" - }, - "arbt_smtn_ntby_qty": { - "type": "string" - }, - "arbt_smtn_ntby_tr_pbmn": { - "type": "string" - }, - "arbt_smtn_seln_tr_pbmn": { - "type": "string" - }, - "arbt_smtn_seln_vol": { - "type": "string" - }, - "arbt_smtn_shnu_tr_pbmn": { - "type": "string" - }, - "arbt_smtn_shnu_vol": { - "type": "string" - }, - "nabt_entm_ntby_qty": { - "type": "string" - }, - "nabt_entm_ntby_qty_rate": { - "type": "string" - }, - "nabt_entm_ntby_tr_pbmn": { - "type": "string" - }, - "nabt_entm_ntby_tr_pbmn_rate": { - "type": "string" - }, - "nabt_entm_seln_tr_pbmn": { - "type": "string" - }, - "nabt_entm_seln_tr_pbmn_rate": { - "type": "string" - }, - "nabt_entm_seln_vol": { - "type": "string" - }, - "nabt_entm_seln_vol_rate": { - "type": "string" - }, - "nabt_entm_shnu_tr_pbmn": { - "type": "string" - }, - "nabt_entm_shnu_tr_pbmn_rate": { - "type": "string" - }, - "nabt_entm_shnu_vol": { - "type": "string" - }, - "nabt_entm_shnu_vol_rate": { - "type": "string" - }, - "nabt_onsl_ntby_qty": { - "type": "string" - }, - "nabt_onsl_ntby_qty_rate": { - "type": "string" - }, - "nabt_onsl_ntby_tr_pbmn": { - "type": "string" - }, - "nabt_onsl_ntby_tr_pbmn_rate": { - "type": "string" - }, - "nabt_onsl_seln_tr_pbmn": { - "type": "string" - }, - "nabt_onsl_seln_tr_pbmn_rate": { - "type": "string" - }, - "nabt_onsl_seln_vol": { - "type": "string" - }, - "nabt_onsl_seln_vol_rate": { - "type": "string" - }, - "nabt_onsl_shnu_tr_pbmn": { - "type": "string" - }, - "nabt_onsl_shnu_tr_pbmn_rate": { - "type": "string" - }, - "nabt_onsl_shnu_vol": { - "type": "string" - }, - "nabt_onsl_shnu_vol_rate": { - "type": "string" - }, - "nabt_smtm_ntby_qty_rate": { - "type": "string" - }, - "nabt_smtm_ntby_tr_pbmn_rate": { - "type": "string" - }, - "nabt_smtm_seln_tr_pbmn_rate": { - "type": "string" - }, - "nabt_smtm_seln_vol_rate": { - "type": "string" - }, - "nabt_smtm_shun_tr_pbmn_rate": { - "type": "string" - }, - "nabt_smtm_shun_vol_rate": { - "type": "string" - }, - "nabt_smtn_ntby_qty": { - "type": "string" - }, - "nabt_smtn_ntby_tr_pbmn": { - "type": "string" - }, - "nabt_smtn_seln_tr_pbmn": { - "type": "string" - }, - "nabt_smtn_seln_vol": { - "type": "string" - }, - "nabt_smtn_shnu_tr_pbmn": { - "type": "string" - }, - "nabt_smtn_shnu_vol": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "whol_entm_ntby_qty": { - "type": "string" - }, - "whol_entm_ntby_qty_rate": { - "type": "string" - }, - "whol_entm_ntby_tr_pbmn": { - "type": "string" - }, - "whol_entm_seln_tr_pbmn": { - "type": "string" - }, - "whol_entm_seln_tr_pbmn_rate": { - "type": "string" - }, - "whol_entm_seln_vol": { - "type": "string" - }, - "whol_entm_seln_vol_rate": { - "type": "string" - }, - "whol_entm_shnu_tr_pbmn": { - "type": "string" - }, - "whol_entm_shnu_tr_pbmn_rate": { - "type": "string" - }, - "whol_entm_shnu_vol": { - "type": "string" - }, - "whol_entm_shnu_vol_rate": { - "type": "string" - }, - "whol_onsl_seln_tr_pbmn": { - "type": "string" - }, - "whol_onsl_seln_tr_pbmn_rate": { - "type": "string" - }, - "whol_onsl_seln_vol": { - "type": "string" - }, - "whol_onsl_seln_vol_rate": { - "type": "string" - }, - "whol_onsl_shnu_tr_pbmn": { - "type": "string" - }, - "whol_onsl_shnu_tr_pbmn_rate": { - "type": "string" - }, - "whol_onsl_shnu_vol": { - "type": "string" - }, - "whol_onsl_shnu_vol_rate": { - "type": "string" - }, - "whol_seln_tr_pbmn_rate": { - "type": "string" - }, - "whol_seln_vol_rate": { - "type": "string" - }, - "whol_shun_tr_pbmn_rate": { - "type": "string" - }, - "whol_shun_vol_rate": { - "type": "string" - }, - "whol_smtn_seln_tr_pbmn": { - "type": "string" - }, - "whol_smtn_seln_vol": { - "type": "string" - }, - "whol_smtn_shnu_tr_pbmn": { - "type": "string" - }, - "whol_smtn_shnu_vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsCompProgramTradeDailyRequest": { - "description": "KISDomesticStockV1QuotationsCompProgramTradeDailyRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_MRKT_CLS_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsCompProgramTradeToday": { - "description": "KISDomesticStockV1QuotationsCompProgramTradeToday schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "arbt_smtm_ntby_tr_pbmn_rate": { - "type": "string" - }, - "arbt_smtm_seln_tr_pbmn_rate": { - "type": "string" - }, - "arbt_smtm_shun_tr_pbmn_rate": { - "type": "string" - }, - "arbt_smtn_ntby_tr_pbmn": { - "type": "string" - }, - "arbt_smtn_seln_tr_pbmn": { - "type": "string" - }, - "arbt_smtn_shnu_tr_pbmn": { - "type": "string" - }, - "bsop_hour": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "nabt_smtm_ntby_tr_pbmn_rate": { - "type": "string" - }, - "nabt_smtm_seln_tr_pbmn_rate": { - "type": "string" - }, - "nabt_smtm_shun_tr_pbmn_rate": { - "type": "string" - }, - "nabt_smtn_ntby_tr_pbmn": { - "type": "string" - }, - "nabt_smtn_seln_tr_pbmn": { - "type": "string" - }, - "nabt_smtn_shnu_tr_pbmn": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "whol_ntby_tr_pbmn_rate": { - "type": "string" - }, - "whol_smtn_ntby_tr_pbmn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsCompProgramTradeTodayRequest": { - "description": "KISDomesticStockV1QuotationsCompProgramTradeTodayRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE1": { - "type": "string" - }, - "FID_INPUT_HOUR_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_MRKT_CLS_CODE": { - "type": "string" - }, - "FID_SCTN_CLS_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsCreditByCompany": { - "description": "KISDomesticStockV1QuotationsCreditByCompany schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "crdt_rate": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsCreditByCompanyRequest": { - "description": "KISDomesticStockV1QuotationsCreditByCompanyRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_rank_sort_cls_code": { - "type": "string" - }, - "fid_slct_yn": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsDailyCreditBalance": { - "description": "KISDomesticStockV1QuotationsDailyCreditBalance schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "deal_date": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_oprc": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stlm_date": { - "type": "string" - }, - "whol_loan_gvrt": { - "type": "string" - }, - "whol_loan_new_amt": { - "type": "string" - }, - "whol_loan_new_stcn": { - "type": "string" - }, - "whol_loan_rdmp_amt": { - "type": "string" - }, - "whol_loan_rdmp_stcn": { - "type": "string" - }, - "whol_loan_rmnd_amt": { - "type": "string" - }, - "whol_loan_rmnd_rate": { - "type": "string" - }, - "whol_loan_rmnd_stcn": { - "type": "string" - }, - "whol_stln_gvrt": { - "type": "string" - }, - "whol_stln_new_amt": { - "type": "string" - }, - "whol_stln_new_stcn": { - "type": "string" - }, - "whol_stln_rdmp_amt": { - "type": "string" - }, - "whol_stln_rdmp_stcn": { - "type": "string" - }, - "whol_stln_rmnd_amt": { - "type": "string" - }, - "whol_stln_rmnd_rate": { - "type": "string" - }, - "whol_stln_rmnd_stcn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsDailyCreditBalanceRequest": { - "description": "KISDomesticStockV1QuotationsDailyCreditBalanceRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_input_date_1": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsDailyLoanTrans": { - "description": "KISDomesticStockV1QuotationsDailyLoanTrans schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "bsop_date": { - "type": "string" - }, - "new_stcn": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_rmnd_vrss": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "rdmp_stcn": { - "type": "string" - }, - "rmnd_amt": { - "type": "string" - }, - "rmnd_stcn": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsDailyLoanTransRequest": { - "description": "KISDomesticStockV1QuotationsDailyLoanTransRequest schema", - "properties": { - "CTS": { - "type": "string" - }, - "END_DATE": { - "type": "string" - }, - "MKSC_SHRN_ISCD": { - "type": "string" - }, - "MRKT_DIV_CLS_CODE": { - "type": "string" - }, - "START_DATE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsDailyShortSale": { - "description": "KISDomesticStockV1QuotationsDailyShortSale schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_ssts_cntg_qty": { - "type": "string" - }, - "acml_ssts_cntg_qty_rlim": { - "type": "string" - }, - "acml_ssts_tr_pbmn": { - "type": "string" - }, - "acml_ssts_tr_pbmn_rlim": { - "type": "string" - }, - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "avrg_prc": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "ssts_cntg_qty": { - "type": "string" - }, - "ssts_tr_pbmn": { - "type": "string" - }, - "ssts_tr_pbmn_rlim": { - "type": "string" - }, - "ssts_vol_rlim": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_clpr": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_oprc": { - "type": "string" - }, - "stnd_tr_pbmn_smtn": { - "type": "string" - }, - "stnd_vol_smtn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsDailyShortSaleRequest": { - "description": "KISDomesticStockV1QuotationsDailyShortSaleRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsEstimatePerform": { - "description": "KISDomesticStockV1QuotationsEstimatePerform schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "capital": { - "type": "string" - }, - "estdate": { - "type": "string" - }, - "forn_item_lmtrt": { - "type": "string" - }, - "item_kor_nm": { - "type": "string" - }, - "name1": { - "type": "string" - }, - "name2": { - "type": "string" - }, - "rcmd_name": { - "type": "string" - }, - "sht_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "data1": { - "type": "string" - }, - "data2": { - "type": "string" - }, - "data3": { - "type": "string" - }, - "data4": { - "type": "string" - }, - "data5": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output3": { - "items": { - "nullable": true, - "properties": { - "data1": { - "type": "string" - }, - "data2": { - "type": "string" - }, - "data3": { - "type": "string" - }, - "data4": { - "type": "string" - }, - "data5": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output4": { - "items": { - "nullable": true, - "properties": { - "dt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsEstimatePerformRequest": { - "description": "KISDomesticStockV1QuotationsEstimatePerformRequest schema", - "properties": { - "SHT_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsExpClosingPrice": { - "description": "KISDomesticStockV1QuotationsExpClosingPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "cntg_vol": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "sdpr_vrss_prpr": { - "type": "string" - }, - "sdpr_vrss_prpr_rate": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsExpClosingPriceRequest": { - "description": "KISDomesticStockV1QuotationsExpClosingPriceRequest schema", - "properties": { - "FID_BLNG_CLS_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsExpIndexTrend": { - "description": "KISDomesticStockV1QuotationsExpIndexTrend schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsExpIndexTrendRequest": { - "description": "KISDomesticStockV1QuotationsExpIndexTrendRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_HOUR_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_MKOP_CLS_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsExpPriceTrend": { - "description": "KISDomesticStockV1QuotationsExpPriceTrend schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "antc_cnpr": { - "type": "string" - }, - "antc_cntg_prdy_ctrt": { - "type": "string" - }, - "antc_cntg_vrss": { - "type": "string" - }, - "antc_cntg_vrss_sign": { - "type": "string" - }, - "antc_tr_pbmn": { - "type": "string" - }, - "antc_vol": { - "type": "string" - }, - "rprs_mrkt_kor_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsExpPriceTrendRequest": { - "description": "KISDomesticStockV1QuotationsExpPriceTrendRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_mkop_cls_code": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsExpTotalIndex": { - "description": "KISDomesticStockV1QuotationsExpTotalIndex schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "ascn_issu_cnt": { - "type": "string" - }, - "bstp_cls_code": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "down_issu_cnt": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stnr_issu_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "ascn_issu_cnt": { - "type": "string" - }, - "bstp_nmix_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "down_issu_cnt": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "nmix_sdpr": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stnr_issu_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsExpTotalIndexRequest": { - "description": "KISDomesticStockV1QuotationsExpTotalIndexRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_mkop_cls_code": { - "type": "string" - }, - "fid_mrkt_cls_code": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsForeignInstitutionTotal": { - "description": "KISDomesticStockV1QuotationsForeignInstitutionTotal schema", - "properties": { - "Output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "bank_ntby_qty": { - "type": "string" - }, - "bank_ntby_tr_pbmn": { - "type": "string" - }, - "etc_corp_ntby_tr_pbmn": { - "type": "string" - }, - "etc_corp_ntby_vol": { - "type": "string" - }, - "etc_orgt_ntby_tr_pbmn": { - "type": "string" - }, - "etc_orgt_ntby_vol": { - "type": "string" - }, - "frgn_ntby_qty": { - "type": "string" - }, - "frgn_ntby_tr_pbmn": { - "type": "string" - }, - "fund_ntby_qty": { - "type": "string" - }, - "fund_ntby_tr_pbmn": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "insu_ntby_qty": { - "type": "string" - }, - "insu_ntby_tr_pbmn": { - "type": "string" - }, - "ivtr_ntby_qty": { - "type": "string" - }, - "ivtr_ntby_tr_pbmn": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "mrbn_ntby_qty": { - "type": "string" - }, - "mrbn_ntby_tr_pbmn": { - "type": "string" - }, - "ntby_qty": { - "type": "string" - }, - "orgn_ntby_qty": { - "type": "string" - }, - "orgn_ntby_tr_pbmn": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsForeignInstitutionTotalRequest": { - "description": "KISDomesticStockV1QuotationsForeignInstitutionTotalRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_ETC_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsFrgnmemPchsTrend": { - "description": "KISDomesticStockV1QuotationsFrgnmemPchsTrend schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "bsop_hour": { - "type": "string" - }, - "frgn_ntby_qty_icdc": { - "type": "string" - }, - "frgn_seln_vol": { - "type": "string" - }, - "frgn_shnu_vol": { - "type": "string" - }, - "glob_ntby_qty": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsFrgnmemPchsTrendRequest": { - "description": "KISDomesticStockV1QuotationsFrgnmemPchsTrendRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_ISCD_2": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsFrgnmemTradeEstimate": { - "description": "KISDomesticStockV1QuotationsFrgnmemTradeEstimate schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "glob_ntsl_qty": { - "type": "string" - }, - "glob_total_seln_qty": { - "type": "string" - }, - "glob_total_shnu_qty": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsFrgnmemTradeEstimateRequest": { - "description": "KISDomesticStockV1QuotationsFrgnmemTradeEstimateRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE_2": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsFrgnmemTradeTrend": { - "description": "KISDomesticStockV1QuotationsFrgnmemTradeTrend schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "total_seln_qty": { - "type": "string" - }, - "total_shnu_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_ntby_qty": { - "type": "string" - }, - "bsop_hour": { - "type": "string" - }, - "cntg_vol": { - "type": "string" - }, - "frgn_ntby_qty_icdc": { - "type": "string" - }, - "glob_ntby_qty": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "mbcr_name": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsFrgnmemTradeTrendRequest": { - "description": "KISDomesticStockV1QuotationsFrgnmemTradeTrendRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_ISCD_2": { - "type": "string" - }, - "FID_MRKT_CLS_CODE": { - "type": "string" - }, - "FID_VOL_CNT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireAskingPriceExpCcn": { - "description": "KISDomesticStockV1QuotationsInquireAskingPriceExpCcn schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "askp1": { - "type": "string" - }, - "askp10": { - "type": "string" - }, - "askp2": { - "type": "string" - }, - "askp3": { - "type": "string" - }, - "askp4": { - "type": "string" - }, - "askp5": { - "type": "string" - }, - "askp6": { - "type": "string" - }, - "askp7": { - "type": "string" - }, - "askp8": { - "type": "string" - }, - "askp9": { - "type": "string" - }, - "askp_rsqn1": { - "type": "string" - }, - "askp_rsqn10": { - "type": "string" - }, - "askp_rsqn2": { - "type": "string" - }, - "askp_rsqn3": { - "type": "string" - }, - "askp_rsqn4": { - "type": "string" - }, - "askp_rsqn5": { - "type": "string" - }, - "askp_rsqn6": { - "type": "string" - }, - "askp_rsqn7": { - "type": "string" - }, - "askp_rsqn8": { - "type": "string" - }, - "askp_rsqn9": { - "type": "string" - }, - "askp_rsqn_icdc1": { - "type": "string" - }, - "askp_rsqn_icdc10": { - "type": "string" - }, - "askp_rsqn_icdc2": { - "type": "string" - }, - "askp_rsqn_icdc3": { - "type": "string" - }, - "askp_rsqn_icdc4": { - "type": "string" - }, - "askp_rsqn_icdc5": { - "type": "string" - }, - "askp_rsqn_icdc6": { - "type": "string" - }, - "askp_rsqn_icdc7": { - "type": "string" - }, - "askp_rsqn_icdc8": { - "type": "string" - }, - "askp_rsqn_icdc9": { - "type": "string" - }, - "aspr_acpt_hour": { - "type": "string" - }, - "bidp1": { - "type": "string" - }, - "bidp10": { - "type": "string" - }, - "bidp2": { - "type": "string" - }, - "bidp3": { - "type": "string" - }, - "bidp4": { - "type": "string" - }, - "bidp5": { - "type": "string" - }, - "bidp6": { - "type": "string" - }, - "bidp7": { - "type": "string" - }, - "bidp8": { - "type": "string" - }, - "bidp9": { - "type": "string" - }, - "bidp_rsqn1": { - "type": "string" - }, - "bidp_rsqn10": { - "type": "string" - }, - "bidp_rsqn2": { - "type": "string" - }, - "bidp_rsqn3": { - "type": "string" - }, - "bidp_rsqn4": { - "type": "string" - }, - "bidp_rsqn5": { - "type": "string" - }, - "bidp_rsqn6": { - "type": "string" - }, - "bidp_rsqn7": { - "type": "string" - }, - "bidp_rsqn8": { - "type": "string" - }, - "bidp_rsqn9": { - "type": "string" - }, - "bidp_rsqn_icdc1": { - "type": "string" - }, - "bidp_rsqn_icdc10": { - "type": "string" - }, - "bidp_rsqn_icdc2": { - "type": "string" - }, - "bidp_rsqn_icdc3": { - "type": "string" - }, - "bidp_rsqn_icdc4": { - "type": "string" - }, - "bidp_rsqn_icdc5": { - "type": "string" - }, - "bidp_rsqn_icdc6": { - "type": "string" - }, - "bidp_rsqn_icdc7": { - "type": "string" - }, - "bidp_rsqn_icdc8": { - "type": "string" - }, - "bidp_rsqn_icdc9": { - "type": "string" - }, - "new_mkop_cls_code": { - "type": "string" - }, - "ntby_aspr_rsqn": { - "type": "string" - }, - "ovtm_total_askp_icdc": { - "type": "string" - }, - "ovtm_total_askp_rsqn": { - "type": "string" - }, - "ovtm_total_bidp_icdc": { - "type": "string" - }, - "ovtm_total_bidp_rsqn": { - "type": "string" - }, - "total_askp_rsqn": { - "type": "string" - }, - "total_askp_rsqn_icdc": { - "type": "string" - }, - "total_bidp_rsqn": { - "type": "string" - }, - "total_bidp_rsqn_icdc": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "antc_cnpr": { - "type": "string" - }, - "antc_cntg_prdy_ctrt": { - "type": "string" - }, - "antc_cntg_vrss": { - "type": "string" - }, - "antc_cntg_vrss_sign": { - "type": "string" - }, - "antc_mkop_cls_code": { - "type": "string" - }, - "antc_vol": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_oprc": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_sdpr": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - }, - "vi_cls_code": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireAskingPriceExpCcnRequest": { - "description": "KISDomesticStockV1QuotationsInquireAskingPriceExpCcnRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireCcnl": { - "description": "KISDomesticStockV1QuotationsInquireCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "cntg_vol": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "tday_rltv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireCcnlRequest": { - "description": "KISDomesticStockV1QuotationsInquireCcnlRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireDailyIndexchartprice": { - "description": "KISDomesticStockV1QuotationsInquireDailyIndexchartprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "bstp_cls_code": { - "type": "string" - }, - "bstp_nmix_hgpr": { - "type": "string" - }, - "bstp_nmix_lwpr": { - "type": "string" - }, - "bstp_nmix_oprc": { - "type": "string" - }, - "bstp_nmix_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "futs_prdy_hgpr": { - "type": "string" - }, - "futs_prdy_lwpr": { - "type": "string" - }, - "futs_prdy_oprc": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_nmix": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "bstp_nmix_hgpr": { - "type": "string" - }, - "bstp_nmix_lwpr": { - "type": "string" - }, - "bstp_nmix_oprc": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "mod_yn": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireDailyIndexchartpriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireDailyIndexchartpriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_PERIOD_DIV_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireDailyItemchartprice": { - "description": "KISDomesticStockV1QuotationsInquireDailyItemchartprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "askp": { - "type": "string" - }, - "bidp": { - "type": "string" - }, - "cpfn": { - "type": "string" - }, - "eps": { - "type": "string" - }, - "hts_avls": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "itewhol_loan_rmnd_ratem": { - "type": "string" - }, - "lstn_stcn": { - "type": "string" - }, - "pbr": { - "type": "string" - }, - "per": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prdy_vrss_vol": { - "type": "string" - }, - "stck_fcam": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_llam": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_mxpr": { - "type": "string" - }, - "stck_oprc": { - "type": "string" - }, - "stck_prdy_clpr": { - "type": "string" - }, - "stck_prdy_hgpr": { - "type": "string" - }, - "stck_prdy_lwpr": { - "type": "string" - }, - "stck_prdy_oprc": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - }, - "vol_tnrt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "flng_cls_code": { - "type": "string" - }, - "mod_yn": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prtt_rate": { - "type": "string" - }, - "revl_issu_reas": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_clpr": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_oprc": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireDailyItemchartpriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireDailyItemchartpriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_ORG_ADJ_PRC": { - "type": "string" - }, - "FID_PERIOD_DIV_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireDailyOvertimeprice": { - "description": "KISDomesticStockV1QuotationsInquireDailyOvertimeprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "ovtm_untp_antc_cnpr": { - "type": "string" - }, - "ovtm_untp_antc_cntg_ctrt": { - "type": "string" - }, - "ovtm_untp_antc_cntg_vrss": { - "type": "string" - }, - "ovtm_untp_antc_cntg_vrss_sign": { - "type": "string" - }, - "ovtm_untp_antc_vol": { - "type": "string" - }, - "ovtm_untp_hgpr": { - "type": "string" - }, - "ovtm_untp_llam": { - "type": "string" - }, - "ovtm_untp_lwpr": { - "type": "string" - }, - "ovtm_untp_mxpr": { - "type": "string" - }, - "ovtm_untp_oprc": { - "type": "string" - }, - "ovtm_untp_prdy_ctrt": { - "type": "string" - }, - "ovtm_untp_prdy_vrss": { - "type": "string" - }, - "ovtm_untp_prdy_vrss_sign": { - "type": "string" - }, - "ovtm_untp_prpr": { - "type": "string" - }, - "ovtm_untp_tr_pbmn": { - "type": "string" - }, - "ovtm_untp_vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "ovtm_untp_prdy_ctrt": { - "type": "string" - }, - "ovtm_untp_prdy_vrss": { - "type": "string" - }, - "ovtm_untp_prdy_vrss_sign": { - "type": "string" - }, - "ovtm_untp_prpr": { - "type": "string" - }, - "ovtm_untp_tr_pbmn": { - "type": "string" - }, - "ovtm_untp_vol": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_clpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireDailyOvertimepriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireDailyOvertimepriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireDailyPrice": { - "description": "KISDomesticStockV1QuotationsInquireDailyPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_prtt_rate": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "flng_cls_code": { - "type": "string" - }, - "frgn_ntby_qty": { - "type": "string" - }, - "hts_frgn_ehrt": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prdy_vrss_vol_rate": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_clpr": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_oprc": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireDailyPriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireDailyPriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_ORG_ADJ_PRC": { - "type": "string" - }, - "FID_PERIOD_DIV_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireDailyTradeVolume": { - "description": "KISDomesticStockV1QuotationsInquireDailyTradeVolume schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "seln_cnqn_smtn": { - "type": "string" - }, - "shnu_cnqn_smtn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "stck_bsop_date": { - "type": "string" - }, - "total_seln_qty": { - "type": "string" - }, - "total_shnu_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireDailyTradeVolumeRequest": { - "description": "KISDomesticStockV1QuotationsInquireDailyTradeVolumeRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_PERIOD_DIV_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireElwPrice": { - "description": "KISDomesticStockV1QuotationsInquireElwPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "acpr": { - "type": "string" - }, - "apprch_rate": { - "type": "string" - }, - "askp": { - "type": "string" - }, - "atm_cls_name": { - "type": "string" - }, - "bidp": { - "type": "string" - }, - "dmrs_val": { - "type": "string" - }, - "dmsp_val": { - "type": "string" - }, - "dprt": { - "type": "string" - }, - "elw_hgpr": { - "type": "string" - }, - "elw_lwpr": { - "type": "string" - }, - "elw_oprc": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "elw_sdpr": { - "type": "string" - }, - "elw_shrn_iscd": { - "type": "string" - }, - "hts_ints_vltl": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "hts_thpr": { - "type": "string" - }, - "invt_epmd_cntt": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prdy_vrss_vol_rate": { - "type": "string" - }, - "pvt_frst_dmrs_prc": { - "type": "string" - }, - "pvt_frst_dmsp_prc": { - "type": "string" - }, - "pvt_pont_val": { - "type": "string" - }, - "pvt_scnd_dmrs_prc": { - "type": "string" - }, - "pvt_scnd_dmsp_prc": { - "type": "string" - }, - "stck_prdy_clpr": { - "type": "string" - }, - "tick_conv_prc": { - "type": "string" - }, - "unas_isnm": { - "type": "string" - }, - "unas_prdy_ctrt": { - "type": "string" - }, - "unas_prdy_vrss": { - "type": "string" - }, - "unas_prdy_vrss_sign": { - "type": "string" - }, - "unas_prpr": { - "type": "string" - }, - "unas_shrn_iscd": { - "type": "string" - }, - "vol_tnrt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireElwPriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireElwPriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireIndexCategoryPrice": { - "description": "KISDomesticStockV1QuotationsInquireIndexCategoryPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "ascn_issu_cnt": { - "type": "string" - }, - "bstp_nmix_hgpr": { - "type": "string" - }, - "bstp_nmix_lwpr": { - "type": "string" - }, - "bstp_nmix_oprc": { - "type": "string" - }, - "bstp_nmix_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "down_issu_cnt": { - "type": "string" - }, - "dryy_bstp_nmix_hgpr": { - "type": "string" - }, - "dryy_bstp_nmix_hgpr_date": { - "type": "string" - }, - "dryy_bstp_nmix_lwpr": { - "type": "string" - }, - "dryy_bstp_nmix_lwpr_date": { - "type": "string" - }, - "lslm_issu_cnt": { - "type": "string" - }, - "prdy_tr_pbmn": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stnr_issu_cnt": { - "type": "string" - }, - "uplm_issu_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_tr_pbmn_rlim": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "acml_vol_rlim": { - "type": "string" - }, - "bstp_cls_code": { - "type": "string" - }, - "bstp_nmix_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireIndexCategoryPriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireIndexCategoryPriceRequest schema", - "properties": { - "FID_BLNG_CLS_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_MRKT_CLS_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireIndexDailyPrice": { - "description": "KISDomesticStockV1QuotationsInquireIndexDailyPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "ascn_issu_cnt": { - "type": "string" - }, - "bstp_nmix_hgpr": { - "type": "string" - }, - "bstp_nmix_lwpr": { - "type": "string" - }, - "bstp_nmix_oprc": { - "type": "string" - }, - "bstp_nmix_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "down_issu_cnt": { - "type": "string" - }, - "dryy_bstp_nmix_hgpr": { - "type": "string" - }, - "dryy_bstp_nmix_hgpr_date": { - "type": "string" - }, - "dryy_bstp_nmix_lwpr": { - "type": "string" - }, - "dryy_bstp_nmix_lwpr_date": { - "type": "string" - }, - "lslm_issu_cnt": { - "type": "string" - }, - "prdy_tr_pbmn": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stnr_issu_cnt": { - "type": "string" - }, - "uplm_issu_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "acml_vol_rlim": { - "type": "string" - }, - "bstp_nmix_hgpr": { - "type": "string" - }, - "bstp_nmix_lwpr": { - "type": "string" - }, - "bstp_nmix_oprc": { - "type": "string" - }, - "bstp_nmix_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "d20_dsrt": { - "type": "string" - }, - "invt_new_psdg": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireIndexDailyPriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireIndexDailyPriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_PERIOD_DIV_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireIndexPrice": { - "description": "KISDomesticStockV1QuotationsInquireIndexPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "ascn_issu_cnt": { - "type": "string" - }, - "bstp_nmix_hgpr": { - "type": "string" - }, - "bstp_nmix_hgpr_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_lwpr": { - "type": "string" - }, - "bstp_nmix_oprc": { - "type": "string" - }, - "bstp_nmix_oprc_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "down_issu_cnt": { - "type": "string" - }, - "dryy_bstp_nmix_hgpr": { - "type": "string" - }, - "dryy_bstp_nmix_hgpr_date": { - "type": "string" - }, - "dryy_bstp_nmix_lwpr": { - "type": "string" - }, - "dryy_bstp_nmix_lwpr_date": { - "type": "string" - }, - "dryy_hgpr_vrss_prpr_rate": { - "type": "string" - }, - "dryy_lwpr_vrss_prpr_rate": { - "type": "string" - }, - "hgpr_vrss_prpr_sign": { - "type": "string" - }, - "lslm_issu_cnt": { - "type": "string" - }, - "lwpr_vrss_prpr_sign": { - "type": "string" - }, - "ntby_rsqn": { - "type": "string" - }, - "oprc_vrss_prpr_sign": { - "type": "string" - }, - "prdy_clpr_vrss_lwpr": { - "type": "string" - }, - "prdy_clpr_vrss_lwpr_rate": { - "type": "string" - }, - "prdy_nmix_vrss_nmix_hgpr": { - "type": "string" - }, - "prdy_nmix_vrss_nmix_oprc": { - "type": "string" - }, - "prdy_tr_pbmn": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "seln_rsqn_rate": { - "type": "string" - }, - "shnu_rsqn_rate": { - "type": "string" - }, - "stnr_issu_cnt": { - "type": "string" - }, - "total_askp_rsqn": { - "type": "string" - }, - "total_bidp_rsqn": { - "type": "string" - }, - "uplm_issu_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireIndexPriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireIndexPriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireIndexTickprice": { - "description": "KISDomesticStockV1QuotationsInquireIndexTickprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "bstp_nmix_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "cntg_vol": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireIndexTickpriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireIndexTickpriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireIndexTimeprice": { - "description": "KISDomesticStockV1QuotationsInquireIndexTimeprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "bsop_hour": { - "type": "string" - }, - "bstp_nmix_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "cntg_vol": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireIndexTimepriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireIndexTimepriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_HOUR_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireInvestor": { - "description": "KISDomesticStockV1QuotationsInquireInvestor schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "frgn_ntby_qty": { - "type": "string" - }, - "frgn_ntby_tr_pbmn": { - "type": "string" - }, - "frgn_seln_tr_pbmn": { - "type": "string" - }, - "frgn_seln_vol": { - "type": "string" - }, - "frgn_shnu_tr_pbmn": { - "type": "string" - }, - "frgn_shnu_vol": { - "type": "string" - }, - "orgn_ntby_qty": { - "type": "string" - }, - "orgn_ntby_tr_pbmn": { - "type": "string" - }, - "orgn_seln_tr_pbmn": { - "type": "string" - }, - "orgn_seln_vol": { - "type": "string" - }, - "orgn_shnu_tr_pbmn": { - "type": "string" - }, - "orgn_shnu_vol": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prsn_ntby_qty": { - "type": "string" - }, - "prsn_ntby_tr_pbmn": { - "type": "string" - }, - "prsn_seln_tr_pbmn": { - "type": "string" - }, - "prsn_seln_vol": { - "type": "string" - }, - "prsn_shnu_tr_pbmn": { - "type": "string" - }, - "prsn_shnu_vol": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_clpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireInvestorDailyByMarket": { - "description": "KISDomesticStockV1QuotationsInquireInvestorDailyByMarket schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "bank_ntby_qty": { - "type": "string" - }, - "bank_ntby_tr_pbmn": { - "type": "string" - }, - "bstp_nmix_hgpr": { - "type": "string" - }, - "bstp_nmix_lwpr": { - "type": "string" - }, - "bstp_nmix_oprc": { - "type": "string" - }, - "bstp_nmix_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "etc_corp_ntby_tr_pbmn": { - "type": "string" - }, - "etc_corp_ntby_vol": { - "type": "string" - }, - "etc_ntby_qty": { - "type": "string" - }, - "etc_ntby_tr_pbmn": { - "type": "string" - }, - "etc_orgt_ntby_tr_pbmn": { - "type": "string" - }, - "etc_orgt_ntby_vol": { - "type": "string" - }, - "frgn_nreg_ntby_pbmn": { - "type": "string" - }, - "frgn_nreg_ntby_qty": { - "type": "string" - }, - "frgn_ntby_qty": { - "type": "string" - }, - "frgn_ntby_tr_pbmn": { - "type": "string" - }, - "frgn_reg_ntby_pbmn": { - "type": "string" - }, - "frgn_reg_ntby_qty": { - "type": "string" - }, - "fund_ntby_qty": { - "type": "string" - }, - "fund_ntby_tr_pbmn": { - "type": "string" - }, - "insu_ntby_qty": { - "type": "string" - }, - "insu_ntby_tr_pbmn": { - "type": "string" - }, - "ivtr_ntby_qty": { - "type": "string" - }, - "ivtr_ntby_tr_pbmn": { - "type": "string" - }, - "mrbn_ntby_qty": { - "type": "string" - }, - "mrbn_ntby_tr_pbmn": { - "type": "string" - }, - "orgn_ntby_qty": { - "type": "string" - }, - "orgn_ntby_tr_pbmn": { - "type": "string" - }, - "pe_fund_ntby_tr_pbmn": { - "type": "string" - }, - "pe_fund_ntby_vol": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prsn_ntby_qty": { - "type": "string" - }, - "prsn_ntby_tr_pbmn": { - "type": "string" - }, - "scrt_ntby_qty": { - "type": "string" - }, - "scrt_ntby_tr_pbmn": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_prdy_clpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireInvestorDailyByMarketRequest": { - "description": "KISDomesticStockV1QuotationsInquireInvestorDailyByMarketRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_ISCD_1": { - "type": "string" - }, - "FID_INPUT_ISCD_2": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireInvestorRequest": { - "description": "KISDomesticStockV1QuotationsInquireInvestorRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireInvestorTimeByMarket": { - "description": "KISDomesticStockV1QuotationsInquireInvestorTimeByMarket schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "bank_ntby_qty": { - "type": "string" - }, - "bank_ntby_tr_pbmn": { - "type": "string" - }, - "bank_seln_tr_pbmn": { - "type": "string" - }, - "bank_seln_vol": { - "type": "string" - }, - "bank_shnu_tr_pbmn": { - "type": "string" - }, - "bank_shnu_vol": { - "type": "string" - }, - "etc_corp_ntby_tr_pbmn": { - "type": "string" - }, - "etc_corp_ntby_vol": { - "type": "string" - }, - "etc_corp_seln_tr_pbmn": { - "type": "string" - }, - "etc_corp_seln_vol": { - "type": "string" - }, - "etc_corp_shnu_tr_pbmn": { - "type": "string" - }, - "etc_corp_shnu_vol": { - "type": "string" - }, - "etc_orgt_ntby_tr_pbmn": { - "type": "string" - }, - "etc_orgt_ntby_vol": { - "type": "string" - }, - "etc_orgt_seln_tr_pbmn": { - "type": "string" - }, - "etc_orgt_seln_vol": { - "type": "string" - }, - "etc_orgt_shnu_tr_pbmn": { - "type": "string" - }, - "etc_orgt_shnu_vol": { - "type": "string" - }, - "frgn_ntby_qty": { - "type": "string" - }, - "frgn_ntby_tr_pbmn": { - "type": "string" - }, - "frgn_seln_tr_pbmn": { - "type": "string" - }, - "frgn_seln_vol": { - "type": "string" - }, - "frgn_shnu_tr_pbmn": { - "type": "string" - }, - "frgn_shnu_vol": { - "type": "string" - }, - "fund_ntby_qty": { - "type": "string" - }, - "fund_ntby_tr_pbmn": { - "type": "string" - }, - "fund_seln_tr_pbmn": { - "type": "string" - }, - "fund_seln_vol": { - "type": "string" - }, - "fund_shnu_tr_pbmn": { - "type": "string" - }, - "fund_shnu_vol": { - "type": "string" - }, - "insu_ntby_qty": { - "type": "string" - }, - "insu_ntby_tr_pbmn": { - "type": "string" - }, - "insu_seln_tr_pbmn": { - "type": "string" - }, - "insu_seln_vol": { - "type": "string" - }, - "insu_shnu_tr_pbmn": { - "type": "string" - }, - "insu_shnu_vol": { - "type": "string" - }, - "ivtr_ntby_qty": { - "type": "string" - }, - "ivtr_ntby_tr_pbmn": { - "type": "string" - }, - "ivtr_seln_tr_pbmn": { - "type": "string" - }, - "ivtr_seln_vol": { - "type": "string" - }, - "ivtr_shnu_tr_pbmn": { - "type": "string" - }, - "ivtr_shnu_vol": { - "type": "string" - }, - "mrbn_ntby_qty": { - "type": "string" - }, - "mrbn_ntby_tr_pbmn": { - "type": "string" - }, - "mrbn_seln_tr_pbmn": { - "type": "string" - }, - "mrbn_seln_vol": { - "type": "string" - }, - "mrbn_shnu_tr_pbmn": { - "type": "string" - }, - "mrbn_shnu_vol": { - "type": "string" - }, - "orgn_ntby_qty": { - "type": "string" - }, - "orgn_ntby_tr_pbmn": { - "type": "string" - }, - "orgn_seln_tr_pbmn": { - "type": "string" - }, - "orgn_seln_vol": { - "type": "string" - }, - "orgn_shnu_tr_pbmn": { - "type": "string" - }, - "orgn_shnu_vol": { - "type": "string" - }, - "pe_fund_ntby_tr_pbmn": { - "type": "string" - }, - "pe_fund_ntby_vol": { - "type": "string" - }, - "pe_fund_seln_tr_pbmn": { - "type": "string" - }, - "pe_fund_seln_vol": { - "type": "string" - }, - "pe_fund_shnu_tr_pbmn": { - "type": "string" - }, - "pe_fund_shnu_vol": { - "type": "string" - }, - "prsn_ntby_qty": { - "type": "string" - }, - "prsn_ntby_tr_pbmn": { - "type": "string" - }, - "prsn_seln_tr_pbmn": { - "type": "string" - }, - "prsn_seln_vol": { - "type": "string" - }, - "prsn_shnu_tr_pbmn": { - "type": "string" - }, - "prsn_shnu_vol": { - "type": "string" - }, - "scrt_ntby_qty": { - "type": "string" - }, - "scrt_ntby_tr_pbmn": { - "type": "string" - }, - "scrt_seln_tr_pbmn": { - "type": "string" - }, - "scrt_seln_vol": { - "type": "string" - }, - "scrt_shnu_tr_pbmn": { - "type": "string" - }, - "scrt_shnu_vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireInvestorTimeByMarketRequest": { - "description": "KISDomesticStockV1QuotationsInquireInvestorTimeByMarketRequest schema", - "properties": { - "fid_input_iscd": { - "type": "string" - }, - "fid_input_iscd_2": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireMember": { - "description": "KISDomesticStockV1QuotationsInquireMember schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "glob_ntby_qty": { - "type": "string" - }, - "glob_seln_rlim": { - "type": "string" - }, - "glob_shnu_rlim": { - "type": "string" - }, - "glob_total_seln_qty": { - "type": "string" - }, - "glob_total_seln_qty_icdc": { - "type": "string" - }, - "glob_total_shnu_qty": { - "type": "string" - }, - "glob_total_shnu_qty_icdc": { - "type": "string" - }, - "seln_mbcr_glob_yn_1": { - "type": "string" - }, - "seln_mbcr_glob_yn_2": { - "type": "string" - }, - "seln_mbcr_glob_yn_3": { - "type": "string" - }, - "seln_mbcr_glob_yn_4": { - "type": "string" - }, - "seln_mbcr_glob_yn_5": { - "type": "string" - }, - "seln_mbcr_name1": { - "type": "string" - }, - "seln_mbcr_name2": { - "type": "string" - }, - "seln_mbcr_name3": { - "type": "string" - }, - "seln_mbcr_name4": { - "type": "string" - }, - "seln_mbcr_name5": { - "type": "string" - }, - "seln_mbcr_no1": { - "type": "string" - }, - "seln_mbcr_no2": { - "type": "string" - }, - "seln_mbcr_no3": { - "type": "string" - }, - "seln_mbcr_no4": { - "type": "string" - }, - "seln_mbcr_no5": { - "type": "string" - }, - "seln_mbcr_rlim1": { - "type": "string" - }, - "seln_mbcr_rlim2": { - "type": "string" - }, - "seln_mbcr_rlim3": { - "type": "string" - }, - "seln_mbcr_rlim4": { - "type": "string" - }, - "seln_mbcr_rlim5": { - "type": "string" - }, - "seln_qty_icdc1": { - "type": "string" - }, - "seln_qty_icdc2": { - "type": "string" - }, - "seln_qty_icdc3": { - "type": "string" - }, - "seln_qty_icdc4": { - "type": "string" - }, - "seln_qty_icdc5": { - "type": "string" - }, - "shnu_mbcr_glob_yn_1": { - "type": "string" - }, - "shnu_mbcr_glob_yn_2": { - "type": "string" - }, - "shnu_mbcr_glob_yn_3": { - "type": "string" - }, - "shnu_mbcr_glob_yn_4": { - "type": "string" - }, - "shnu_mbcr_glob_yn_5": { - "type": "string" - }, - "shnu_mbcr_name1": { - "type": "string" - }, - "shnu_mbcr_name2": { - "type": "string" - }, - "shnu_mbcr_name3": { - "type": "string" - }, - "shnu_mbcr_name4": { - "type": "string" - }, - "shnu_mbcr_name5": { - "type": "string" - }, - "shnu_mbcr_no1": { - "type": "string" - }, - "shnu_mbcr_no2": { - "type": "string" - }, - "shnu_mbcr_no3": { - "type": "string" - }, - "shnu_mbcr_no4": { - "type": "string" - }, - "shnu_mbcr_no5": { - "type": "string" - }, - "shnu_mbcr_rlim1": { - "type": "string" - }, - "shnu_mbcr_rlim2": { - "type": "string" - }, - "shnu_mbcr_rlim3": { - "type": "string" - }, - "shnu_mbcr_rlim4": { - "type": "string" - }, - "shnu_mbcr_rlim5": { - "type": "string" - }, - "shnu_qty_icdc1": { - "type": "string" - }, - "shnu_qty_icdc2": { - "type": "string" - }, - "shnu_qty_icdc3": { - "type": "string" - }, - "shnu_qty_icdc4": { - "type": "string" - }, - "shnu_qty_icdc5": { - "type": "string" - }, - "total_seln_qty1": { - "type": "string" - }, - "total_seln_qty2": { - "type": "string" - }, - "total_seln_qty3": { - "type": "string" - }, - "total_seln_qty4": { - "type": "string" - }, - "total_seln_qty5": { - "type": "string" - }, - "total_shnu_qty1": { - "type": "string" - }, - "total_shnu_qty2": { - "type": "string" - }, - "total_shnu_qty3": { - "type": "string" - }, - "total_shnu_qty4": { - "type": "string" - }, - "total_shnu_qty5": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireMemberDaily": { - "description": "KISDomesticStockV1QuotationsInquireMemberDaily schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "ntby_qty": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "total_seln_qty": { - "type": "string" - }, - "total_shnu_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireMemberDailyRequest": { - "description": "KISDomesticStockV1QuotationsInquireMemberDailyRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_ISCD_2": { - "type": "string" - }, - "FID_SCTN_CLS_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireMemberRequest": { - "description": "KISDomesticStockV1QuotationsInquireMemberRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireOvertimeAskingPrice": { - "description": "KISDomesticStockV1QuotationsInquireOvertimeAskingPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "ovtm_total_askp_icdc": { - "type": "string" - }, - "ovtm_total_askp_rsqn": { - "type": "string" - }, - "ovtm_total_bidp_icdc": { - "type": "string" - }, - "ovtm_total_bidp_rsqn": { - "type": "string" - }, - "ovtm_untp_askp1": { - "type": "string" - }, - "ovtm_untp_askp10": { - "type": "string" - }, - "ovtm_untp_askp2": { - "type": "string" - }, - "ovtm_untp_askp3": { - "type": "string" - }, - "ovtm_untp_askp4": { - "type": "string" - }, - "ovtm_untp_askp5": { - "type": "string" - }, - "ovtm_untp_askp6": { - "type": "string" - }, - "ovtm_untp_askp7": { - "type": "string" - }, - "ovtm_untp_askp8": { - "type": "string" - }, - "ovtm_untp_askp9": { - "type": "string" - }, - "ovtm_untp_askp_icdc1": { - "type": "string" - }, - "ovtm_untp_askp_icdc10": { - "type": "string" - }, - "ovtm_untp_askp_icdc2": { - "type": "string" - }, - "ovtm_untp_askp_icdc3": { - "type": "string" - }, - "ovtm_untp_askp_icdc4": { - "type": "string" - }, - "ovtm_untp_askp_icdc5": { - "type": "string" - }, - "ovtm_untp_askp_icdc6": { - "type": "string" - }, - "ovtm_untp_askp_icdc7": { - "type": "string" - }, - "ovtm_untp_askp_icdc8": { - "type": "string" - }, - "ovtm_untp_askp_icdc9": { - "type": "string" - }, - "ovtm_untp_askp_rsqn1": { - "type": "string" - }, - "ovtm_untp_askp_rsqn10": { - "type": "string" - }, - "ovtm_untp_askp_rsqn2": { - "type": "string" - }, - "ovtm_untp_askp_rsqn3": { - "type": "string" - }, - "ovtm_untp_askp_rsqn4": { - "type": "string" - }, - "ovtm_untp_askp_rsqn5": { - "type": "string" - }, - "ovtm_untp_askp_rsqn6": { - "type": "string" - }, - "ovtm_untp_askp_rsqn7": { - "type": "string" - }, - "ovtm_untp_askp_rsqn8": { - "type": "string" - }, - "ovtm_untp_askp_rsqn9": { - "type": "string" - }, - "ovtm_untp_bidp1": { - "type": "string" - }, - "ovtm_untp_bidp10": { - "type": "string" - }, - "ovtm_untp_bidp2": { - "type": "string" - }, - "ovtm_untp_bidp3": { - "type": "string" - }, - "ovtm_untp_bidp4": { - "type": "string" - }, - "ovtm_untp_bidp5": { - "type": "string" - }, - "ovtm_untp_bidp6": { - "type": "string" - }, - "ovtm_untp_bidp7": { - "type": "string" - }, - "ovtm_untp_bidp8": { - "type": "string" - }, - "ovtm_untp_bidp9": { - "type": "string" - }, - "ovtm_untp_bidp_icdc1": { - "type": "string" - }, - "ovtm_untp_bidp_icdc10": { - "type": "string" - }, - "ovtm_untp_bidp_icdc2": { - "type": "string" - }, - "ovtm_untp_bidp_icdc3": { - "type": "string" - }, - "ovtm_untp_bidp_icdc4": { - "type": "string" - }, - "ovtm_untp_bidp_icdc5": { - "type": "string" - }, - "ovtm_untp_bidp_icdc6": { - "type": "string" - }, - "ovtm_untp_bidp_icdc7": { - "type": "string" - }, - "ovtm_untp_bidp_icdc8": { - "type": "string" - }, - "ovtm_untp_bidp_icdc9": { - "type": "string" - }, - "ovtm_untp_bidp_rsqn1": { - "type": "string" - }, - "ovtm_untp_bidp_rsqn10": { - "type": "string" - }, - "ovtm_untp_bidp_rsqn2": { - "type": "string" - }, - "ovtm_untp_bidp_rsqn3": { - "type": "string" - }, - "ovtm_untp_bidp_rsqn4": { - "type": "string" - }, - "ovtm_untp_bidp_rsqn5": { - "type": "string" - }, - "ovtm_untp_bidp_rsqn6": { - "type": "string" - }, - "ovtm_untp_bidp_rsqn7": { - "type": "string" - }, - "ovtm_untp_bidp_rsqn8": { - "type": "string" - }, - "ovtm_untp_bidp_rsqn9": { - "type": "string" - }, - "ovtm_untp_last_hour": { - "type": "string" - }, - "ovtm_untp_ntby_bidp_rsqn": { - "type": "string" - }, - "ovtm_untp_total_askp_rsqn": { - "type": "string" - }, - "ovtm_untp_total_askp_rsqn_icdc": { - "type": "string" - }, - "ovtm_untp_total_bidp_rsqn": { - "type": "string" - }, - "ovtm_untp_total_bidp_rsqn_icdc": { - "type": "string" - }, - "total_askp_rsqn": { - "type": "string" - }, - "total_askp_rsqn_icdc": { - "type": "string" - }, - "total_bidp_rsqn": { - "type": "string" - }, - "total_bidp_rsqn_icdc": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireOvertimeAskingPriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireOvertimeAskingPriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireOvertimePrice": { - "description": "KISDomesticStockV1QuotationsInquireOvertimePrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "askp": { - "type": "string" - }, - "bidp": { - "type": "string" - }, - "bstp_kor_isnm": { - "type": "string" - }, - "crdt_able_yn": { - "type": "string" - }, - "flng_cls_name": { - "type": "string" - }, - "insn_pbnt_yn": { - "type": "string" - }, - "mang_issu_cls_name": { - "type": "string" - }, - "mang_issu_yn": { - "type": "string" - }, - "marg_rate": { - "type": "string" - }, - "mrkt_warn_cls_code": { - "type": "string" - }, - "mrkt_warn_cls_name": { - "type": "string" - }, - "new_lstn_cls_name": { - "type": "string" - }, - "ovtm_untp_antc_cnpr": { - "type": "string" - }, - "ovtm_untp_antc_cnqn": { - "type": "string" - }, - "ovtm_untp_antc_cntg_ctrt": { - "type": "string" - }, - "ovtm_untp_antc_cntg_vrss": { - "type": "string" - }, - "ovtm_untp_antc_cntg_vrss_sign": { - "type": "string" - }, - "ovtm_untp_hgpr": { - "type": "string" - }, - "ovtm_untp_llam": { - "type": "string" - }, - "ovtm_untp_lwpr": { - "type": "string" - }, - "ovtm_untp_mxpr": { - "type": "string" - }, - "ovtm_untp_oprc": { - "type": "string" - }, - "ovtm_untp_prdy_ctrt": { - "type": "string" - }, - "ovtm_untp_prdy_vrss": { - "type": "string" - }, - "ovtm_untp_prdy_vrss_sign": { - "type": "string" - }, - "ovtm_untp_prpr": { - "type": "string" - }, - "ovtm_untp_sdpr": { - "type": "string" - }, - "ovtm_untp_tr_pbmn": { - "type": "string" - }, - "ovtm_untp_vol": { - "type": "string" - }, - "ovtm_vi_cls_code": { - "type": "string" - }, - "revl_issu_reas_name": { - "type": "string" - }, - "rprs_mrkt_kor_name": { - "type": "string" - }, - "sltr_yn": { - "type": "string" - }, - "trht_yn": { - "type": "string" - }, - "vlnt_deal_cls_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireOvertimePriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireOvertimePriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquirePrice": { - "description": "KISDomesticStockV1QuotationsInquirePrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "apprch_rate": { - "type": "string" - }, - "aspr_unit": { - "type": "string" - }, - "bps": { - "type": "string" - }, - "bstp_kor_isnm": { - "type": "string" - }, - "clpr_rang_cont_yn": { - "type": "string" - }, - "cpfn": { - "type": "string" - }, - "cpfn_cnnm": { - "type": "string" - }, - "crdt_able_yn": { - "type": "string" - }, - "d250_hgpr": { - "type": "string" - }, - "d250_hgpr_date": { - "type": "string" - }, - "d250_hgpr_vrss_prpr_rate": { - "type": "string" - }, - "d250_lwpr": { - "type": "string" - }, - "d250_lwpr_date": { - "type": "string" - }, - "d250_lwpr_vrss_prpr_rate": { - "type": "string" - }, - "dmrs_val": { - "type": "string" - }, - "dmsp_val": { - "type": "string" - }, - "dryy_hgpr_date": { - "type": "string" - }, - "dryy_hgpr_vrss_prpr_rate": { - "type": "string" - }, - "dryy_lwpr_date": { - "type": "string" - }, - "dryy_lwpr_vrss_prpr_rate": { - "type": "string" - }, - "elw_pblc_yn": { - "type": "string" - }, - "eps": { - "type": "string" - }, - "fcam_cnnm": { - "type": "string" - }, - "frgn_hldn_qty": { - "type": "string" - }, - "frgn_ntby_qty": { - "type": "string" - }, - "grmn_rate_cls_code": { - "type": "string" - }, - "hts_avls": { - "type": "string" - }, - "hts_deal_qty_unit_val": { - "type": "string" - }, - "hts_frgn_ehrt": { - "type": "string" - }, - "invt_caful_yn": { - "type": "string" - }, - "iscd_stat_cls_code": { - "type": "string" - }, - "last_ssts_cntg_qty": { - "type": "string" - }, - "lstn_stcn": { - "type": "string" - }, - "mang_issu_cls_code": { - "type": "string" - }, - "marg_rate": { - "type": "string" - }, - "mrkt_warn_cls_code": { - "type": "string" - }, - "new_hgpr_lwpr_cls_code": { - "type": "string" - }, - "oprc_rang_cont_yn": { - "type": "string" - }, - "ovtm_vi_cls_code": { - "type": "string" - }, - "pbr": { - "type": "string" - }, - "per": { - "type": "string" - }, - "pgtr_ntby_qty": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prdy_vrss_vol_rate": { - "type": "string" - }, - "pvt_frst_dmrs_prc": { - "type": "string" - }, - "pvt_frst_dmsp_prc": { - "type": "string" - }, - "pvt_pont_val": { - "type": "string" - }, - "pvt_scnd_dmrs_prc": { - "type": "string" - }, - "pvt_scnd_dmsp_prc": { - "type": "string" - }, - "rprs_mrkt_kor_name": { - "type": "string" - }, - "rstc_wdth_prc": { - "type": "string" - }, - "short_over_yn": { - "type": "string" - }, - "sltr_yn": { - "type": "string" - }, - "ssts_yn": { - "type": "string" - }, - "stac_month": { - "type": "string" - }, - "stck_dryy_hgpr": { - "type": "string" - }, - "stck_dryy_lwpr": { - "type": "string" - }, - "stck_fcam": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_llam": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_mxpr": { - "type": "string" - }, - "stck_oprc": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_sdpr": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - }, - "stck_sspr": { - "type": "string" - }, - "temp_stop_yn": { - "type": "string" - }, - "vi_cls_code": { - "type": "string" - }, - "vol_tnrt": { - "type": "string" - }, - "w52_hgpr": { - "type": "string" - }, - "w52_hgpr_date": { - "type": "string" - }, - "w52_hgpr_vrss_prpr_ctrt": { - "type": "string" - }, - "w52_lwpr": { - "type": "string" - }, - "w52_lwpr_date": { - "type": "string" - }, - "w52_lwpr_vrss_prpr_ctrt": { - "type": "string" - }, - "wghn_avrg_stck_prc": { - "type": "string" - }, - "whol_loan_rmnd_rate": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquirePriceN2": { - "description": "KISDomesticStockV1QuotationsInquirePriceN2 schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "bstp_cls_code": { - "type": "string" - }, - "bstp_kor_isnm": { - "type": "string" - }, - "crdt_able_yn": { - "type": "string" - }, - "crdt_rate": { - "type": "string" - }, - "divi_app_cls_code": { - "type": "string" - }, - "elw_pblc_yn": { - "type": "string" - }, - "fcam_mod_cls_name": { - "type": "string" - }, - "flng_cls_name": { - "type": "string" - }, - "hgpr_vrss_prpr": { - "type": "string" - }, - "hgpr_vrss_prpr_sign": { - "type": "string" - }, - "insn_pbnt_yn": { - "type": "string" - }, - "invt_caful_yn": { - "type": "string" - }, - "low_current_yn": { - "type": "string" - }, - "lwpr_vrss_prpr": { - "type": "string" - }, - "lwpr_vrss_prpr_sign": { - "type": "string" - }, - "mang_issu_yn": { - "type": "string" - }, - "marg_rate": { - "type": "string" - }, - "mrkt_warn_cls_code": { - "type": "string" - }, - "mrkt_warn_cls_name": { - "type": "string" - }, - "mxpr_llam_cls_code": { - "type": "string" - }, - "new_hgpr_lwpr_cls_code": { - "type": "string" - }, - "new_lstn_cls_name": { - "type": "string" - }, - "oprc_rang_cont_yn": { - "type": "string" - }, - "oprc_vrss_prpr": { - "type": "string" - }, - "oprc_vrss_prpr_sign": { - "type": "string" - }, - "prdy_clpr_vrss_hgpr_rate": { - "type": "string" - }, - "prdy_clpr_vrss_lwpr_rate": { - "type": "string" - }, - "prdy_clpr_vrss_oprc_rate": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prdy_vrss_vol_rate": { - "type": "string" - }, - "revl_issu_reas_name": { - "type": "string" - }, - "rprs_mrkt_kor_name": { - "type": "string" - }, - "short_over_cls_code": { - "type": "string" - }, - "short_over_yn": { - "type": "string" - }, - "sltr_yn": { - "type": "string" - }, - "ssts_hot_yn": { - "type": "string" - }, - "stange_runup_yn": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_llam": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_mxpr": { - "type": "string" - }, - "stck_oprc": { - "type": "string" - }, - "stck_prdy_clpr": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_sdpr": { - "type": "string" - }, - "trht_yn": { - "type": "string" - }, - "vi_cls_code": { - "type": "string" - }, - "vlnt_deal_cls_name": { - "type": "string" - }, - "vlnt_fin_cls_code": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquirePriceN2Request": { - "description": "KISDomesticStockV1QuotationsInquirePriceN2Request schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquirePriceRequest": { - "description": "KISDomesticStockV1QuotationsInquirePriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireTimeDailychartprice": { - "description": "KISDomesticStockV1QuotationsInquireTimeDailychartprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prdy_clpr": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "cntg_vol": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_oprc": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireTimeDailychartpriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireTimeDailychartpriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_HOUR_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_PW_DATA_INCU_YN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireTimeIndexchartprice": { - "description": "KISDomesticStockV1QuotationsInquireTimeIndexchartprice schema", - "properties": { - "Output1": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "bstp_cls_code": { - "type": "string" - }, - "bstp_nmix_hgpr": { - "type": "string" - }, - "bstp_nmix_lwpr": { - "type": "string" - }, - "bstp_nmix_oprc": { - "type": "string" - }, - "bstp_nmix_prdy_ctrt": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "futs_prdy_hgpr": { - "type": "string" - }, - "futs_prdy_lwpr": { - "type": "string" - }, - "futs_prdy_oprc": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_nmix": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "Output2": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "bstp_nmix_hgpr": { - "type": "string" - }, - "bstp_nmix_lwpr": { - "type": "string" - }, - "bstp_nmix_oprc": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "cntg_vol": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireTimeIndexchartpriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireTimeIndexchartpriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_ETC_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_HOUR_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_PW_DATA_INCU_YN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireTimeItemchartprice": { - "description": "KISDomesticStockV1QuotationsInquireTimeItemchartprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prdy_clpr": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "cntg_vol": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_oprc": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireTimeItemchartpriceRequest": { - "description": "KISDomesticStockV1QuotationsInquireTimeItemchartpriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_ETC_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_HOUR_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_PW_DATA_INCU_YN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireTimeItemconclusion": { - "description": "KISDomesticStockV1QuotationsInquireTimeItemconclusion schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "rprs_mrkt_kor_name": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "askp": { - "type": "string" - }, - "bidp": { - "type": "string" - }, - "cnqn": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - }, - "stck_pbpr": { - "type": "string" - }, - "tday_rltv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireTimeItemconclusionRequest": { - "description": "KISDomesticStockV1QuotationsInquireTimeItemconclusionRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_HOUR_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireTimeOvertimeconclusion": { - "description": "KISDomesticStockV1QuotationsInquireTimeOvertimeconclusion schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "lslm_sign": { - "type": "string" - }, - "ovtm_untp_antc_cnpr": { - "type": "string" - }, - "ovtm_untp_antc_cntg_ctrt": { - "type": "string" - }, - "ovtm_untp_antc_cntg_vrss": { - "type": "string" - }, - "ovtm_untp_antc_cntg_vrss_sign": { - "type": "string" - }, - "ovtm_untp_antc_vol": { - "type": "string" - }, - "ovtm_untp_hgpr": { - "type": "string" - }, - "ovtm_untp_llam": { - "type": "string" - }, - "ovtm_untp_lwpr": { - "type": "string" - }, - "ovtm_untp_mxpr": { - "type": "string" - }, - "ovtm_untp_oprc": { - "type": "string" - }, - "ovtm_untp_prdy_ctrt": { - "type": "string" - }, - "ovtm_untp_prdy_vrss": { - "type": "string" - }, - "ovtm_untp_prdy_vrss_sign": { - "type": "string" - }, - "ovtm_untp_prpr": { - "type": "string" - }, - "ovtm_untp_tr_pbmn": { - "type": "string" - }, - "ovtm_untp_vol": { - "type": "string" - }, - "uplm_sign": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "askp": { - "type": "string" - }, - "bidp": { - "type": "string" - }, - "cntg_vol": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireTimeOvertimeconclusionRequest": { - "description": "KISDomesticStockV1QuotationsInquireTimeOvertimeconclusionRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_HOUR_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireViStatus": { - "description": "KISDomesticStockV1QuotationsInquireViStatus schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "bsop_date": { - "type": "string" - }, - "cntg_vi_hour": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "vi_cls_code": { - "type": "string" - }, - "vi_cncl_hour": { - "type": "string" - }, - "vi_count": { - "type": "string" - }, - "vi_dmc_dprt": { - "type": "string" - }, - "vi_dmc_stnd_prc": { - "type": "string" - }, - "vi_dprt": { - "type": "string" - }, - "vi_kind_code": { - "type": "string" - }, - "vi_prc": { - "type": "string" - }, - "vi_stnd_prc": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInquireViStatusRequest": { - "description": "KISDomesticStockV1QuotationsInquireViStatusRequest schema", - "properties": { - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_MRKT_CLS_CODE": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - }, - "FID_TRGT_CLS_CODE": { - "type": "string" - }, - "FID_TRGT_EXLS_CLS_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsIntstockGrouplist": { - "description": "KISDomesticStockV1QuotationsIntstockGrouplist schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "ask_cnt": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "date": { - "type": "string" - }, - "inter_grp_code": { - "type": "string" - }, - "inter_grp_name": { - "type": "string" - }, - "trnm_hour": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsIntstockGrouplistRequest": { - "description": "KISDomesticStockV1QuotationsIntstockGrouplistRequest schema", - "properties": { - "FID_ETC_CLS_CODE": { - "type": "string" - }, - "TYPE": { - "type": "string" - }, - "USER_ID": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsIntstockMultprice": { - "description": "KISDomesticStockV1QuotationsIntstockMultprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "hour_cls_code": { - "type": "string" - }, - "inter2_askp": { - "type": "string" - }, - "inter2_bidp": { - "type": "string" - }, - "inter2_hgpr": { - "type": "string" - }, - "inter2_llam": { - "type": "string" - }, - "inter2_lwpr": { - "type": "string" - }, - "inter2_mxpr": { - "type": "string" - }, - "inter2_oprc": { - "type": "string" - }, - "inter2_prdy_clpr": { - "type": "string" - }, - "inter2_prdy_vrss": { - "type": "string" - }, - "inter2_prpr": { - "type": "string" - }, - "inter2_sdpr": { - "type": "string" - }, - "inter_kor_isnm": { - "type": "string" - }, - "inter_shrn_iscd": { - "type": "string" - }, - "intr_antc_cntg_prdy_ctrt": { - "type": "string" - }, - "intr_antc_cntg_vrss": { - "type": "string" - }, - "intr_antc_cntg_vrss_sign": { - "type": "string" - }, - "intr_antc_vol": { - "type": "string" - }, - "kospi_kosdaq_cls_name": { - "type": "string" - }, - "mrkt_trtm_cls_name": { - "type": "string" - }, - "oprc_vrss_hgpr_rate": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "seln_rsqn": { - "type": "string" - }, - "shnu_rsqn": { - "type": "string" - }, - "total_askp_rsqn": { - "type": "string" - }, - "total_bidp_rsqn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsIntstockMultpriceRequest": { - "description": "KISDomesticStockV1QuotationsIntstockMultpriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE_1": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_10": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_11": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_12": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_13": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_14": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_15": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_16": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_17": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_18": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_19": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_2": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_20": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_21": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_22": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_23": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_24": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_25": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_26": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_27": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_28": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_29": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_3": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_30": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_4": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_5": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_6": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_7": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_8": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE_9": { - "type": "string" - }, - "FID_INPUT_ISCD_1": { - "type": "string" - }, - "FID_INPUT_ISCD_10": { - "type": "string" - }, - "FID_INPUT_ISCD_11": { - "type": "string" - }, - "FID_INPUT_ISCD_12": { - "type": "string" - }, - "FID_INPUT_ISCD_13": { - "type": "string" - }, - "FID_INPUT_ISCD_14": { - "type": "string" - }, - "FID_INPUT_ISCD_15": { - "type": "string" - }, - "FID_INPUT_ISCD_16": { - "type": "string" - }, - "FID_INPUT_ISCD_17": { - "type": "string" - }, - "FID_INPUT_ISCD_18": { - "type": "string" - }, - "FID_INPUT_ISCD_19": { - "type": "string" - }, - "FID_INPUT_ISCD_2": { - "type": "string" - }, - "FID_INPUT_ISCD_20": { - "type": "string" - }, - "FID_INPUT_ISCD_21": { - "type": "string" - }, - "FID_INPUT_ISCD_22": { - "type": "string" - }, - "FID_INPUT_ISCD_23": { - "type": "string" - }, - "FID_INPUT_ISCD_24": { - "type": "string" - }, - "FID_INPUT_ISCD_25": { - "type": "string" - }, - "FID_INPUT_ISCD_26": { - "type": "string" - }, - "FID_INPUT_ISCD_27": { - "type": "string" - }, - "FID_INPUT_ISCD_28": { - "type": "string" - }, - "FID_INPUT_ISCD_29": { - "type": "string" - }, - "FID_INPUT_ISCD_3": { - "type": "string" - }, - "FID_INPUT_ISCD_30": { - "type": "string" - }, - "FID_INPUT_ISCD_4": { - "type": "string" - }, - "FID_INPUT_ISCD_5": { - "type": "string" - }, - "FID_INPUT_ISCD_6": { - "type": "string" - }, - "FID_INPUT_ISCD_7": { - "type": "string" - }, - "FID_INPUT_ISCD_8": { - "type": "string" - }, - "FID_INPUT_ISCD_9": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsIntstockStocklistByGroup": { - "description": "KISDomesticStockV1QuotationsIntstockStocklistByGroup schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "data_rank": { - "type": "string" - }, - "inter_grp_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "cntg_cls_code": { - "type": "string" - }, - "cntg_unpr": { - "type": "string" - }, - "color_code": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "exch_code": { - "type": "string" - }, - "fid_mrkt_cls_code": { - "type": "string" - }, - "fxdt_ntby_qty": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "jong_code": { - "type": "string" - }, - "memo": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsIntstockStocklistByGroupRequest": { - "description": "KISDomesticStockV1QuotationsIntstockStocklistByGroupRequest schema", - "properties": { - "CNTG_CLS_CODE": { - "type": "string" - }, - "DATA_RANK": { - "type": "string" - }, - "FID_ETC_CLS_CODE": { - "type": "string" - }, - "HTS_KOR_ISNM": { - "type": "string" - }, - "INTER_GRP_CODE": { - "type": "string" - }, - "INTER_GRP_NAME": { - "type": "string" - }, - "TYPE": { - "type": "string" - }, - "USER_ID": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInvestOpbysec": { - "description": "KISDomesticStockV1QuotationsInvestOpbysec schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "dprt": { - "type": "string" - }, - "hts_goal_prc": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "invt_opnn": { - "type": "string" - }, - "invt_opnn_cls_code": { - "type": "string" - }, - "mbcr_name": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "rgbf_invt_opnn": { - "type": "string" - }, - "rgbf_invt_opnn_cls_code": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_prdy_clpr": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - }, - "stft_esdg": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInvestOpbysecRequest": { - "description": "KISDomesticStockV1QuotationsInvestOpbysecRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInvestOpinion": { - "description": "KISDomesticStockV1QuotationsInvestOpinion schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "dprt": { - "type": "string" - }, - "hts_goal_prc": { - "type": "string" - }, - "invt_opnn": { - "type": "string" - }, - "invt_opnn_cls_code": { - "type": "string" - }, - "mbcr_name": { - "type": "string" - }, - "nday_dprt": { - "type": "string" - }, - "rgbf_invt_opnn": { - "type": "string" - }, - "rgbf_invt_opnn_cls_code": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_nday_esdg": { - "type": "string" - }, - "stck_prdy_clpr": { - "type": "string" - }, - "stft_esdg": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInvestOpinionRequest": { - "description": "KISDomesticStockV1QuotationsInvestOpinionRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInvestorProgramTradeToday": { - "description": "KISDomesticStockV1QuotationsInvestorProgramTradeToday schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "all_ntby_amt": { - "type": "string" - }, - "all_ntby_qty": { - "type": "string" - }, - "all_seln_amt": { - "type": "string" - }, - "all_seln_qty": { - "type": "string" - }, - "all_shnu_amt": { - "type": "string" - }, - "all_shnu_qty": { - "type": "string" - }, - "arbt_ntby_amt": { - "type": "string" - }, - "arbt_ntby_qty": { - "type": "string" - }, - "arbt_seln_amt": { - "type": "string" - }, - "arbt_seln_qty": { - "type": "string" - }, - "arbt_shnu_amt": { - "type": "string" - }, - "arbt_shnu_qty": { - "type": "string" - }, - "invr_cls_code": { - "type": "string" - }, - "invr_cls_name": { - "type": "string" - }, - "nabt_ntby_amt": { - "type": "string" - }, - "nabt_ntby_qty": { - "type": "string" - }, - "nabt_seln_amt": { - "type": "string" - }, - "nabt_seln_qty": { - "type": "string" - }, - "nabt_shnu_amt": { - "type": "string" - }, - "nabt_shnu_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInvestorProgramTradeTodayRequest": { - "description": "KISDomesticStockV1QuotationsInvestorProgramTradeTodayRequest schema", - "properties": { - "EXCH_DIV_CLS_CODE": { - "type": "string" - }, - "MRKT_DIV_CLS_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInvestorTradeByStockDaily": { - "description": "KISDomesticStockV1QuotationsInvestorTradeByStockDaily schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "rprs_mrkt_kor_name": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "bank_ntby_qty": { - "type": "string" - }, - "bank_ntby_tr_pbmn": { - "type": "string" - }, - "bank_seln_tr_pbmn": { - "type": "string" - }, - "bank_seln_vol": { - "type": "string" - }, - "bank_shnu_tr_pbmn": { - "type": "string" - }, - "bank_shnu_vol": { - "type": "string" - }, - "bold_yn": { - "type": "string" - }, - "etc_corp_ntby_tr_pbmn": { - "type": "string" - }, - "etc_corp_ntby_vol": { - "type": "string" - }, - "etc_corp_seln_tr_pbmn": { - "type": "string" - }, - "etc_corp_seln_vol": { - "type": "string" - }, - "etc_corp_shnu_tr_pbmn": { - "type": "string" - }, - "etc_corp_shnu_vol": { - "type": "string" - }, - "etc_ntby_qty": { - "type": "string" - }, - "etc_ntby_tr_pbmn": { - "type": "string" - }, - "etc_orgt_ntby_tr_pbmn": { - "type": "string" - }, - "etc_orgt_ntby_vol": { - "type": "string" - }, - "etc_orgt_seln_tr_pbmn": { - "type": "string" - }, - "etc_orgt_seln_vol": { - "type": "string" - }, - "etc_orgt_shnu_tr_pbmn": { - "type": "string" - }, - "etc_orgt_shnu_vol": { - "type": "string" - }, - "etc_seln_tr_pbmn": { - "type": "string" - }, - "etc_seln_vol": { - "type": "string" - }, - "etc_shnu_tr_pbmn": { - "type": "string" - }, - "etc_shnu_vol": { - "type": "string" - }, - "frgn_nreg_askp_pbmn": { - "type": "string" - }, - "frgn_nreg_askp_qty": { - "type": "string" - }, - "frgn_nreg_bidp_pbmn": { - "type": "string" - }, - "frgn_nreg_bidp_qty": { - "type": "string" - }, - "frgn_nreg_ntby_pbmn": { - "type": "string" - }, - "frgn_nreg_ntby_qty": { - "type": "string" - }, - "frgn_ntby_qty": { - "type": "string" - }, - "frgn_ntby_tr_pbmn": { - "type": "string" - }, - "frgn_reg_askp_pbmn": { - "type": "string" - }, - "frgn_reg_askp_qty": { - "type": "string" - }, - "frgn_reg_bidp_pbmn": { - "type": "string" - }, - "frgn_reg_bidp_qty": { - "type": "string" - }, - "frgn_reg_ntby_pbmn": { - "type": "string" - }, - "frgn_reg_ntby_qty": { - "type": "string" - }, - "frgn_seln_tr_pbmn": { - "type": "string" - }, - "frgn_seln_vol": { - "type": "string" - }, - "frgn_shnu_tr_pbmn": { - "type": "string" - }, - "frgn_shnu_vol": { - "type": "string" - }, - "fund_ntby_qty": { - "type": "string" - }, - "fund_ntby_tr_pbmn": { - "type": "string" - }, - "fund_seln_tr_pbmn": { - "type": "string" - }, - "fund_seln_vol": { - "type": "string" - }, - "fund_shnu_tr_pbmn": { - "type": "string" - }, - "fund_shnu_vol": { - "type": "string" - }, - "insu_ntby_qty": { - "type": "string" - }, - "insu_ntby_tr_pbmn": { - "type": "string" - }, - "insu_seln_tr_pbmn": { - "type": "string" - }, - "insu_seln_vol": { - "type": "string" - }, - "insu_shnu_tr_pbmn": { - "type": "string" - }, - "insu_shnu_vol": { - "type": "string" - }, - "ivtr_ntby_qty": { - "type": "string" - }, - "ivtr_ntby_tr_pbmn": { - "type": "string" - }, - "ivtr_seln_tr_pbmn": { - "type": "string" - }, - "ivtr_seln_vol": { - "type": "string" - }, - "ivtr_shnu_tr_pbmn": { - "type": "string" - }, - "ivtr_shnu_vol": { - "type": "string" - }, - "mrbn_ntby_qty": { - "type": "string" - }, - "mrbn_ntby_tr_pbmn": { - "type": "string" - }, - "mrbn_seln_tr_pbmn": { - "type": "string" - }, - "mrbn_seln_vol": { - "type": "string" - }, - "mrbn_shnu_tr_pbmn": { - "type": "string" - }, - "mrbn_shnu_vol": { - "type": "string" - }, - "orgn_ntby_qty": { - "type": "string" - }, - "orgn_ntby_tr_pbmn": { - "type": "string" - }, - "orgn_seln_tr_pbmn": { - "type": "string" - }, - "orgn_seln_vol": { - "type": "string" - }, - "orgn_shnu_tr_pbmn": { - "type": "string" - }, - "orgn_shnu_vol": { - "type": "string" - }, - "pe_fund_ntby_tr_pbmn": { - "type": "string" - }, - "pe_fund_ntby_vol": { - "type": "string" - }, - "pe_fund_seln_tr_pbmn": { - "type": "string" - }, - "pe_fund_seln_vol": { - "type": "string" - }, - "pe_fund_shnu_tr_pbmn": { - "type": "string" - }, - "pe_fund_shnu_vol": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prsn_ntby_qty": { - "type": "string" - }, - "prsn_ntby_tr_pbmn": { - "type": "string" - }, - "prsn_seln_tr_pbmn": { - "type": "string" - }, - "prsn_seln_vol": { - "type": "string" - }, - "prsn_shnu_tr_pbmn": { - "type": "string" - }, - "prsn_shnu_vol": { - "type": "string" - }, - "scrt_ntby_qty": { - "type": "string" - }, - "scrt_ntby_tr_pbmn": { - "type": "string" - }, - "scrt_seln_tr_pbmn": { - "type": "string" - }, - "scrt_seln_vol": { - "type": "string" - }, - "scrt_shnu_tr_pbmn": { - "type": "string" - }, - "scrt_shnu_vol": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_clpr": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_oprc": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInvestorTradeByStockDailyRequest": { - "description": "KISDomesticStockV1QuotationsInvestorTradeByStockDailyRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_ETC_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_ORG_ADJ_PRC": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInvestorTrendEstimate": { - "description": "KISDomesticStockV1QuotationsInvestorTrendEstimate schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "bsop_hour_gb": { - "type": "string" - }, - "frgn_fake_ntby_qty": { - "type": "string" - }, - "orgn_fake_ntby_qty": { - "type": "string" - }, - "sum_fake_ntby_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsInvestorTrendEstimateRequest": { - "description": "KISDomesticStockV1QuotationsInvestorTrendEstimateRequest schema", - "properties": { - "MKSC_SHRN_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsLendableByCompany": { - "description": "KISDomesticStockV1QuotationsLendableByCompany schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "bass_dt": { - "type": "string" - }, - "bfdy_clpr": { - "type": "string" - }, - "lmt_qty1": { - "type": "string" - }, - "papr": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "psbl_yn": { - "type": "string" - }, - "psbl_yn_name": { - "type": "string" - }, - "rght_type_cd": { - "type": "string" - }, - "sbst_prvs": { - "type": "string" - }, - "tr_stop_dvsn_name": { - "type": "string" - }, - "trad_psbl_qty2": { - "type": "string" - }, - "use_qty1": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "brch_lmt_qty": { - "type": "string" - }, - "rqst_psbl_qty": { - "type": "string" - }, - "tot_stup_lmt_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsLendableByCompanyRequest": { - "description": "KISDomesticStockV1QuotationsLendableByCompanyRequest schema", - "properties": { - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK100": { - "type": "string" - }, - "EXCG_DVSN_CD": { - "type": "string" - }, - "INQR_DVSN_1": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "THCO_STLN_PSBL_YN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsMarketTime": { - "description": "KISDomesticStockV1QuotationsMarketTime schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "date1": { - "type": "string" - }, - "date2": { - "type": "string" - }, - "date3": { - "type": "string" - }, - "date4": { - "type": "string" - }, - "date5": { - "type": "string" - }, - "e_time": { - "type": "string" - }, - "s_time": { - "type": "string" - }, - "time": { - "type": "string" - }, - "today": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsMarketTimeRequest": { - "description": "KISDomesticStockV1QuotationsMarketTimeRequest schema" - }, - "KISDomesticStockV1QuotationsMktfunds": { - "description": "KISDomesticStockV1QuotationsMktfunds schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "amt_tnrt": { - "type": "string" - }, - "bntp_amt": { - "type": "string" - }, - "bsop_date": { - "type": "string" - }, - "bstp_nmix_prdy_vrss": { - "type": "string" - }, - "bstp_nmix_prpr": { - "type": "string" - }, - "crdt_loan_rmnd": { - "type": "string" - }, - "cust_dpmn_amt": { - "type": "string" - }, - "cust_dpmn_amt_prdy_vrss": { - "type": "string" - }, - "futs_tfam_amt": { - "type": "string" - }, - "hts_avls": { - "type": "string" - }, - "mmf_amt": { - "type": "string" - }, - "mxtp_amt": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "secu_lend_amt": { - "type": "string" - }, - "sttp_amt": { - "type": "string" - }, - "uncl_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsMktfundsRequest": { - "description": "KISDomesticStockV1QuotationsMktfundsRequest schema", - "properties": { - "FID_INPUT_DATE_1": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsNewsTitle": { - "description": "KISDomesticStockV1QuotationsNewsTitle schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "cntt_usiq_srno": { - "type": "string" - }, - "data_dt": { - "type": "string" - }, - "data_tm": { - "type": "string" - }, - "dorg": { - "type": "string" - }, - "hts_pbnt_titl_cntt": { - "type": "string" - }, - "iscd1": { - "type": "string" - }, - "iscd2": { - "type": "string" - }, - "iscd3": { - "type": "string" - }, - "iscd4": { - "type": "string" - }, - "iscd5": { - "type": "string" - }, - "news_lrdv_code": { - "type": "string" - }, - "news_ofer_entp_code": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsNewsTitleRequest": { - "description": "KISDomesticStockV1QuotationsNewsTitleRequest schema", - "properties": { - "FID_COND_MRKT_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_HOUR_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_SRNO": { - "type": "string" - }, - "FID_NEWS_OFER_ENTP_CODE": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - }, - "FID_TITL_CNTT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsPbarTratio": { - "description": "KISDomesticStockV1QuotationsPbarTratio schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "lstn_stcn": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "rprs_mrkt_kor_name": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - }, - "wghn_avrg_stck_prc": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_vol_rlim": { - "type": "string" - }, - "cntg_vol": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsPbarTratioRequest": { - "description": "KISDomesticStockV1QuotationsPbarTratioRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_HOUR_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsProgramTradeByStock": { - "description": "KISDomesticStockV1QuotationsProgramTradeByStock schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "bsop_hour": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "whol_ntby_tr_pbmn_icdc": { - "type": "string" - }, - "whol_ntby_vol_icdc": { - "type": "string" - }, - "whol_smtn_ntby_qty": { - "type": "string" - }, - "whol_smtn_ntby_tr_pbmn": { - "type": "string" - }, - "whol_smtn_seln_tr_pbmn": { - "type": "string" - }, - "whol_smtn_seln_vol": { - "type": "string" - }, - "whol_smtn_shnu_tr_pbmn": { - "type": "string" - }, - "whol_smtn_shnu_vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsProgramTradeByStockDaily": { - "description": "KISDomesticStockV1QuotationsProgramTradeByStockDaily schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_clpr": { - "type": "string" - }, - "whol_ntby_tr_pbmn_icdc2": { - "type": "string" - }, - "whol_ntby_vol_icdc": { - "type": "string" - }, - "whol_smtn_ntby_qty": { - "type": "string" - }, - "whol_smtn_ntby_tr_pbmn": { - "type": "string" - }, - "whol_smtn_seln_tr_pbmn": { - "type": "string" - }, - "whol_smtn_seln_vol": { - "type": "string" - }, - "whol_smtn_shnu_tr_pbmn": { - "type": "string" - }, - "whol_smtn_shnu_vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsProgramTradeByStockDailyRequest": { - "description": "KISDomesticStockV1QuotationsProgramTradeByStockDailyRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsProgramTradeByStockRequest": { - "description": "KISDomesticStockV1QuotationsProgramTradeByStockRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsPsearchResult": { - "description": "KISDomesticStockV1QuotationsPsearchResult schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "change": { - "type": "string" - }, - "chgrate": { - "type": "string" - }, - "chgrate2": { - "type": "string" - }, - "code": { - "type": "string" - }, - "cttr": { - "type": "string" - }, - "daebi": { - "type": "string" - }, - "dnlmtprice": { - "type": "string" - }, - "expchange": { - "type": "string" - }, - "expchggrate": { - "type": "string" - }, - "expcvol": { - "type": "string" - }, - "expdaebi": { - "type": "string" - }, - "expprice": { - "type": "string" - }, - "high": { - "type": "string" - }, - "high52": { - "type": "string" - }, - "low": { - "type": "string" - }, - "low52": { - "type": "string" - }, - "name": { - "type": "string" - }, - "open": { - "type": "string" - }, - "price": { - "type": "string" - }, - "recprice": { - "type": "string" - }, - "stotprice": { - "type": "string" - }, - "trade_amt": { - "type": "string" - }, - "uplmtprice": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsPsearchResultRequest": { - "description": "KISDomesticStockV1QuotationsPsearchResultRequest schema", - "properties": { - "seq": { - "type": "string" - }, - "user_id": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsPsearchTitle": { - "description": "KISDomesticStockV1QuotationsPsearchTitle schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "condition_nm": { - "type": "string" - }, - "grp_nm": { - "type": "string" - }, - "seq": { - "type": "string" - }, - "user_id": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsPsearchTitleRequest": { - "description": "KISDomesticStockV1QuotationsPsearchTitleRequest schema", - "properties": { - "user_id": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsSearchInfo": { - "description": "KISDomesticStockV1QuotationsSearchInfo schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "frst_erlm_dt": { - "type": "string" - }, - "ivst_prdt_type_cd": { - "type": "string" - }, - "ivst_prdt_type_cd_name": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_abrv_name": { - "type": "string" - }, - "prdt_clsf_cd": { - "type": "string" - }, - "prdt_clsf_name": { - "type": "string" - }, - "prdt_eng_abrv_name": { - "type": "string" - }, - "prdt_eng_name": { - "type": "string" - }, - "prdt_eng_name120": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_name120": { - "type": "string" - }, - "prdt_risk_grad_cd": { - "type": "string" - }, - "prdt_sale_stat_cd": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "sale_end_dt": { - "type": "string" - }, - "sale_strt_dt": { - "type": "string" - }, - "shtn_pdno": { - "type": "string" - }, - "std_pdno": { - "type": "string" - }, - "wrap_asst_type_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsSearchInfoRequest": { - "description": "KISDomesticStockV1QuotationsSearchInfoRequest schema", - "properties": { - "PDNO": { - "type": "string" - }, - "PRDT_TYPE_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsSearchStockInfo": { - "description": "KISDomesticStockV1QuotationsSearchStockInfo schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "admn_item_yn": { - "type": "string" - }, - "bfdy_clpr": { - "type": "string" - }, - "clpr_chng_dt": { - "type": "string" - }, - "cpta": { - "type": "string" - }, - "cptt_trad_tr_psbl_yn": { - "type": "string" - }, - "crfd_item_yn": { - "type": "string" - }, - "dpsi_aptm_erlm_yn": { - "type": "string" - }, - "dpsi_erlm_cncl_dt": { - "type": "string" - }, - "elec_scty_yn": { - "type": "string" - }, - "etf_chas_erng_rt_dbnb": { - "type": "string" - }, - "etf_cu_qty": { - "type": "string" - }, - "etf_dvsn_cd": { - "type": "string" - }, - "etf_etn_ivst_heed_item_yn": { - "type": "string" - }, - "etf_txtn_type_cd": { - "type": "string" - }, - "etf_type_cd": { - "type": "string" - }, - "excg_dvsn_cd": { - "type": "string" - }, - "frbd_mket_lstg_abol_dt": { - "type": "string" - }, - "frbd_mket_lstg_dt": { - "type": "string" - }, - "frnr_psnl_lmt_rt": { - "type": "string" - }, - "idx_bztp_lcls_cd": { - "type": "string" - }, - "idx_bztp_lcls_cd_name": { - "type": "string" - }, - "idx_bztp_mcls_cd": { - "type": "string" - }, - "idx_bztp_mcls_cd_name": { - "type": "string" - }, - "idx_bztp_scls_cd": { - "type": "string" - }, - "idx_bztp_scls_cd_name": { - "type": "string" - }, - "issu_istt_cd": { - "type": "string" - }, - "issu_pric": { - "type": "string" - }, - "kosdaq_mket_lstg_abol_dt": { - "type": "string" - }, - "kosdaq_mket_lstg_dt": { - "type": "string" - }, - "kospi200_item_yn": { - "type": "string" - }, - "lstg_abol_dt": { - "type": "string" - }, - "lstg_cptl_amt": { - "type": "string" - }, - "lstg_rqsr_issu_istt_cd": { - "type": "string" - }, - "lstg_rqsr_item_cd": { - "type": "string" - }, - "lstg_stqt": { - "type": "string" - }, - "mfnd_end_dt": { - "type": "string" - }, - "mfnd_opng_dt": { - "type": "string" - }, - "mket_id_cd": { - "type": "string" - }, - "nwst_odst_dvsn_cd": { - "type": "string" - }, - "nxt_tr_stop_yn": { - "type": "string" - }, - "ocr_no": { - "type": "string" - }, - "oilf_fund_yn": { - "type": "string" - }, - "papr": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_abrv_name": { - "type": "string" - }, - "prdt_eng_abrv_name": { - "type": "string" - }, - "prdt_eng_name": { - "type": "string" - }, - "prdt_eng_name120": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_name120": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "reits_kind_cd": { - "type": "string" - }, - "sbst_pric": { - "type": "string" - }, - "scts_mket_lstg_abol_dt": { - "type": "string" - }, - "scts_mket_lstg_dt": { - "type": "string" - }, - "scty_grp_id_cd": { - "type": "string" - }, - "setl_mmdd": { - "type": "string" - }, - "stck_kind_cd": { - "type": "string" - }, - "std_idst_clsf_cd": { - "type": "string" - }, - "std_idst_clsf_cd_name": { - "type": "string" - }, - "std_pdno": { - "type": "string" - }, - "stln_int_rt_dvsn_cd": { - "type": "string" - }, - "thco_sbst_pric": { - "type": "string" - }, - "thco_sbst_pric_chng_dt": { - "type": "string" - }, - "thdt_clpr": { - "type": "string" - }, - "tr_stop_yn": { - "type": "string" - }, - "trst_istt_issu_istt_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsSearchStockInfoRequest": { - "description": "KISDomesticStockV1QuotationsSearchStockInfoRequest schema", - "properties": { - "PDNO": { - "type": "string" - }, - "PRDT_TYPE_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsTradprtByamt": { - "description": "KISDomesticStockV1QuotationsTradprtByamt schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "ntby_cntg_csnu": { - "type": "string" - }, - "prpr_name": { - "type": "string" - }, - "seln_cnqn_smtn": { - "type": "string" - }, - "seln_cntg_csnu": { - "type": "string" - }, - "shnu_cnqn_smtn": { - "type": "string" - }, - "shnu_cntg_csnu": { - "type": "string" - }, - "smtn_avrg_prpr": { - "type": "string" - }, - "whol_ntby_qty_rate": { - "type": "string" - }, - "whol_seln_vol_rate": { - "type": "string" - }, - "whol_shun_vol_rate": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsTradprtByamtRequest": { - "description": "KISDomesticStockV1QuotationsTradprtByamtRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsVolumeRank": { - "description": "KISDomesticStockV1QuotationsVolumeRank schema", - "properties": { - "Output": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "avrg_tr_pbmn": { - "type": "string" - }, - "avrg_vol": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "lstn_stcn": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "n_befr_clpr_vrss_prpr_rate": { - "type": "string" - }, - "nday_tr_pbmn_tnrt": { - "type": "string" - }, - "nday_vol_tnrt": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "tr_pbmn_tnrt": { - "type": "string" - }, - "vol_inrt": { - "type": "string" - }, - "vol_tnrt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1QuotationsVolumeRankRequest": { - "description": "KISDomesticStockV1QuotationsVolumeRankRequest schema", - "properties": { - "FID_BLNG_CLS_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_PRICE_1": { - "type": "string" - }, - "FID_INPUT_PRICE_2": { - "type": "string" - }, - "FID_TRGT_CLS_CODE": { - "type": "string" - }, - "FID_TRGT_EXLS_CLS_CODE": { - "type": "string" - }, - "FID_VOL_CNT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingAfterHourBalance": { - "description": "KISDomesticStockV1RankingAfterHourBalance schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "data_rank": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "mkfa_otcp_vol": { - "type": "string" - }, - "mkob_otcp_vol": { - "type": "string" - }, - "ovtm_total_askp_rsqn": { - "type": "string" - }, - "ovtm_total_bidp_rsqn": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingAfterHourBalanceRequest": { - "description": "KISDomesticStockV1RankingAfterHourBalanceRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_input_price_1": { - "type": "string" - }, - "fid_input_price_2": { - "type": "string" - }, - "fid_rank_sort_cls_code": { - "type": "string" - }, - "fid_trgt_cls_code": { - "type": "string" - }, - "fid_trgt_exls_cls_code": { - "type": "string" - }, - "fid_vol_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingBulkTransNum": { - "description": "KISDomesticStockV1RankingBulkTransNum schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "ntby_cnqn": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "seln_cntg_csnu": { - "type": "string" - }, - "shnu_cntg_csnu": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingBulkTransNumRequest": { - "description": "KISDomesticStockV1RankingBulkTransNumRequest schema", - "properties": { - "fid_aply_rang_prc_1": { - "type": "string" - }, - "fid_aply_rang_prc_2": { - "type": "string" - }, - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_input_iscd_2": { - "type": "string" - }, - "fid_input_price_1": { - "type": "string" - }, - "fid_rank_sort_cls_code": { - "type": "string" - }, - "fid_trgt_cls_code": { - "type": "string" - }, - "fid_trgt_exls_cls_code": { - "type": "string" - }, - "fid_vol_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingCreditBalance": { - "description": "KISDomesticStockV1RankingCreditBalance schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "bstp_cls_code": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "stnd_date1": { - "type": "string" - }, - "stnd_date2": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "nday_vrss_loan_rmnd_inrt": { - "type": "string" - }, - "nday_vrss_stln_rmnd_inrt": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "whol_loan_rmnd_amt": { - "type": "string" - }, - "whol_loan_rmnd_rate": { - "type": "string" - }, - "whol_loan_rmnd_stcn": { - "type": "string" - }, - "whol_stln_rmnd_amt": { - "type": "string" - }, - "whol_stln_rmnd_rate": { - "type": "string" - }, - "whol_stln_rmnd_stcn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingCreditBalanceRequest": { - "description": "KISDomesticStockV1RankingCreditBalanceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_OPTION": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingDisparity": { - "description": "KISDomesticStockV1RankingDisparity schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "d10_dsrt": { - "type": "string" - }, - "d120_dsrt": { - "type": "string" - }, - "d20_dsrt": { - "type": "string" - }, - "d5_dsrt": { - "type": "string" - }, - "d60_dsrt": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingDisparityRequest": { - "description": "KISDomesticStockV1RankingDisparityRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_hour_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_input_price_1": { - "type": "string" - }, - "fid_input_price_2": { - "type": "string" - }, - "fid_rank_sort_cls_code": { - "type": "string" - }, - "fid_trgt_cls_code": { - "type": "string" - }, - "fid_trgt_exls_cls_code": { - "type": "string" - }, - "fid_vol_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingDividendRate": { - "description": "KISDomesticStockV1RankingDividendRate schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "divi_kind": { - "type": "string" - }, - "divi_rate": { - "type": "string" - }, - "isin_name": { - "type": "string" - }, - "per_sto_divi_amt": { - "type": "string" - }, - "rank": { - "type": "string" - }, - "record_date": { - "type": "string" - }, - "sht_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingDividendRateRequest": { - "description": "KISDomesticStockV1RankingDividendRateRequest schema", - "properties": { - "CTS_AREA": { - "type": "string" - }, - "F_DT": { - "type": "string" - }, - "GB1": { - "type": "string" - }, - "GB2": { - "type": "string" - }, - "GB3": { - "type": "string" - }, - "GB4": { - "type": "string" - }, - "T_DT": { - "type": "string" - }, - "UPJONG": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingExpTransUpdown": { - "description": "KISDomesticStockV1RankingExpTransUpdown schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "antc_tr_pbmn": { - "type": "string" - }, - "askp": { - "type": "string" - }, - "bidp": { - "type": "string" - }, - "cntg_vol": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "seln_rsqn": { - "type": "string" - }, - "shnu_rsqn": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_sdpr": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - }, - "total_askp_rsqn": { - "type": "string" - }, - "total_bidp_rsqn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingExpTransUpdownRequest": { - "description": "KISDomesticStockV1RankingExpTransUpdownRequest schema", - "properties": { - "fid_aply_rang_prc_1": { - "type": "string" - }, - "fid_blng_cls_code": { - "type": "string" - }, - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_mkop_cls_code": { - "type": "string" - }, - "fid_pbmn": { - "type": "string" - }, - "fid_rank_sort_cls_code": { - "type": "string" - }, - "fid_vol_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingFinanceRatio": { - "description": "KISDomesticStockV1RankingFinanceRatio schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "bis": { - "type": "string" - }, - "bram_depn": { - "type": "string" - }, - "bsop_prfi_inrt": { - "type": "string" - }, - "cptl_ntin_rate": { - "type": "string" - }, - "cptl_op_prfi": { - "type": "string" - }, - "cptl_tnrt": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "equt_inrt": { - "type": "string" - }, - "grs": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "iqry_csnu": { - "type": "string" - }, - "lblt_rate": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "ntin_inrt": { - "type": "string" - }, - "op_prfi_inrt": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "rsrv_rate": { - "type": "string" - }, - "sale_bond_tnrt": { - "type": "string" - }, - "sale_ntin_rate": { - "type": "string" - }, - "sale_totl_rate": { - "type": "string" - }, - "stac_month": { - "type": "string" - }, - "stac_month_cls_code": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "totl_aset_inrt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingFinanceRatioRequest": { - "description": "KISDomesticStockV1RankingFinanceRatioRequest schema", - "properties": { - "fid_blng_cls_code": { - "type": "string" - }, - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_input_option_1": { - "type": "string" - }, - "fid_input_option_2": { - "type": "string" - }, - "fid_input_price_1": { - "type": "string" - }, - "fid_input_price_2": { - "type": "string" - }, - "fid_rank_sort_cls_code": { - "type": "string" - }, - "fid_trgt_cls_code": { - "type": "string" - }, - "fid_trgt_exls_cls_code": { - "type": "string" - }, - "fid_vol_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingFluctuation": { - "description": "KISDomesticStockV1RankingFluctuation schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_hgpr_date": { - "type": "string" - }, - "acml_lwpr_date": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "cnnt_ascn_dynu": { - "type": "string" - }, - "cnnt_down_dynu": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "dsgt_date_clpr_vrss_prpr_rate": { - "type": "string" - }, - "hgpr_hour": { - "type": "string" - }, - "hgpr_vrss_prpr_rate": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "lwpr_hour": { - "type": "string" - }, - "lwpr_vrss_prpr_rate": { - "type": "string" - }, - "oprc_vrss_prpr": { - "type": "string" - }, - "oprc_vrss_prpr_rate": { - "type": "string" - }, - "oprc_vrss_prpr_sign": { - "type": "string" - }, - "prd_rsfl": { - "type": "string" - }, - "prd_rsfl_rate": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingFluctuationRequest": { - "description": "KISDomesticStockV1RankingFluctuationRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_cnt_1": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_input_price_1": { - "type": "string" - }, - "fid_input_price_2": { - "type": "string" - }, - "fid_prc_cls_code": { - "type": "string" - }, - "fid_rank_sort_cls_code": { - "type": "string" - }, - "fid_rsfl_rate1": { - "type": "string" - }, - "fid_rsfl_rate2": { - "type": "string" - }, - "fid_trgt_cls_code": { - "type": "string" - }, - "fid_trgt_exls_cls_code": { - "type": "string" - }, - "fid_vol_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingHtsTopView": { - "description": "KISDomesticStockV1RankingHtsTopView schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "mksc_shrn_iscd": { - "type": "string" - }, - "mrkt_div_cls_code": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingHtsTopViewRequest": { - "description": "KISDomesticStockV1RankingHtsTopViewRequest schema" - }, - "KISDomesticStockV1RankingMarketCap": { - "description": "KISDomesticStockV1RankingMarketCap schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "lstn_stcn": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "mrkt_whol_avls_rlim": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_avls": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingMarketCapRequest": { - "description": "KISDomesticStockV1RankingMarketCapRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_input_price_1": { - "type": "string" - }, - "fid_input_price_2": { - "type": "string" - }, - "fid_trgt_cls_code": { - "type": "string" - }, - "fid_trgt_exls_cls_code": { - "type": "string" - }, - "fid_vol_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingMarketValue": { - "description": "KISDomesticStockV1RankingMarketValue schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "ebitda": { - "type": "string" - }, - "ebitda_div_fnnc_expn": { - "type": "string" - }, - "eps": { - "type": "string" - }, - "eva": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "iqry_csnu": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "pbr": { - "type": "string" - }, - "pcr": { - "type": "string" - }, - "per": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "psr": { - "type": "string" - }, - "pv_div_ebitda": { - "type": "string" - }, - "stac_month": { - "type": "string" - }, - "stac_month_cls_code": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingMarketValueRequest": { - "description": "KISDomesticStockV1RankingMarketValueRequest schema", - "properties": { - "fid_blng_cls_code": { - "type": "string" - }, - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_input_option_1": { - "type": "string" - }, - "fid_input_option_2": { - "type": "string" - }, - "fid_input_price_1": { - "type": "string" - }, - "fid_input_price_2": { - "type": "string" - }, - "fid_rank_sort_cls_code": { - "type": "string" - }, - "fid_trgt_cls_code": { - "type": "string" - }, - "fid_trgt_exls_cls_code": { - "type": "string" - }, - "fid_vol_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingNearNewHighlow": { - "description": "KISDomesticStockV1RankingNearNewHighlow schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "askp": { - "type": "string" - }, - "askp_rsqn1": { - "type": "string" - }, - "bidp": { - "type": "string" - }, - "bidp_rsqn1": { - "type": "string" - }, - "hprc_near_rate": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "lwpr_near_rate": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "new_hgpr": { - "type": "string" - }, - "new_lwpr": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_sdpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingNearNewHighlowRequest": { - "description": "KISDomesticStockV1RankingNearNewHighlowRequest schema", - "properties": { - "fid_aply_rang_prc_1": { - "type": "string" - }, - "fid_aply_rang_prc_2": { - "type": "string" - }, - "fid_aply_rang_vol": { - "type": "string" - }, - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_cnt_1": { - "type": "string" - }, - "fid_input_cnt_2": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_prc_cls_code": { - "type": "string" - }, - "fid_trgt_cls_code": { - "type": "string" - }, - "fid_trgt_exls_cls_code": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingOvertimeExpTransFluct": { - "description": "KISDomesticStockV1RankingOvertimeExpTransFluct schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "data_rank": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "iscd_stat_cls_code": { - "type": "string" - }, - "itmt_vol": { - "type": "string" - }, - "ovtm_untp_antc_cnpr": { - "type": "string" - }, - "ovtm_untp_antc_cnqn": { - "type": "string" - }, - "ovtm_untp_antc_cntg_ctrt": { - "type": "string" - }, - "ovtm_untp_antc_cntg_vrss": { - "type": "string" - }, - "ovtm_untp_antc_cntg_vrsssign": { - "type": "string" - }, - "ovtm_untp_askp_rsqn1": { - "type": "string" - }, - "ovtm_untp_bidp_rsqn1": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingOvertimeExpTransFluctRequest": { - "description": "KISDomesticStockV1RankingOvertimeExpTransFluctRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_PRICE_1": { - "type": "string" - }, - "FID_INPUT_PRICE_2": { - "type": "string" - }, - "FID_INPUT_VOL_1": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingOvertimeFluctuation": { - "description": "KISDomesticStockV1RankingOvertimeFluctuation schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "ovtm_untp_acml_tr_pbmn": { - "type": "string" - }, - "ovtm_untp_acml_vol": { - "type": "string" - }, - "ovtm_untp_ascn_issu_cnt": { - "type": "string" - }, - "ovtm_untp_down_issu_cnt": { - "type": "string" - }, - "ovtm_untp_exch_tr_pbmn": { - "type": "string" - }, - "ovtm_untp_exch_vol": { - "type": "string" - }, - "ovtm_untp_kosdaq_tr_pbmn": { - "type": "string" - }, - "ovtm_untp_kosdaq_vol": { - "type": "string" - }, - "ovtm_untp_lslm_issu_cnt": { - "type": "string" - }, - "ovtm_untp_stnr_issu_cnt": { - "type": "string" - }, - "ovtm_untp_uplm_issu_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "askp": { - "type": "string" - }, - "bidp": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "ovtm_untp_askp1": { - "type": "string" - }, - "ovtm_untp_bidp1": { - "type": "string" - }, - "ovtm_untp_prdy_ctrt": { - "type": "string" - }, - "ovtm_untp_prdy_vrss": { - "type": "string" - }, - "ovtm_untp_prdy_vrss_sign": { - "type": "string" - }, - "ovtm_untp_prpr": { - "type": "string" - }, - "ovtm_untp_seln_rsqn": { - "type": "string" - }, - "ovtm_untp_shnu_rsqn": { - "type": "string" - }, - "ovtm_untp_vol": { - "type": "string" - }, - "ovtm_vrss_acml_vol_rlim": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingOvertimeFluctuationRequest": { - "description": "KISDomesticStockV1RankingOvertimeFluctuationRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_PRICE_1": { - "type": "string" - }, - "FID_INPUT_PRICE_2": { - "type": "string" - }, - "FID_MRKT_CLS_CODE": { - "type": "string" - }, - "FID_TRGT_CLS_CODE": { - "type": "string" - }, - "FID_TRGT_EXLS_CLS_CODE": { - "type": "string" - }, - "FID_VOL_CNT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingOvertimeVolume": { - "description": "KISDomesticStockV1RankingOvertimeVolume schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "ovtm_untp_exch_tr_pbmn": { - "type": "string" - }, - "ovtm_untp_exch_vol": { - "type": "string" - }, - "ovtm_untp_kosdaq_tr_pbmn": { - "type": "string" - }, - "ovtm_untp_kosdaq_vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "askp": { - "type": "string" - }, - "bidp": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "ovtm_untp_prdy_ctrt": { - "type": "string" - }, - "ovtm_untp_prdy_vrss": { - "type": "string" - }, - "ovtm_untp_prdy_vrss_sign": { - "type": "string" - }, - "ovtm_untp_prpr": { - "type": "string" - }, - "ovtm_untp_seln_rsqn": { - "type": "string" - }, - "ovtm_untp_shnu_rsqn": { - "type": "string" - }, - "ovtm_untp_vol": { - "type": "string" - }, - "ovtm_vrss_acml_vol_rlim": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingOvertimeVolumeRequest": { - "description": "KISDomesticStockV1RankingOvertimeVolumeRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_PRICE_1": { - "type": "string" - }, - "FID_INPUT_PRICE_2": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - }, - "FID_TRGT_CLS_CODE": { - "type": "string" - }, - "FID_TRGT_EXLS_CLS_CODE": { - "type": "string" - }, - "FID_VOL_CNT": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingPreferDisparateRatio": { - "description": "KISDomesticStockV1RankingPreferDisparateRatio schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "diff_prpr": { - "type": "string" - }, - "dprt": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prst_acml_vol": { - "type": "string" - }, - "prst_iscd": { - "type": "string" - }, - "prst_kor_isnm": { - "type": "string" - }, - "prst_prdy_ctrt": { - "type": "string" - }, - "prst_prdy_vrss": { - "type": "string" - }, - "prst_prdy_vrss_sign": { - "type": "string" - }, - "prst_prpr": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingPreferDisparateRatioRequest": { - "description": "KISDomesticStockV1RankingPreferDisparateRatioRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_input_price_1": { - "type": "string" - }, - "fid_input_price_2": { - "type": "string" - }, - "fid_trgt_cls_code": { - "type": "string" - }, - "fid_trgt_exls_cls_code": { - "type": "string" - }, - "fid_vol_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingProfitAssetIndex": { - "description": "KISDomesticStockV1RankingProfitAssetIndex schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "bsop_prti": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "iqry_csnu": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "op_prfi": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "sale_totl_prfi": { - "type": "string" - }, - "stac_month": { - "type": "string" - }, - "stac_month_cls_code": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "thtr_ntin": { - "type": "string" - }, - "total_aset": { - "type": "string" - }, - "total_cptl": { - "type": "string" - }, - "total_lblt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingProfitAssetIndexRequest": { - "description": "KISDomesticStockV1RankingProfitAssetIndexRequest schema", - "properties": { - "fid_blng_cls_code": { - "type": "string" - }, - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_input_option_1": { - "type": "string" - }, - "fid_input_option_2": { - "type": "string" - }, - "fid_input_price_1": { - "type": "string" - }, - "fid_input_price_2": { - "type": "string" - }, - "fid_rank_sort_cls_code": { - "type": "string" - }, - "fid_trgt_cls_code": { - "type": "string" - }, - "fid_trgt_exls_cls_code": { - "type": "string" - }, - "fid_vol_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingQuoteBalance": { - "description": "KISDomesticStockV1RankingQuoteBalance schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "seln_rsqn_rate": { - "type": "string" - }, - "shnu_rsqn_rate": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "total_askp_rsqn": { - "type": "string" - }, - "total_bidp_rsqn": { - "type": "string" - }, - "total_ntsl_bidp_rsqn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingQuoteBalanceRequest": { - "description": "KISDomesticStockV1RankingQuoteBalanceRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_input_price_1": { - "type": "string" - }, - "fid_input_price_2": { - "type": "string" - }, - "fid_rank_sort_cls_code": { - "type": "string" - }, - "fid_trgt_cls_code": { - "type": "string" - }, - "fid_trgt_exls_cls_code": { - "type": "string" - }, - "fid_vol_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingShortSale": { - "description": "KISDomesticStockV1RankingShortSale schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "avrg_prc": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "ssts_cntg_qty": { - "type": "string" - }, - "ssts_tr_pbmn": { - "type": "string" - }, - "ssts_tr_pbmn_rlim": { - "type": "string" - }, - "ssts_vol_rlim": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stnd_date1": { - "type": "string" - }, - "stnd_date2": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingShortSaleRequest": { - "description": "KISDomesticStockV1RankingShortSaleRequest schema", - "properties": { - "FID_APLY_RANG_PRC_1": { - "type": "string" - }, - "FID_APLY_RANG_PRC_2": { - "type": "string" - }, - "FID_APLY_RANG_VOL": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_CNT_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_PERIOD_DIV_CODE": { - "type": "string" - }, - "FID_TRGT_CLS_CODE": { - "type": "string" - }, - "FID_TRGT_EXLS_CLS_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingTopInterestStock": { - "description": "KISDomesticStockV1RankingTopInterestStock schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "askp": { - "type": "string" - }, - "bidp": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "inter_issu_reg_csnu": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "mrkt_div_cls_name": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingTopInterestStockRequest": { - "description": "KISDomesticStockV1RankingTopInterestStockRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_cnt_1": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_input_iscd_2": { - "type": "string" - }, - "fid_input_price_1": { - "type": "string" - }, - "fid_input_price_2": { - "type": "string" - }, - "fid_trgt_cls_code": { - "type": "string" - }, - "fid_trgt_exls_cls_code": { - "type": "string" - }, - "fid_vol_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingTradedByCompany": { - "description": "KISDomesticStockV1RankingTradedByCompany schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "mksc_shrn_iscd": { - "type": "string" - }, - "ntby_cnqn": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "seln_cnqn_smtn": { - "type": "string" - }, - "shnu_cnqn_smtn": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingTradedByCompanyRequest": { - "description": "KISDomesticStockV1RankingTradedByCompanyRequest schema", - "properties": { - "fid_aply_rang_prc_1": { - "type": "string" - }, - "fid_aply_rang_prc_2": { - "type": "string" - }, - "fid_aply_rang_vol": { - "type": "string" - }, - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_date_1": { - "type": "string" - }, - "fid_input_date_2": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_rank_sort_cls_code": { - "type": "string" - }, - "fid_trgt_cls_code": { - "type": "string" - }, - "fid_trgt_exls_cls_code": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingVolumePower": { - "description": "KISDomesticStockV1RankingVolumePower schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "data_rank": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "seln_cnqn_smtn": { - "type": "string" - }, - "shnu_cnqn_smtn": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - }, - "tday_rltv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1RankingVolumePowerRequest": { - "description": "KISDomesticStockV1RankingVolumePowerRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_cond_scr_div_code": { - "type": "string" - }, - "fid_div_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - }, - "fid_input_price_1": { - "type": "string" - }, - "fid_input_price_2": { - "type": "string" - }, - "fid_trgt_cls_code": { - "type": "string" - }, - "fid_trgt_exls_cls_code": { - "type": "string" - }, - "fid_vol_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquireAccountBalance": { - "description": "KISDomesticStockV1TradingInquireAccountBalance schema", - "properties": { - "Output1": { - "items": { - "nullable": true, - "properties": { - "crdt_lnd_amt": { - "type": "string" - }, - "evlu_amt": { - "type": "string" - }, - "evlu_pfls_amt": { - "type": "string" - }, - "pchs_amt": { - "type": "string" - }, - "real_nass_amt": { - "type": "string" - }, - "whol_weit_rt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "Output2": { - "items": { - "nullable": true, - "properties": { - "cma_auto_loan_amt": { - "type": "string" - }, - "cma_evlu_amt": { - "type": "string" - }, - "crdt_fncg_amt": { - "type": "string" - }, - "dncl_amt": { - "type": "string" - }, - "etpr_crdt_grnt_loan_amt": { - "type": "string" - }, - "evlu_amt_smtl": { - "type": "string" - }, - "evlu_pfls_amt_smtl": { - "type": "string" - }, - "frcr_evlu_tota": { - "type": "string" - }, - "loan_amt_smtl": { - "type": "string" - }, - "mmf_cma_mgge_loan_amt": { - "type": "string" - }, - "nass_tot_amt": { - "type": "string" - }, - "ocl_apl_loan_amt": { - "type": "string" - }, - "ovrs_bond_evlu_amt": { - "type": "string" - }, - "ovrs_stck_evlu_amt1": { - "type": "string" - }, - "pbst_sbsc_fnds_loan_use_amt": { - "type": "string" - }, - "pchs_amt_smtl": { - "type": "string" - }, - "pldg_stup_amt": { - "type": "string" - }, - "sbsc_dncl_amt": { - "type": "string" - }, - "stln_evlu_amt": { - "type": "string" - }, - "thdt_rcvb_amt": { - "type": "string" - }, - "tot_asst_amt": { - "type": "string" - }, - "tot_dncl_amt": { - "type": "string" - }, - "tot_lnda_tot_ulst_lnda": { - "type": "string" - }, - "tot_mgln_amt": { - "type": "string" - }, - "tot_sbst_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquireAccountBalanceRequest": { - "description": "KISDomesticStockV1TradingInquireAccountBalanceRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "BSPR_BF_DT_APLY_YN": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "INQR_DVSN_1": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquireBalance": { - "description": "KISDomesticStockV1TradingInquireBalance schema", - "properties": { - "ctx_area_fk100": { - "nullable": true, - "type": "string" - }, - "ctx_area_nk100": { - "nullable": true, - "type": "string" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "bfdy_buy_qty": { - "type": "string" - }, - "bfdy_cprs_icdc": { - "type": "string" - }, - "bfdy_sll_qty": { - "type": "string" - }, - "evlu_amt": { - "type": "string" - }, - "evlu_erng_rt": { - "type": "string" - }, - "evlu_pfls_amt": { - "type": "string" - }, - "evlu_pfls_rt": { - "type": "string" - }, - "expd_dt": { - "type": "string" - }, - "fltt_rt": { - "type": "string" - }, - "grta_rt_name": { - "type": "string" - }, - "hldg_qty": { - "type": "string" - }, - "item_mgna_rt_name": { - "type": "string" - }, - "loan_amt": { - "type": "string" - }, - "loan_dt": { - "type": "string" - }, - "ord_psbl_qty": { - "type": "string" - }, - "pchs_amt": { - "type": "string" - }, - "pchs_avg_pric": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prpr": { - "type": "string" - }, - "sbst_pric": { - "type": "string" - }, - "stck_loan_unpr": { - "type": "string" - }, - "stln_slng_chgs": { - "type": "string" - }, - "thdt_buyqty": { - "type": "string" - }, - "thdt_sll_qty": { - "type": "string" - }, - "trad_dvsn_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "asst_icdc_amt": { - "type": "string" - }, - "asst_icdc_erng_rt": { - "type": "string" - }, - "bfdy_buy_amt": { - "type": "string" - }, - "bfdy_sll_amt": { - "type": "string" - }, - "bfdy_tlex_amt": { - "type": "string" - }, - "bfdy_tot_asst_evlu_amt": { - "type": "string" - }, - "cma_evlu_amt": { - "type": "string" - }, - "d2_auto_rdpt_amt": { - "type": "string" - }, - "dnca_tot_amt": { - "type": "string" - }, - "evlu_amt_smtl_amt": { - "type": "string" - }, - "evlu_pfls_smtl_amt": { - "type": "string" - }, - "fncg_gld_auto_rdpt_yn": { - "type": "string" - }, - "nass_amt": { - "type": "string" - }, - "nxdy_auto_rdpt_amt": { - "type": "string" - }, - "nxdy_excc_amt": { - "type": "string" - }, - "pchs_amt_smtl_amt": { - "type": "string" - }, - "prvs_rcdl_excc_amt": { - "type": "string" - }, - "scts_evlu_amt": { - "type": "string" - }, - "thdt_buy_amt": { - "type": "string" - }, - "thdt_sll_amt": { - "type": "string" - }, - "thdt_tlex_amt": { - "type": "string" - }, - "tot_evlu_amt": { - "type": "string" - }, - "tot_loan_amt": { - "type": "string" - }, - "tot_stln_slng_chgs": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquireBalanceRequest": { - "description": "KISDomesticStockV1TradingInquireBalanceRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "AFHR_FLPR_YN": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "FNCG_AMT_AUTO_RDPT_YN": { - "type": "string" - }, - "FUND_STTL_ICLD_YN": { - "type": "string" - }, - "INQR_DVSN": { - "type": "string" - }, - "PRCS_DVSN": { - "type": "string" - }, - "UNPR_DVSN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquireBalanceRlzPl": { - "description": "KISDomesticStockV1TradingInquireBalanceRlzPl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "bfdy_buy_qty": { - "type": "string" - }, - "bfdy_cprs_icdc": { - "type": "string" - }, - "bfdy_sll_qty": { - "type": "string" - }, - "evlu_amt": { - "type": "string" - }, - "evlu_erng_rt": { - "type": "string" - }, - "evlu_pfls_amt": { - "type": "string" - }, - "evlu_pfls_rt": { - "type": "string" - }, - "expd_dt": { - "type": "string" - }, - "fltt_rt": { - "type": "string" - }, - "hldg_qty": { - "type": "string" - }, - "loan_amt": { - "type": "string" - }, - "loan_dt": { - "type": "string" - }, - "ord_psbl_qty": { - "type": "string" - }, - "pchs_amt": { - "type": "string" - }, - "pchs_avg_pric": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prpr": { - "type": "string" - }, - "stck_loan_unpr": { - "type": "string" - }, - "stln_slng_chgs": { - "type": "string" - }, - "thdt_buyqty": { - "type": "string" - }, - "thdt_sll_qty": { - "type": "string" - }, - "trad_dvsn_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "asst_icdc_amt": { - "type": "string" - }, - "asst_icdc_erng_rt": { - "type": "string" - }, - "bfdy_buy_amt": { - "type": "string" - }, - "bfdy_sll_amt": { - "type": "string" - }, - "bfdy_tlex_amt": { - "type": "string" - }, - "bfdy_tot_asst_evlu_amt": { - "type": "string" - }, - "cma_evlu_amt": { - "type": "string" - }, - "d2_auto_rdpt_amt": { - "type": "string" - }, - "dnca_tot_amt": { - "type": "string" - }, - "evlu_amt_smtl_amt": { - "type": "string" - }, - "evlu_pfls_smtl_amt": { - "type": "string" - }, - "fncg_gld_auto_rdpt_yn": { - "type": "string" - }, - "nass_amt": { - "type": "string" - }, - "nxdy_auto_rdpt_amt": { - "type": "string" - }, - "nxdy_excc_amt": { - "type": "string" - }, - "pchs_amt_smtl_amt": { - "type": "string" - }, - "prvs_rcdl_excc_amt": { - "type": "string" - }, - "real_evlu_pfls": { - "type": "string" - }, - "real_evlu_pfls_erng_rt": { - "type": "string" - }, - "rlzt_erng_rt": { - "type": "string" - }, - "rlzt_pfls": { - "type": "string" - }, - "scts_evlu_amt": { - "type": "string" - }, - "thdt_buy_amt": { - "type": "string" - }, - "thdt_sll_amt": { - "type": "string" - }, - "thdt_tlex_amt": { - "type": "string" - }, - "tot_evlu_amt": { - "type": "string" - }, - "tot_loan_amt": { - "type": "string" - }, - "tot_stln_slng_chgs": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquireBalanceRlzPlRequest": { - "description": "KISDomesticStockV1TradingInquireBalanceRlzPlRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "AFHR_FLPR_YN": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "COST_ICLD_YN": { - "type": "string" - }, - "CTX_AREA_FK100": { - "type": "string" - }, - "CTX_AREA_NK100": { - "type": "string" - }, - "FNCG_AMT_AUTO_RDPT_YN": { - "type": "string" - }, - "FUND_STTL_ICLD_YN": { - "type": "string" - }, - "INQR_DVSN": { - "type": "string" - }, - "OFL_YN": { - "type": "string" - }, - "PRCS_DVSN": { - "type": "string" - }, - "UNPR_DVSN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquireCreditPsamount": { - "description": "KISDomesticStockV1TradingInquireCreditPsamount schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "cma_evlu_amt": { - "type": "string" - }, - "fund_rpch_chgs": { - "type": "string" - }, - "max_buy_amt": { - "type": "string" - }, - "max_buy_qty": { - "type": "string" - }, - "nrcvb_buy_amt": { - "type": "string" - }, - "nrcvb_buy_qty": { - "type": "string" - }, - "ord_psbl_cash": { - "type": "string" - }, - "ord_psbl_frcr_amt_wcrc": { - "type": "string" - }, - "ord_psbl_sbst": { - "type": "string" - }, - "ovrs_re_use_amt_wcrc": { - "type": "string" - }, - "psbl_qty_calc_unpr": { - "type": "string" - }, - "ruse_psbl_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquireCreditPsamountRequest": { - "description": "KISDomesticStockV1TradingInquireCreditPsamountRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CMA_EVLU_AMT_ICLD_YN": { - "type": "string" - }, - "CRDT_TYPE": { - "type": "string" - }, - "ORD_DVSN": { - "type": "string" - }, - "ORD_UNPR": { - "type": "string" - }, - "OVRS_ICLD_YN": { - "type": "string" - }, - "PDNO": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquireDailyCcld": { - "description": "KISDomesticStockV1TradingInquireDailyCcld schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "avg_prvs": { - "type": "string" - }, - "ccld_cndt_name": { - "type": "string" - }, - "cnc_cfrm_qty": { - "type": "string" - }, - "cncl_yn": { - "type": "string" - }, - "cpbc_ordp_infm_mthd_dvsn_cd": { - "type": "string" - }, - "cpbc_ordp_mtrl_dvsn_cd": { - "type": "string" - }, - "cpbc_ordp_ord_rcit_dvsn_cd": { - "type": "string" - }, - "ctac_tlno": { - "type": "string" - }, - "excg_dvsn_cd": { - "type": "string" - }, - "excg_id_dvsn_Cd": { - "type": "string" - }, - "infm_tmd": { - "type": "string" - }, - "inqr_ip_addr": { - "type": "string" - }, - "loan_dt": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_dt": { - "type": "string" - }, - "ord_dvsn_cd": { - "type": "string" - }, - "ord_dvsn_name": { - "type": "string" - }, - "ord_gno_brno": { - "type": "string" - }, - "ord_orgno": { - "type": "string" - }, - "ord_qty": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - }, - "ord_unpr": { - "type": "string" - }, - "ordr_empno": { - "type": "string" - }, - "orgn_odno": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "rjct_qty": { - "type": "string" - }, - "rmn_qty": { - "type": "string" - }, - "rsvn_ord_end_dt": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "sll_buy_dvsn_cd_name": { - "type": "string" - }, - "stpm_cndt_pric": { - "type": "string" - }, - "stpm_efct_occr_dtmd": { - "type": "string" - }, - "tot_ccld_amt": { - "type": "string" - }, - "tot_ccld_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "pchs_avg_pric": { - "type": "string" - }, - "prsm_tlex_smtl": { - "type": "string" - }, - "tot_ccld_amt": { - "type": "string" - }, - "tot_ccld_qty": { - "type": "string" - }, - "tot_ord_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquireDailyCcldRequest": { - "description": "KISDomesticStockV1TradingInquireDailyCcldRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CCLD_DVSN": { - "type": "string" - }, - "CTX_AREA_FK100": { - "type": "string" - }, - "CTX_AREA_NK100": { - "type": "string" - }, - "EXCG_ID_DVSN_CD": { - "type": "string" - }, - "INQR_DVSN": { - "type": "string" - }, - "INQR_DVSN_1": { - "type": "string" - }, - "INQR_DVSN_3": { - "type": "string" - }, - "INQR_END_DT": { - "type": "string" - }, - "INQR_STRT_DT": { - "type": "string" - }, - "ORD_GNO_BRNO": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquirePeriodProfit": { - "description": "KISDomesticStockV1TradingInquirePeriodProfit schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "buy_amt": { - "type": "string" - }, - "buy_qty1": { - "type": "string" - }, - "fee": { - "type": "string" - }, - "loan_int": { - "type": "string" - }, - "pfls_rt": { - "type": "string" - }, - "rlzt_pfls": { - "type": "string" - }, - "sll_amt": { - "type": "string" - }, - "sll_qty1": { - "type": "string" - }, - "tl_tax": { - "type": "string" - }, - "trad_dt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "buy_excc_amt_smtl": { - "type": "string" - }, - "buy_fee_smtl": { - "type": "string" - }, - "buy_qty_smtl": { - "type": "string" - }, - "buy_tax_smtl": { - "type": "string" - }, - "buy_tr_amt_smtl": { - "type": "string" - }, - "loan_int": { - "type": "string" - }, - "sll_excc_amt_smtl": { - "type": "string" - }, - "sll_fee_smtl": { - "type": "string" - }, - "sll_qty_smtl": { - "type": "string" - }, - "sll_tltx_smtl": { - "type": "string" - }, - "sll_tr_amt_smtl": { - "type": "string" - }, - "tot_excc_amt": { - "type": "string" - }, - "tot_fee": { - "type": "string" - }, - "tot_qty": { - "type": "string" - }, - "tot_rlzt_pfls": { - "type": "string" - }, - "tot_tltx": { - "type": "string" - }, - "tot_tr_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquirePeriodProfitRequest": { - "description": "KISDomesticStockV1TradingInquirePeriodProfitRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CBLC_DVSN": { - "type": "string" - }, - "CTX_AREA_FK100": { - "type": "string" - }, - "CTX_AREA_NK100": { - "type": "string" - }, - "INQR_DVSN": { - "type": "string" - }, - "INQR_END_DT": { - "type": "string" - }, - "INQR_STRT_DT": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "SORT_DVSN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquirePeriodTradeProfit": { - "description": "KISDomesticStockV1TradingInquirePeriodTradeProfit schema", - "properties": { - "ctx_area_fk100": { - "nullable": true, - "type": "string" - }, - "ctx_area_nk100": { - "nullable": true, - "type": "string" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "buy_amt": { - "type": "string" - }, - "buy_qty": { - "type": "string" - }, - "fee": { - "type": "string" - }, - "hldg_qty": { - "type": "string" - }, - "loan_dt": { - "type": "string" - }, - "loan_int": { - "type": "string" - }, - "pchs_unpr": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "pfls_rt": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "rlzt_pfls": { - "type": "string" - }, - "sll_amt": { - "type": "string" - }, - "sll_pric": { - "type": "string" - }, - "sll_qty": { - "type": "string" - }, - "tl_tax": { - "type": "string" - }, - "trad_dt": { - "type": "string" - }, - "trad_dvsn_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "buy_excc_amt_smtl": { - "type": "string" - }, - "buy_fee_smtl": { - "type": "string" - }, - "buy_tax_smtl": { - "type": "string" - }, - "buy_tr_amt_smtl": { - "type": "string" - }, - "buyqty_smtl": { - "type": "string" - }, - "loan_int": { - "type": "string" - }, - "sll_excc_amt_smtl": { - "type": "string" - }, - "sll_fee_smtl": { - "type": "string" - }, - "sll_qty_smtl": { - "type": "string" - }, - "sll_tltx_smtl": { - "type": "string" - }, - "sll_tr_amt_smtl": { - "type": "string" - }, - "tot_excc_amt": { - "type": "string" - }, - "tot_fee": { - "type": "string" - }, - "tot_pftrt": { - "type": "string" - }, - "tot_qty": { - "type": "string" - }, - "tot_rlzt_pfls": { - "type": "string" - }, - "tot_tltx": { - "type": "string" - }, - "tot_tr_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquirePeriodTradeProfitRequest": { - "description": "KISDomesticStockV1TradingInquirePeriodTradeProfitRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CBLC_DVSN": { - "type": "string" - }, - "CTX_AREA_FK100": { - "type": "string" - }, - "CTX_AREA_NK100": { - "type": "string" - }, - "INQR_END_DT": { - "type": "string" - }, - "INQR_STRT_DT": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "SORT_DVSN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquirePsblOrder": { - "description": "KISDomesticStockV1TradingInquirePsblOrder schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "cma_evlu_amt": { - "type": "string" - }, - "fund_rpch_chgs": { - "type": "string" - }, - "max_buy_amt": { - "type": "string" - }, - "max_buy_qty": { - "type": "string" - }, - "nrcvb_buy_amt": { - "type": "string" - }, - "nrcvb_buy_qty": { - "type": "string" - }, - "ord_psbl_cash": { - "type": "string" - }, - "ord_psbl_frcr_amt_wcrc": { - "type": "string" - }, - "ord_psbl_sbst": { - "type": "string" - }, - "ovrs_re_use_amt_wcrc": { - "type": "string" - }, - "psbl_qty_calc_unpr": { - "type": "string" - }, - "ruse_psbl_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquirePsblOrderRequest": { - "description": "KISDomesticStockV1TradingInquirePsblOrderRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CMA_EVLU_AMT_ICLD_YN": { - "type": "string" - }, - "ORD_DVSN": { - "type": "string" - }, - "ORD_UNPR": { - "type": "string" - }, - "OVRS_ICLD_YN": { - "type": "string" - }, - "PDNO": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquirePsblRvsecncl": { - "description": "KISDomesticStockV1TradingInquirePsblRvsecncl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "excg_dvsn_cd": { - "type": "string" - }, - "excg_id_dvsn_cd": { - "type": "string" - }, - "excg_id_dvsn_name": { - "type": "string" - }, - "mgco_aptm_odno": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_dvsn_cd": { - "type": "string" - }, - "ord_dvsn_name": { - "type": "string" - }, - "ord_gno_brno": { - "type": "string" - }, - "ord_qty": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - }, - "ord_unpr": { - "type": "string" - }, - "orgn_odno": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "psbl_qty": { - "type": "string" - }, - "rvse_cncl_dvsn_name": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "stpm_cndt_pric": { - "type": "string" - }, - "stpm_efct_occr_yn": { - "type": "string" - }, - "tot_ccld_amt": { - "type": "string" - }, - "tot_ccld_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquirePsblRvsecnclRequest": { - "description": "KISDomesticStockV1TradingInquirePsblRvsecnclRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK100": { - "type": "string" - }, - "CTX_AREA_NK100": { - "type": "string" - }, - "INQR_DVSN_1": { - "type": "string" - }, - "INQR_DVSN_2": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquirePsblSell": { - "description": "KISDomesticStockV1TradingInquirePsblSell schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "buy_qty": { - "type": "string" - }, - "cblc_qty": { - "type": "string" - }, - "evlu_amt": { - "type": "string" - }, - "evlu_pfls_amt": { - "type": "string" - }, - "evlu_pfls_rt": { - "type": "string" - }, - "now_pric": { - "type": "string" - }, - "nsvg_qty": { - "type": "string" - }, - "ord_psbl_qty": { - "type": "string" - }, - "pchs_amt": { - "type": "string" - }, - "pchs_avg_pric": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "sll_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingInquirePsblSellRequest": { - "description": "KISDomesticStockV1TradingInquirePsblSellRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "PDNO": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingIntgrMargin": { - "description": "KISDomesticStockV1TradingIntgrMargin schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acmga_pct100_aptm_rson": { - "type": "string" - }, - "acmga_rt": { - "type": "string" - }, - "bond_itgr_ord_psbl_amt": { - "type": "string" - }, - "bond_max_ord_psbl_amt": { - "type": "string" - }, - "bond_re_use_ovrs_use_amt": { - "type": "string" - }, - "bond_ruse_psbl_amt_use_amt": { - "type": "string" - }, - "bond_ruse_psbl_objt_amt": { - "type": "string" - }, - "bond_ruse_psbl_ord_psbl_amt": { - "type": "string" - }, - "cny_frst_bltn_exrt": { - "type": "string" - }, - "cny_gnrl_ord_psbl_amt": { - "type": "string" - }, - "cny_itgr_ord_psbl_amt": { - "type": "string" - }, - "cny_objt_amt": { - "type": "string" - }, - "cny_ord_psbl_amt": { - "type": "string" - }, - "cny_oth_mket_use_amt": { - "type": "string" - }, - "cny_re_use_oth_mket_use_amt": { - "type": "string" - }, - "cny_ruse_amt": { - "type": "string" - }, - "cny_ruse_objt_amt": { - "type": "string" - }, - "cny_ruse_ord_psbl_amt": { - "type": "string" - }, - "cny_use_amt": { - "type": "string" - }, - "hgkg_cny_re_use_amt": { - "type": "string" - }, - "hkd_frst_bltn_exrt": { - "type": "string" - }, - "hkd_gnrl_ord_psbl_amt": { - "type": "string" - }, - "hkd_itgr_ord_psbl_amt": { - "type": "string" - }, - "hkd_objt_amt": { - "type": "string" - }, - "hkd_ord_psbl_amt": { - "type": "string" - }, - "hkd_oth_mket_use_amt": { - "type": "string" - }, - "hkd_re_use_oth_mket_use_amt": { - "type": "string" - }, - "hkd_ruse_amt": { - "type": "string" - }, - "hkd_ruse_objt_amt": { - "type": "string" - }, - "hkd_ruse_ord_psbl_amt": { - "type": "string" - }, - "hkd_use_amt": { - "type": "string" - }, - "jpy_frst_bltn_exrt": { - "type": "string" - }, - "jpy_gnrl_ord_psbl_amt": { - "type": "string" - }, - "jpy_itgr_ord_psbl_amt": { - "type": "string" - }, - "jpy_objt_amt": { - "type": "string" - }, - "jpy_ord_psbl_amt": { - "type": "string" - }, - "jpy_oth_mket_use_amt": { - "type": "string" - }, - "jpy_re_use_oth_mket_use_amt": { - "type": "string" - }, - "jpy_ruse_amt": { - "type": "string" - }, - "jpy_ruse_objt_amt": { - "type": "string" - }, - "jpy_ruse_ord_psbl_amt": { - "type": "string" - }, - "jpy_use_amt": { - "type": "string" - }, - "lmt_amt": { - "type": "string" - }, - "ovrs_stck_itgr_mgna_dvsn_name": { - "type": "string" - }, - "rcvb_amt": { - "type": "string" - }, - "stck_cash100_max_ord_psbl_amt": { - "type": "string" - }, - "stck_cash20_max_ord_psbl_amt": { - "type": "string" - }, - "stck_cash30_max_ord_psbl_amt": { - "type": "string" - }, - "stck_cash40_max_ord_psbl_amt": { - "type": "string" - }, - "stck_cash50_max_ord_psbl_amt": { - "type": "string" - }, - "stck_cash60_max_ord_psbl_amt": { - "type": "string" - }, - "stck_cash_objt_amt": { - "type": "string" - }, - "stck_cash_ord_psbl_amt": { - "type": "string" - }, - "stck_cash_ovrs_use_amt": { - "type": "string" - }, - "stck_cash_use_amt": { - "type": "string" - }, - "stck_evlu_objt_amt": { - "type": "string" - }, - "stck_evlu_ord_psbl_amt": { - "type": "string" - }, - "stck_evlu_ovrs_use_amt": { - "type": "string" - }, - "stck_evlu_use_amt": { - "type": "string" - }, - "stck_fncg45_max_ord_psbl_amt": { - "type": "string" - }, - "stck_fncg50_max_ord_psbl_amt": { - "type": "string" - }, - "stck_fncg60_max_ord_psbl_amt": { - "type": "string" - }, - "stck_fncg70_max_ord_psbl_amt": { - "type": "string" - }, - "stck_fncg_rdpt_amt_use_amt": { - "type": "string" - }, - "stck_fncg_rdpt_objt_atm": { - "type": "string" - }, - "stck_fncg_rdpt_ovrs_use_amt": { - "type": "string" - }, - "stck_fund_rpch_chgs_objt_amt": { - "type": "string" - }, - "stck_fund_rpch_chgs_use_amt": { - "type": "string" - }, - "stck_fund_rpch_ord_psbl_amt": { - "type": "string" - }, - "stck_fund_rpch_ovrs_use_amt": { - "type": "string" - }, - "stck_itgr_100_ord_psbl_amt": { - "type": "string" - }, - "stck_itgr_cash100_ord_psbl_amt": { - "type": "string" - }, - "stck_itgr_cash20_ord_psbl_amt": { - "type": "string" - }, - "stck_itgr_cash30_ord_psbl_amt": { - "type": "string" - }, - "stck_itgr_cash40_ord_psbl_amt": { - "type": "string" - }, - "stck_itgr_cash50_ord_psbl_amt": { - "type": "string" - }, - "stck_itgr_cash60_ord_psbl_amt": { - "type": "string" - }, - "stck_itgr_fncg45_ord_psbl_amt": { - "type": "string" - }, - "stck_itgr_fncg50_ord_psbl_amt": { - "type": "string" - }, - "stck_itgr_fncg60_ord_psbl_amt": { - "type": "string" - }, - "stck_itgr_fncg70_ord_psbl_amt": { - "type": "string" - }, - "stck_itgr_stln_ord_psbl_amt": { - "type": "string" - }, - "stck_loan_grta_ruse_psbl_amt": { - "type": "string" - }, - "stck_re_use_amt_ovrs_use_amt": { - "type": "string" - }, - "stck_rsip100_max_ord_psbl_amt": { - "type": "string" - }, - "stck_ruse_psbl_amt_use_amt": { - "type": "string" - }, - "stck_ruse_psbl_objt_amt": { - "type": "string" - }, - "stck_ruse_psbl_ord_psbl_amt": { - "type": "string" - }, - "stck_sbst_objt_amt": { - "type": "string" - }, - "stck_sbst_ord_psbl_amt": { - "type": "string" - }, - "stck_sbst_ovrs_use_amt": { - "type": "string" - }, - "stck_sbst_use_amt": { - "type": "string" - }, - "stck_stln_max_ord_psbl_amt": { - "type": "string" - }, - "usd_frst_bltn_exrt": { - "type": "string" - }, - "usd_gnrl_ord_psbl_amt": { - "type": "string" - }, - "usd_itgr_ord_psbl_amt": { - "type": "string" - }, - "usd_objt_amt": { - "type": "string" - }, - "usd_ord_psbl_amt": { - "type": "string" - }, - "usd_oth_mket_use_amt": { - "type": "string" - }, - "usd_re_use_oth_mket_use_amt": { - "type": "string" - }, - "usd_ruse_amt": { - "type": "string" - }, - "usd_ruse_objt_amt": { - "type": "string" - }, - "usd_ruse_ord_psbl_amt": { - "type": "string" - }, - "usd_use_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingIntgrMarginRequest": { - "description": "KISDomesticStockV1TradingIntgrMarginRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CMA_EVLU_AMT_ICLD_YN": { - "type": "string" - }, - "FWEX_CTRT_FRCR_DVSN_CD": { - "type": "string" - }, - "WCRC_FRCR_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingOrderCash": { - "description": "KISDomesticStockV1TradingOrderCash schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "KRX_FWDG_ORD_ORGNO": { - "type": "string" - }, - "ODNO": { - "type": "string" - }, - "ORD_TMD": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingOrderCashRequest": { - "description": "KISDomesticStockV1TradingOrderCashRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "ORD_DVSN": { - "type": "string" - }, - "ORD_QTY": { - "type": "string" - }, - "ORD_UNPR": { - "type": "string" - }, - "PDNO": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingOrderCredit": { - "description": "KISDomesticStockV1TradingOrderCredit schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "krx_fwdg_ord_orgno": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingOrderCreditRequest": { - "description": "KISDomesticStockV1TradingOrderCreditRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CRDT_TYPE": { - "type": "string" - }, - "LOAN_DT": { - "type": "string" - }, - "ORD_DVSN": { - "type": "string" - }, - "ORD_QTY": { - "type": "string" - }, - "ORD_UNPR": { - "type": "string" - }, - "PDNO": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingOrderResv": { - "description": "KISDomesticStockV1TradingOrderResv schema", - "properties": { - "msg": { - "nullable": true, - "type": "string" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "rsvn_ord_seq": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingOrderResvCcnl": { - "description": "KISDomesticStockV1TradingOrderResvCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "cncl_ord_dt": { - "type": "string" - }, - "cncl_rcit_tmd": { - "type": "string" - }, - "ctac_tlno": { - "type": "string" - }, - "kor_item_shtn_name": { - "type": "string" - }, - "loan_dt": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_dvsn_cd": { - "type": "string" - }, - "ord_dvsn_name": { - "type": "string" - }, - "ord_rsvn_qty": { - "type": "string" - }, - "ord_rsvn_unpr": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prcs_rslt": { - "type": "string" - }, - "rjct_rson2": { - "type": "string" - }, - "rsvn_end_dt": { - "type": "string" - }, - "rsvn_ord_ord_dt": { - "type": "string" - }, - "rsvn_ord_rcit_dt": { - "type": "string" - }, - "rsvn_ord_rcit_tmd": { - "type": "string" - }, - "rsvn_ord_seq": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "tmnl_mdia_kind_cd": { - "type": "string" - }, - "tot_ccld_amt": { - "type": "string" - }, - "tot_ccld_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingOrderResvCcnlRequest": { - "description": "KISDomesticStockV1TradingOrderResvCcnlRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CNCL_YN": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "PRCS_DVSN_CD": { - "type": "string" - }, - "RSVN_ORD_END_DT": { - "type": "string" - }, - "RSVN_ORD_ORD_DT": { - "type": "string" - }, - "RSVN_ORD_SEQ": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - }, - "TMNL_MDIA_KIND_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingOrderResvRequest": { - "description": "KISDomesticStockV1TradingOrderResvRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "ORD_DVSN_CD": { - "type": "string" - }, - "ORD_OBJT_CBLC_DVSN_CD": { - "type": "string" - }, - "ORD_QTY": { - "type": "string" - }, - "ORD_UNPR": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingOrderResvRvsecncl": { - "description": "KISDomesticStockV1TradingOrderResvRvsecncl schema", - "properties": { - "msg": { - "nullable": true, - "type": "string" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "nrml_prcs_yn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingOrderResvRvsecnclRequest": { - "description": "KISDomesticStockV1TradingOrderResvRvsecnclRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "ORD_DVSN_CD": { - "type": "string" - }, - "ORD_OBJT_CBLC_DVSN_CD": { - "type": "string" - }, - "ORD_QTY": { - "type": "string" - }, - "ORD_UNPR": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "RSVN_ORD_SEQ": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingOrderRvsecncl": { - "description": "KISDomesticStockV1TradingOrderRvsecncl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "krx_fwdg_ord_orgno": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingOrderRvsecnclRequest": { - "description": "KISDomesticStockV1TradingOrderRvsecnclRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "KRX_FWDG_ORD_ORGNO": { - "type": "string" - }, - "ORD_DVSN": { - "type": "string" - }, - "ORD_QTY": { - "type": "string" - }, - "ORD_UNPR": { - "type": "string" - }, - "ORGN_ODNO": { - "type": "string" - }, - "QTY_ALL_ORD_YN": { - "type": "string" - }, - "RVSE_CNCL_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingPensionInquireBalance": { - "description": "KISDomesticStockV1TradingPensionInquireBalance schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "cblc_dvsn_name": { - "type": "string" - }, - "evlu_amt": { - "type": "string" - }, - "evlu_erng_rt": { - "type": "string" - }, - "evlu_pfls_amt": { - "type": "string" - }, - "hldg_qty": { - "type": "string" - }, - "item_dvsn_name": { - "type": "string" - }, - "ord_psbl_qty": { - "type": "string" - }, - "pchs_amt": { - "type": "string" - }, - "pchs_avg_pric": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prpr": { - "type": "string" - }, - "thdt_buyqty": { - "type": "string" - }, - "thdt_sll_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "dnca_tot_amt": { - "type": "string" - }, - "nxdy_excc_amt": { - "type": "string" - }, - "prvs_rcdl_excc_amt": { - "type": "string" - }, - "scts_evlu_amt": { - "type": "string" - }, - "thdt_buy_amt": { - "type": "string" - }, - "thdt_sll_amt": { - "type": "string" - }, - "thdt_tlex_amt": { - "type": "string" - }, - "tot_evlu_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingPensionInquireBalanceRequest": { - "description": "KISDomesticStockV1TradingPensionInquireBalanceRequest schema", - "properties": { - "ACCA_DVSN_CD": { - "type": "string" - }, - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK100": { - "type": "string" - }, - "CTX_AREA_NK100": { - "type": "string" - }, - "INQR_DVSN": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingPensionInquireDailyCcld": { - "description": "KISDomesticStockV1TradingPensionInquireDailyCcld schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "excg_id_dvsn_cd": { - "type": "string" - }, - "nccs_qty": { - "type": "string" - }, - "objt_cust_dvsn_name": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_dvsn_cd": { - "type": "string" - }, - "ord_dvsn_name": { - "type": "string" - }, - "ord_gno_brno": { - "type": "string" - }, - "ord_qty": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - }, - "ord_unpr": { - "type": "string" - }, - "orgn_odno": { - "type": "string" - }, - "pchs_avg_pric": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "stpm_cndt_pric": { - "type": "string" - }, - "stpm_efct_occr_dtmd": { - "type": "string" - }, - "stpm_efct_occr_yn": { - "type": "string" - }, - "tot_ccld_qty": { - "type": "string" - }, - "trad_dvsn_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingPensionInquireDailyCcldRequest": { - "description": "KISDomesticStockV1TradingPensionInquireDailyCcldRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CCLD_NCCS_DVSN": { - "type": "string" - }, - "CTX_AREA_FK100": { - "type": "string" - }, - "CTX_AREA_NK100": { - "type": "string" - }, - "INQR_DVSN_3": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - }, - "USER_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingPensionInquireDeposit": { - "description": "KISDomesticStockV1TradingPensionInquireDeposit schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "dnca_tota": { - "type": "string" - }, - "nx2_day_sttl_amt": { - "type": "string" - }, - "nxdy_excc_amt": { - "type": "string" - }, - "nxdy_sttl_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingPensionInquireDepositRequest": { - "description": "KISDomesticStockV1TradingPensionInquireDepositRequest schema", - "properties": { - "ACCA_DVSN_CD": { - "type": "string" - }, - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingPensionInquirePresentBalance": { - "description": "KISDomesticStockV1TradingPensionInquirePresentBalance schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "cblc_dvsn": { - "type": "string" - }, - "cblc_dvsn_name": { - "type": "string" - }, - "cblc_weit": { - "type": "string" - }, - "evlu_amt": { - "type": "string" - }, - "evlu_pfls_amt": { - "type": "string" - }, - "evlu_pfls_rt": { - "type": "string" - }, - "hldg_qty": { - "type": "string" - }, - "pchs_amt": { - "type": "string" - }, - "pchs_avg_pric": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prpr": { - "type": "string" - }, - "slpsb_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "evlu_amt_smtl_amt": { - "type": "string" - }, - "evlu_pfls_smtl_amt": { - "type": "string" - }, - "pchs_amt_smtl_amt": { - "type": "string" - }, - "pftrt": { - "type": "string" - }, - "thdt_tot_pfls_amt": { - "type": "string" - }, - "trad_pfls_smtl": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingPensionInquirePresentBalanceRequest": { - "description": "KISDomesticStockV1TradingPensionInquirePresentBalanceRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK100": { - "type": "string" - }, - "CTX_AREA_NK100": { - "type": "string" - }, - "USER_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingPensionInquirePsblOrder": { - "description": "KISDomesticStockV1TradingPensionInquirePsblOrder schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "max_buy_amt": { - "type": "string" - }, - "max_buy_qty": { - "type": "string" - }, - "ord_psbl_cash": { - "type": "string" - }, - "psbl_qty_calc_unpr": { - "type": "string" - }, - "ruse_psbl_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingPensionInquirePsblOrderRequest": { - "description": "KISDomesticStockV1TradingPensionInquirePsblOrderRequest schema", - "properties": { - "ACCA_DVSN_CD": { - "type": "string" - }, - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CMA_EVLU_AMT_ICLD_YN": { - "type": "string" - }, - "ORD_DVSN": { - "type": "string" - }, - "ORD_UNPR": { - "type": "string" - }, - "PDNO": { - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingPeriodRights": { - "description": "KISDomesticStockV1TradingPeriodRights schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acno10": { - "type": "string" - }, - "bass_dt": { - "type": "string" - }, - "cash_dfrm_dt": { - "type": "string" - }, - "cblc_qty": { - "type": "string" - }, - "dlay_int_amt": { - "type": "string" - }, - "excs_alct_qty": { - "type": "string" - }, - "last_alct_amt": { - "type": "string" - }, - "last_alct_qty": { - "type": "string" - }, - "last_ftsk_chgs": { - "type": "string" - }, - "last_ftsk_qty": { - "type": "string" - }, - "lstg_dt": { - "type": "string" - }, - "lstg_stqt": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "rdpt_prca": { - "type": "string" - }, - "rfnd_amt": { - "type": "string" - }, - "rfnd_dt": { - "type": "string" - }, - "rght_cblc_type_cd": { - "type": "string" - }, - "rght_type_cd": { - "type": "string" - }, - "rptt_pdno": { - "type": "string" - }, - "rqst_amt": { - "type": "string" - }, - "rqst_dt": { - "type": "string" - }, - "rqst_qty": { - "type": "string" - }, - "sbsc_end_dt": { - "type": "string" - }, - "sbsc_unpr": { - "type": "string" - }, - "shtn_pdno": { - "type": "string" - }, - "tax_amt": { - "type": "string" - }, - "tot_alct_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISDomesticStockV1TradingPeriodRightsRequest": { - "description": "KISDomesticStockV1TradingPeriodRightsRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK100": { - "type": "string" - }, - "CTX_AREA_NK100": { - "type": "string" - }, - "CUST_RNCNO25": { - "type": "string" - }, - "HMID": { - "type": "string" - }, - "INQR_DVSN": { - "type": "string" - }, - "INQR_END_DT": { - "type": "string" - }, - "INQR_STRT_DT": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "PRDT_TYPE_CD": { - "type": "string" - }, - "RGHT_TYPE_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsCompareStocks": { - "description": "KISElwV1QuotationsCompareStocks schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "elw_kor_isnm": { - "type": "string" - }, - "elw_shrn_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsCompareStocksRequest": { - "description": "KISElwV1QuotationsCompareStocksRequest schema", - "properties": { - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsCondSearch": { - "description": "KISElwV1QuotationsCondSearch schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "acpr": { - "type": "string" - }, - "apprch_rate": { - "type": "string" - }, - "atm_cls_name": { - "type": "string" - }, - "bond_shrn_iscd": { - "type": "string" - }, - "cfp": { - "type": "string" - }, - "delta_val": { - "type": "string" - }, - "elw_ko_barrier": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "elw_rght_form": { - "type": "string" - }, - "gear": { - "type": "string" - }, - "hts_ints_vltl": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "hts_rmnn_dynu": { - "type": "string" - }, - "lp_hldn_rate": { - "type": "string" - }, - "lp_hvol": { - "type": "string" - }, - "lp_mbcr_name": { - "type": "string" - }, - "lstn_stcn": { - "type": "string" - }, - "lvrg_val": { - "type": "string" - }, - "moneyness": { - "type": "string" - }, - "mtrt_date": { - "type": "string" - }, - "pblc_co_name": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prit": { - "type": "string" - }, - "prls_qryr_rate": { - "type": "string" - }, - "prls_qryr_stpr_prc": { - "type": "string" - }, - "prmm_val": { - "type": "string" - }, - "rght_type_name": { - "type": "string" - }, - "stck_cnvr_rate": { - "type": "string" - }, - "stck_last_tr_date": { - "type": "string" - }, - "stck_lp_fin_date": { - "type": "string" - }, - "stck_lstn_date": { - "type": "string" - }, - "tick_conv_prc": { - "type": "string" - }, - "tmvl_val": { - "type": "string" - }, - "unas_acml_vol": { - "type": "string" - }, - "unas_isnm": { - "type": "string" - }, - "unas_prdy_ctrt": { - "type": "string" - }, - "unas_prdy_vrss": { - "type": "string" - }, - "unas_prdy_vrss_sign": { - "type": "string" - }, - "unas_prpr": { - "type": "string" - }, - "unas_shrn_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsCondSearchRequest": { - "description": "KISElwV1QuotationsCondSearchRequest schema", - "properties": { - "FID_ACPR1": { - "type": "string" - }, - "FID_ACPR2": { - "type": "string" - }, - "FID_APLY_RANG_PRC_1": { - "type": "string" - }, - "FID_APLY_RANG_PRC_2": { - "type": "string" - }, - "FID_CFP1": { - "type": "string" - }, - "FID_CFP2": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DELTA1": { - "type": "string" - }, - "FID_DELTA2": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_EGEA_VAL1": { - "type": "string" - }, - "FID_EGEA_VAL2": { - "type": "string" - }, - "FID_ETC_CLS_CODE": { - "type": "string" - }, - "FID_GEAR1": { - "type": "string" - }, - "FID_GEAR2": { - "type": "string" - }, - "FID_INPUT_CNT_1": { - "type": "string" - }, - "FID_INPUT_CNT_2": { - "type": "string" - }, - "FID_INPUT_CNT_3": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_INPUT_DVDN_ERT": { - "type": "string" - }, - "FID_INPUT_HIST_VLTL": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_ISCD_2": { - "type": "string" - }, - "FID_INPUT_NMIX_PRICE_1": { - "type": "string" - }, - "FID_INPUT_NMIX_PRICE_2": { - "type": "string" - }, - "FID_INPUT_RMNN_DYNU_1": { - "type": "string" - }, - "FID_INPUT_RMNN_DYNU_2": { - "type": "string" - }, - "FID_INTS_VLTL1": { - "type": "string" - }, - "FID_INTS_VLTL2": { - "type": "string" - }, - "FID_LVRG_VAL1": { - "type": "string" - }, - "FID_LVRG_VAL2": { - "type": "string" - }, - "FID_MRKT_CLS_CODE": { - "type": "string" - }, - "FID_PRIT1": { - "type": "string" - }, - "FID_PRIT2": { - "type": "string" - }, - "FID_PRLS_QRYR_RATE1": { - "type": "string" - }, - "FID_PRLS_QRYR_RATE2": { - "type": "string" - }, - "FID_PRMM_VAL1": { - "type": "string" - }, - "FID_PRMM_VAL2": { - "type": "string" - }, - "FID_PRPR_CNT1": { - "type": "string" - }, - "FID_PRPR_CNT2": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE_2": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE_3": { - "type": "string" - }, - "FID_RSFL_RATE1": { - "type": "string" - }, - "FID_RSFL_RATE2": { - "type": "string" - }, - "FID_STCK_CNVR_RATE1": { - "type": "string" - }, - "FID_STCK_CNVR_RATE2": { - "type": "string" - }, - "FID_THETA1": { - "type": "string" - }, - "FID_THETA2": { - "type": "string" - }, - "FID_TRGT_CLS_CODE": { - "type": "string" - }, - "FID_UNAS_INPUT_ISCD": { - "type": "string" - }, - "FID_VOL1": { - "type": "string" - }, - "FID_VOL2": { - "type": "string" - }, - "FID_VOL3": { - "type": "string" - }, - "FID_VOL4": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsExpirationStocks": { - "description": "KISElwV1QuotationsExpirationStocks schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acpr": { - "type": "string" - }, - "ccls_paym_prc": { - "type": "string" - }, - "elw_kor_isnm": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "elw_shrn_iscd": { - "type": "string" - }, - "evnt_prd_fin_date": { - "type": "string" - }, - "lp_hvol": { - "type": "string" - }, - "lstn_stcn": { - "type": "string" - }, - "mtrt_vltn_amt": { - "type": "string" - }, - "pblc_prc": { - "type": "string" - }, - "rdmp_amt": { - "type": "string" - }, - "rdmp_ask_amt": { - "type": "string" - }, - "stck_cnvr_rate": { - "type": "string" - }, - "stck_last_tr_date": { - "type": "string" - }, - "stck_lstn_date": { - "type": "string" - }, - "stlm_date": { - "type": "string" - }, - "stnd_iscd": { - "type": "string" - }, - "total_rdmp_amt": { - "type": "string" - }, - "unas_isnm": { - "type": "string" - }, - "unas_prpr": { - "type": "string" - }, - "unas_shrn_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsExpirationStocksRequest": { - "description": "KISElwV1QuotationsExpirationStocksRequest schema", - "properties": { - "FID_BLNG_CLS_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_ETC_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_INPUT_ISCD_2": { - "type": "string" - }, - "FID_INPUT_OPTION_1": { - "type": "string" - }, - "FID_UNAS_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsIndicatorTrendCcnl": { - "description": "KISElwV1QuotationsIndicatorTrendCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "apprch_rate": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "gear": { - "type": "string" - }, - "invl_val": { - "type": "string" - }, - "lvrg_val": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prit": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - }, - "tmvl_val": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsIndicatorTrendCcnlRequest": { - "description": "KISElwV1QuotationsIndicatorTrendCcnlRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsIndicatorTrendDaily": { - "description": "KISElwV1QuotationsIndicatorTrendDaily schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "apprch_rate": { - "type": "string" - }, - "elw_hgpr": { - "type": "string" - }, - "elw_lwpr": { - "type": "string" - }, - "elw_oprc": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "gear": { - "type": "string" - }, - "invl_val": { - "type": "string" - }, - "lvrg_val": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prit": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "tmvl_val": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsIndicatorTrendDailyRequest": { - "description": "KISElwV1QuotationsIndicatorTrendDailyRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsIndicatorTrendMinute": { - "description": "KISElwV1QuotationsIndicatorTrendMinute schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "cntg_vol": { - "type": "string" - }, - "elw_hgpr": { - "type": "string" - }, - "elw_lwpr": { - "type": "string" - }, - "elw_oprc": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "gear": { - "type": "string" - }, - "invl_val": { - "type": "string" - }, - "lvrg_val": { - "type": "string" - }, - "prit": { - "type": "string" - }, - "prmm_val": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsIndicatorTrendMinuteRequest": { - "description": "KISElwV1QuotationsIndicatorTrendMinuteRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_HOUR_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_PW_DATA_INCU_YN": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsLpTradeTrend": { - "description": "KISElwV1QuotationsLpTradeTrend schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "acpr": { - "type": "string" - }, - "cfp": { - "type": "string" - }, - "elw_ko_barrier": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "gear": { - "type": "string" - }, - "invl_val": { - "type": "string" - }, - "lvrg_val": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prit": { - "type": "string" - }, - "prls_qryr_rate": { - "type": "string" - }, - "stck_cnvr_rate": { - "type": "string" - }, - "tmvl_val": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "apprch_rate": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "lp_hldn_rate": { - "type": "string" - }, - "lp_hvol": { - "type": "string" - }, - "lp_seln_avrg_unpr": { - "type": "string" - }, - "lp_seln_qty": { - "type": "string" - }, - "lp_shnu_avrg_unpr": { - "type": "string" - }, - "lp_shnu_qty": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prsn_deal_qty": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsLpTradeTrendRequest": { - "description": "KISElwV1QuotationsLpTradeTrendRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsNewlyListed": { - "description": "KISElwV1QuotationsNewlyListed schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acpr": { - "type": "string" - }, - "elw_ko_barrier": { - "type": "string" - }, - "elw_kor_isnm": { - "type": "string" - }, - "elw_shrn_iscd": { - "type": "string" - }, - "lstn_stcn": { - "type": "string" - }, - "pblc_co_name": { - "type": "string" - }, - "stck_last_tr_date": { - "type": "string" - }, - "stck_lstn_date": { - "type": "string" - }, - "unas_isnm": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsNewlyListedRequest": { - "description": "KISElwV1QuotationsNewlyListedRequest schema", - "properties": { - "FID_BLNC_CLS_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_ISCD_2": { - "type": "string" - }, - "FID_UNAS_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsSensitivityTrendCcnl": { - "description": "KISElwV1QuotationsSensitivityTrendCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "delta_val": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "gama": { - "type": "string" - }, - "hts_thpr": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "rho": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - }, - "theta": { - "type": "string" - }, - "vega": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsSensitivityTrendCcnlRequest": { - "description": "KISElwV1QuotationsSensitivityTrendCcnlRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsSensitivityTrendDaily": { - "description": "KISElwV1QuotationsSensitivityTrendDaily schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "delta_val": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "gama": { - "type": "string" - }, - "hts_thpr": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "rho": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "theta": { - "type": "string" - }, - "vega": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsSensitivityTrendDailyRequest": { - "description": "KISElwV1QuotationsSensitivityTrendDailyRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsUdrlAssetList": { - "description": "KISElwV1QuotationsUdrlAssetList schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "unas_isnm": { - "type": "string" - }, - "unas_prdy_ctrt": { - "type": "string" - }, - "unas_prdy_vrss": { - "type": "string" - }, - "unas_prdy_vrss_sign": { - "type": "string" - }, - "unas_prpr": { - "type": "string" - }, - "unas_shrn_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsUdrlAssetListRequest": { - "description": "KISElwV1QuotationsUdrlAssetListRequest schema", - "properties": { - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsUdrlAssetPrice": { - "description": "KISElwV1QuotationsUdrlAssetPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "acpr": { - "type": "string" - }, - "cfp": { - "type": "string" - }, - "delta_val": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "elw_shrn_iscd": { - "type": "string" - }, - "gama": { - "type": "string" - }, - "gear": { - "type": "string" - }, - "hts_ints_vltl": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "hts_rmnn_dynu": { - "type": "string" - }, - "hts_thpr": { - "type": "string" - }, - "invl_val": { - "type": "string" - }, - "lp_hvol": { - "type": "string" - }, - "lp_ntby_qty": { - "type": "string" - }, - "lp_rlim": { - "type": "string" - }, - "lvrg_val": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prit": { - "type": "string" - }, - "prls_qryr_rate": { - "type": "string" - }, - "prls_qryr_stpr_prc": { - "type": "string" - }, - "stck_cnvr_rate": { - "type": "string" - }, - "stck_last_tr_date": { - "type": "string" - }, - "stck_lstn_date": { - "type": "string" - }, - "theta": { - "type": "string" - }, - "tmvl_val": { - "type": "string" - }, - "vega": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsUdrlAssetPriceRequest": { - "description": "KISElwV1QuotationsUdrlAssetPriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_OPTION_1": { - "type": "string" - }, - "FID_INPUT_OPTION_2": { - "type": "string" - }, - "FID_INPUT_PRICE_1": { - "type": "string" - }, - "FID_INPUT_PRICE_2": { - "type": "string" - }, - "FID_INPUT_RMNN_DYNU_1": { - "type": "string" - }, - "FID_INPUT_RMNN_DYNU_2": { - "type": "string" - }, - "FID_INPUT_VOL_1": { - "type": "string" - }, - "FID_INPUT_VOL_2": { - "type": "string" - }, - "FID_MRKT_CLS_CODE": { - "type": "string" - }, - "FID_OPTION": { - "type": "string" - }, - "FID_TRGT_EXLS_CLS_CODE": { - "type": "string" - }, - "FID_UNAS_INPUT_ISCD": { - "type": "string" - }, - "FID_VOL_CNT": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsVolatilityTrendCcnl": { - "description": "KISElwV1QuotationsVolatilityTrendCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "askp": { - "type": "string" - }, - "bidp": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "hts_ints_vltl": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsVolatilityTrendCcnlRequest": { - "description": "KISElwV1QuotationsVolatilityTrendCcnlRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsVolatilityTrendDaily": { - "description": "KISElwV1QuotationsVolatilityTrendDaily schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "d10_hist_vltl": { - "type": "string" - }, - "d20_hist_vltl": { - "type": "string" - }, - "d30_hist_vltl": { - "type": "string" - }, - "d60_hist_vltl": { - "type": "string" - }, - "d90_hist_vltl": { - "type": "string" - }, - "elw_hgpr": { - "type": "string" - }, - "elw_lwpr": { - "type": "string" - }, - "elw_oprc": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "hts_ints_vltl": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsVolatilityTrendDailyRequest": { - "description": "KISElwV1QuotationsVolatilityTrendDailyRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsVolatilityTrendMinute": { - "description": "KISElwV1QuotationsVolatilityTrendMinute schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "elw_hgpr": { - "type": "string" - }, - "elw_lwpr": { - "type": "string" - }, - "elw_oprc": { - "type": "string" - }, - "hist_vltl": { - "type": "string" - }, - "hts_ints_vltl": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsVolatilityTrendMinuteRequest": { - "description": "KISElwV1QuotationsVolatilityTrendMinuteRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_HOUR_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_PW_DATA_INCU_YN": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsVolatilityTrendTick": { - "description": "KISElwV1QuotationsVolatilityTrendTick schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "bsop_date": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "hts_ints_vltl": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1QuotationsVolatilityTrendTickRequest": { - "description": "KISElwV1QuotationsVolatilityTrendTickRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1RankingIndicator": { - "description": "KISElwV1RankingIndicator schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "acpr": { - "type": "string" - }, - "elw_ko_barrier": { - "type": "string" - }, - "elw_kor_isnm": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "elw_shrn_iscd": { - "type": "string" - }, - "invl_val": { - "type": "string" - }, - "lvrg_val": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_cnvr_rate": { - "type": "string" - }, - "tmvl_val": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1RankingIndicatorRequest": { - "description": "KISElwV1RankingIndicatorRequest schema", - "properties": { - "FID_BLNG_CLS_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_PRICE_1": { - "type": "string" - }, - "FID_INPUT_PRICE_2": { - "type": "string" - }, - "FID_INPUT_VOL_1": { - "type": "string" - }, - "FID_INPUT_VOL_2": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - }, - "FID_UNAS_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1RankingQuickChange": { - "description": "KISElwV1RankingQuickChange schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "askp": { - "type": "string" - }, - "bidp": { - "type": "string" - }, - "elw_kor_isnm": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "elw_shrn_iscd": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stnd_val": { - "type": "string" - }, - "stnd_val_ctrt": { - "type": "string" - }, - "stnd_val_vrss": { - "type": "string" - }, - "total_askp_rsqn": { - "type": "string" - }, - "total_bidp_rsqn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1RankingQuickChangeRequest": { - "description": "KISElwV1RankingQuickChangeRequest schema", - "properties": { - "FID_BLNG_CLS_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_HOUR_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_HOUR_1": { - "type": "string" - }, - "FID_INPUT_HOUR_2": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_PRICE_1": { - "type": "string" - }, - "FID_INPUT_PRICE_2": { - "type": "string" - }, - "FID_INPUT_VOL_1": { - "type": "string" - }, - "FID_INPUT_VOL_2": { - "type": "string" - }, - "FID_MRKT_CLS_CODE": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - }, - "FID_UNAS_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1RankingSensitivity": { - "description": "KISElwV1RankingSensitivity schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "d90_hist_vltl": { - "type": "string" - }, - "delta_val": { - "type": "string" - }, - "elw_kor_isnm": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "elw_shrn_iscd": { - "type": "string" - }, - "gama": { - "type": "string" - }, - "hts_ints_vltl": { - "type": "string" - }, - "hts_thpr": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "rho": { - "type": "string" - }, - "theta": { - "type": "string" - }, - "vega": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1RankingSensitivityRequest": { - "description": "KISElwV1RankingSensitivityRequest schema", - "properties": { - "FID_BLNG_CLS_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_PRICE_1": { - "type": "string" - }, - "FID_INPUT_PRICE_2": { - "type": "string" - }, - "FID_INPUT_RMNN_DYNU_1": { - "type": "string" - }, - "FID_INPUT_VOL_1": { - "type": "string" - }, - "FID_INPUT_VOL_2": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - }, - "FID_UNAS_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1RankingUpdownRate": { - "description": "KISElwV1RankingUpdownRate schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "acpr": { - "type": "string" - }, - "delta_val": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "elw_shrn_iscd": { - "type": "string" - }, - "hts_ints_vltl": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "hts_rmnn_dynu": { - "type": "string" - }, - "lp_hldn_rate": { - "type": "string" - }, - "lvrg_val": { - "type": "string" - }, - "oprc_vrss_prpr": { - "type": "string" - }, - "oprc_vrss_prpr_rate": { - "type": "string" - }, - "oprc_vrss_prpr_sign": { - "type": "string" - }, - "prd_rsfl": { - "type": "string" - }, - "prd_rsfl_rate": { - "type": "string" - }, - "prd_rsfl_sign": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prit": { - "type": "string" - }, - "prls_qryr_rate": { - "type": "string" - }, - "prls_qryr_stpr_prc": { - "type": "string" - }, - "sdpr_vrss_prpr": { - "type": "string" - }, - "sdpr_vrss_prpr_rate": { - "type": "string" - }, - "sdpr_vrss_prpr_sign": { - "type": "string" - }, - "stck_cnvr_rate": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_last_tr_date": { - "type": "string" - }, - "stck_lstn_date": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_oprc": { - "type": "string" - }, - "stck_sdpr": { - "type": "string" - }, - "theta": { - "type": "string" - }, - "unas_isnm": { - "type": "string" - }, - "unas_shrn_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1RankingUpdownRateRequest": { - "description": "KISElwV1RankingUpdownRateRequest schema", - "properties": { - "FID_BLNG_CLS_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_PRICE_1": { - "type": "string" - }, - "FID_INPUT_PRICE_2": { - "type": "string" - }, - "FID_INPUT_RMNN_DYNU_1": { - "type": "string" - }, - "FID_INPUT_VOL_1": { - "type": "string" - }, - "FID_INPUT_VOL_2": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - }, - "FID_UNAS_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1RankingVolumeRank": { - "description": "KISElwV1RankingVolumeRank schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "acpr": { - "type": "string" - }, - "delta_val": { - "type": "string" - }, - "elw_kor_isnm": { - "type": "string" - }, - "elw_prpr": { - "type": "string" - }, - "elw_shrn_iscd": { - "type": "string" - }, - "hts_ints_vltl": { - "type": "string" - }, - "hts_rmnn_dynu": { - "type": "string" - }, - "invl_val": { - "type": "string" - }, - "lp_hldn_rate": { - "type": "string" - }, - "lp_mbcr_name": { - "type": "string" - }, - "lp_ntby_qty": { - "type": "string" - }, - "lstn_stcn": { - "type": "string" - }, - "lvrg_val": { - "type": "string" - }, - "n_prdy_tr_pbmn": { - "type": "string" - }, - "n_prdy_tr_pbmn_vrss": { - "type": "string" - }, - "n_prdy_vol": { - "type": "string" - }, - "n_prdy_vol_vrss": { - "type": "string" - }, - "nday_vol_tnrt": { - "type": "string" - }, - "ntby_rsqn": { - "type": "string" - }, - "ntsl_rsqn": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prit": { - "type": "string" - }, - "prls_qryr_rate": { - "type": "string" - }, - "prls_qryr_stpr_prc": { - "type": "string" - }, - "seln_rsqn_rate": { - "type": "string" - }, - "shnu_rsqn_rate": { - "type": "string" - }, - "stck_cnvr_rate": { - "type": "string" - }, - "stck_last_tr_date": { - "type": "string" - }, - "stck_lstn_date": { - "type": "string" - }, - "theta": { - "type": "string" - }, - "tmvl_val": { - "type": "string" - }, - "total_askp_rsqn": { - "type": "string" - }, - "total_bidp_rsqn": { - "type": "string" - }, - "unas_isnm": { - "type": "string" - }, - "unas_shrn_iscd": { - "type": "string" - }, - "vol_inrt": { - "type": "string" - }, - "vol_tnrt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISElwV1RankingVolumeRankRequest": { - "description": "KISElwV1RankingVolumeRankRequest schema", - "properties": { - "FID_BLNG_CLS_CODE": { - "type": "string" - }, - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_DIV_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_ISCD_2": { - "type": "string" - }, - "FID_INPUT_PRICE_1": { - "type": "string" - }, - "FID_INPUT_PRICE_2": { - "type": "string" - }, - "FID_INPUT_RMNN_DYNU_1": { - "type": "string" - }, - "FID_INPUT_VOL_1": { - "type": "string" - }, - "FID_INPUT_VOL_2": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - }, - "FID_UNAS_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISEtfetnV1QuotationsInquireComponentStockPrice": { - "description": "KISEtfetnV1QuotationsInquireComponentStockPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "etf_cnfg_issu_avls": { - "type": "string" - }, - "etf_cnfg_issu_cnt": { - "type": "string" - }, - "etf_cu_unit_scrt_cnt": { - "type": "string" - }, - "etf_ntas_ttam": { - "type": "string" - }, - "hprc_nav": { - "type": "string" - }, - "lprc_nav": { - "type": "string" - }, - "nav": { - "type": "string" - }, - "nav_prdy_ctrt": { - "type": "string" - }, - "nav_prdy_vrss": { - "type": "string" - }, - "nav_prdy_vrss_sign": { - "type": "string" - }, - "oprc_nav": { - "type": "string" - }, - "prdy_clpr_nav": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "etf_cnfg_issu_avls": { - "type": "string" - }, - "etf_cnfg_issu_rlim": { - "type": "string" - }, - "etf_vltn_amt": { - "type": "string" - }, - "hts_avls": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "prdy_vrss_vol": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - }, - "tday_rsfl_rate": { - "type": "string" - }, - "tr_pbmn_tnrt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISEtfetnV1QuotationsInquireComponentStockPriceRequest": { - "description": "KISEtfetnV1QuotationsInquireComponentStockPriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISEtfetnV1QuotationsInquirePrice": { - "description": "KISEtfetnV1QuotationsInquirePrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "bstp_kor_isnm": { - "type": "string" - }, - "crcd": { - "type": "string" - }, - "dprt": { - "type": "string" - }, - "dryy_hgpr_date": { - "type": "string" - }, - "dryy_hgpr_vrss_prpr_rate": { - "type": "string" - }, - "dryy_lwpr_date": { - "type": "string" - }, - "dryy_lwpr_vrss_prpr_rate": { - "type": "string" - }, - "etf_cnfg_issu_cnt": { - "type": "string" - }, - "etf_crcl_ntas_ttam": { - "type": "string" - }, - "etf_crcl_stcn": { - "type": "string" - }, - "etf_cu_unit_scrt_cnt": { - "type": "string" - }, - "etf_div_name": { - "type": "string" - }, - "etf_dvdn_cycl": { - "type": "string" - }, - "etf_frcr_crcl_ntas_ttam": { - "type": "string" - }, - "etf_frcr_last_ntas_wrth_val": { - "type": "string" - }, - "etf_frcr_ntas_ttam": { - "type": "string" - }, - "etf_ntas_ttam": { - "type": "string" - }, - "etf_rprs_bstp_kor_isnm": { - "type": "string" - }, - "etf_trc_ert_mltp": { - "type": "string" - }, - "etf_trgt_nmix_bstp_code": { - "type": "string" - }, - "frgn_hldn_qty": { - "type": "string" - }, - "frgn_hldn_qty_rate": { - "type": "string" - }, - "frgn_limt_rate": { - "type": "string" - }, - "frgn_oder_able_qty": { - "type": "string" - }, - "lp_hldn_rate": { - "type": "string" - }, - "lp_hldn_vol": { - "type": "string" - }, - "lp_oder_able_cls_code": { - "type": "string" - }, - "lstn_stcn": { - "type": "string" - }, - "mbcr_name": { - "type": "string" - }, - "mtrt_date": { - "type": "string" - }, - "nav": { - "type": "string" - }, - "nav_prdy_ctrt": { - "type": "string" - }, - "nav_prdy_vrss": { - "type": "string" - }, - "nav_prdy_vrss_sign": { - "type": "string" - }, - "nmix_ctrt": { - "type": "string" - }, - "prdy_clpr_vrss_hgpr_rate": { - "type": "string" - }, - "prdy_clpr_vrss_lwpr_rate": { - "type": "string" - }, - "prdy_clpr_vrss_oprc_rate": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_last_nav": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "shrg_type_code": { - "type": "string" - }, - "stck_dryy_hgpr": { - "type": "string" - }, - "stck_dryy_lwpr": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_llam": { - "type": "string" - }, - "stck_lstn_date": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_mxpr": { - "type": "string" - }, - "stck_oprc": { - "type": "string" - }, - "stck_prdy_clpr": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - }, - "stck_sdpr": { - "type": "string" - }, - "stck_sspr": { - "type": "string" - }, - "trc_errt": { - "type": "string" - }, - "vi_cls_code": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISEtfetnV1QuotationsInquirePriceRequest": { - "description": "KISEtfetnV1QuotationsInquirePriceRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "KISEtfetnV1QuotationsNavComparisonDailyTrend": { - "description": "KISEtfetnV1QuotationsNavComparisonDailyTrend schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "cntg_vol": { - "type": "string" - }, - "dprt": { - "type": "string" - }, - "nav": { - "type": "string" - }, - "nav_prdy_ctrt": { - "type": "string" - }, - "nav_prdy_vrss": { - "type": "string" - }, - "nav_prdy_vrss_sign": { - "type": "string" - }, - "nav_vrss_prpr": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_clpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISEtfetnV1QuotationsNavComparisonDailyTrendRequest": { - "description": "KISEtfetnV1QuotationsNavComparisonDailyTrendRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_input_date_1": { - "type": "string" - }, - "fid_input_date_2": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "KISEtfetnV1QuotationsNavComparisonTimeTrend": { - "description": "KISEtfetnV1QuotationsNavComparisonTimeTrend schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "bsop_hour": { - "type": "string" - }, - "cntg_vol": { - "type": "string" - }, - "dprt": { - "type": "string" - }, - "nav": { - "type": "string" - }, - "nav_prdy_ctrt": { - "type": "string" - }, - "nav_prdy_vrss": { - "type": "string" - }, - "nav_prdy_vrss_sign": { - "type": "string" - }, - "nav_vrss_prpr": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISEtfetnV1QuotationsNavComparisonTimeTrendRequest": { - "description": "KISEtfetnV1QuotationsNavComparisonTimeTrendRequest schema", - "properties": { - "fid_cond_mrkt_div_code": { - "type": "string" - }, - "fid_hour_cls_code": { - "type": "string" - }, - "fid_input_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "KISEtfetnV1QuotationsNavComparisonTrend": { - "description": "KISEtfetnV1QuotationsNavComparisonTrend schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_tr_pbmn": { - "type": "string" - }, - "acml_vol": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_hgpr": { - "type": "string" - }, - "stck_llam": { - "type": "string" - }, - "stck_lwpr": { - "type": "string" - }, - "stck_mxpr": { - "type": "string" - }, - "stck_oprc": { - "type": "string" - }, - "stck_prdy_clpr": { - "type": "string" - }, - "stck_prpr": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "hprc_nav": { - "type": "string" - }, - "lprc_nav": { - "type": "string" - }, - "nav": { - "type": "string" - }, - "nav_prdy_ctrt": { - "type": "string" - }, - "nav_prdy_vrss": { - "type": "string" - }, - "nav_prdy_vrss_sign": { - "type": "string" - }, - "oprc_nav": { - "type": "string" - }, - "prdy_clpr_nav": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISEtfetnV1QuotationsNavComparisonTrendRequest": { - "description": "KISEtfetnV1QuotationsNavComparisonTrendRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISHashkey": { - "description": "KISHashkey schema", - "properties": { - "HASH": { - "nullable": true, - "type": "string" - }, - "JsonBody": { - "nullable": true, - "type": "string" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISHashkeyRequest": { - "description": "KISHashkeyRequest schema", - "properties": { - "JsonBody": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsDailyCcnl": { - "description": "KISOverseasFutureoptionV1QuotationsDailyCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "index_key": { - "type": "string" - }, - "last_n_cnt": { - "type": "string" - }, - "tret_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "data_date": { - "type": "string" - }, - "data_time": { - "type": "string" - }, - "high_price": { - "type": "string" - }, - "last_price": { - "type": "string" - }, - "last_qntt": { - "type": "string" - }, - "low_price": { - "type": "string" - }, - "open_price": { - "type": "string" - }, - "prev_diff_flag": { - "type": "string" - }, - "prev_diff_price": { - "type": "string" - }, - "prev_diff_rate": { - "type": "string" - }, - "vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsDailyCcnlRequest": { - "description": "KISOverseasFutureoptionV1QuotationsDailyCcnlRequest schema", - "properties": { - "CLOSE_DATE_TIME": { - "type": "string" - }, - "EXCH_CD": { - "type": "string" - }, - "INDEX_KEY": { - "type": "string" - }, - "QRY_CNT": { - "type": "string" - }, - "QRY_GAP": { - "type": "string" - }, - "QRY_TP": { - "type": "string" - }, - "SRS_CD": { - "type": "string" - }, - "START_DATE_TIME": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsInquireAskingPrice": { - "description": "KISOverseasFutureoptionV1QuotationsInquireAskingPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "high_price": { - "type": "string" - }, - "last_price": { - "type": "string" - }, - "lowp_rice": { - "type": "string" - }, - "open_price": { - "type": "string" - }, - "prev_diff_price": { - "type": "string" - }, - "prev_diff_rate": { - "type": "string" - }, - "prev_price": { - "type": "string" - }, - "quot_date": { - "type": "string" - }, - "quot_time": { - "type": "string" - }, - "vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "ask_num": { - "type": "string" - }, - "ask_price": { - "type": "string" - }, - "ask_qntt": { - "type": "string" - }, - "bid_num": { - "type": "string" - }, - "bid_price": { - "type": "string" - }, - "bid_qntt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsInquireAskingPriceRequest": { - "description": "KISOverseasFutureoptionV1QuotationsInquireAskingPriceRequest schema", - "properties": { - "SRS_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsInquirePrice": { - "description": "KISOverseasFutureoptionV1QuotationsInquirePrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "ask_price": { - "type": "string" - }, - "ask_qntt": { - "type": "string" - }, - "bid_price": { - "type": "string" - }, - "bid_qntt": { - "type": "string" - }, - "close_date": { - "type": "string" - }, - "close_time": { - "type": "string" - }, - "crc_cd": { - "type": "string" - }, - "exch_cd": { - "type": "string" - }, - "expr_date": { - "type": "string" - }, - "high_price": { - "type": "string" - }, - "last_price": { - "type": "string" - }, - "last_qntt": { - "type": "string" - }, - "low_price": { - "type": "string" - }, - "open_date": { - "type": "string" - }, - "open_price": { - "type": "string" - }, - "open_time": { - "type": "string" - }, - "prev_diff_flag": { - "type": "string" - }, - "prev_diff_price": { - "type": "string" - }, - "prev_diff_rate": { - "type": "string" - }, - "prev_price": { - "type": "string" - }, - "proc_date": { - "type": "string" - }, - "proc_time": { - "type": "string" - }, - "remn_cnt": { - "type": "string" - }, - "sbsnsdate": { - "type": "string" - }, - "sttl_price": { - "type": "string" - }, - "tick_size": { - "type": "string" - }, - "tot_ask_qntt": { - "type": "string" - }, - "tot_bid_qntt": { - "type": "string" - }, - "trd_fr_date": { - "type": "string" - }, - "trd_to_date": { - "type": "string" - }, - "trst_mgn": { - "type": "string" - }, - "vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsInquirePriceRequest": { - "description": "KISOverseasFutureoptionV1QuotationsInquirePriceRequest schema", - "properties": { - "SRS_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsInquireTimeFuturechartprice": { - "description": "KISOverseasFutureoptionV1QuotationsInquireTimeFuturechartprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "data_date": { - "type": "string" - }, - "data_time": { - "type": "string" - }, - "high_price": { - "type": "string" - }, - "last_price": { - "type": "string" - }, - "last_qntt": { - "type": "string" - }, - "low_price": { - "type": "string" - }, - "open_price": { - "type": "string" - }, - "prev_diff_flag": { - "type": "string" - }, - "prev_diff_price": { - "type": "string" - }, - "prev_diff_rate": { - "type": "string" - }, - "vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "index_key": { - "type": "string" - }, - "last_n_cnt": { - "type": "string" - }, - "ret_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsInquireTimeFuturechartpriceRequest": { - "description": "KISOverseasFutureoptionV1QuotationsInquireTimeFuturechartpriceRequest schema", - "properties": { - "CLOSE_DATE_TIME": { - "type": "string" - }, - "EXCH_CD": { - "type": "string" - }, - "INDEX_KEY": { - "type": "string" - }, - "QRY_CNT": { - "type": "string" - }, - "QRY_GAP": { - "type": "string" - }, - "QRY_TP": { - "type": "string" - }, - "SRS_CD": { - "type": "string" - }, - "START_DATE_TIME": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsInquireTimeOptchartprice": { - "description": "KISOverseasFutureoptionV1QuotationsInquireTimeOptchartprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "data_date": { - "type": "string" - }, - "data_time": { - "type": "string" - }, - "high_price": { - "type": "string" - }, - "last_price": { - "type": "string" - }, - "last_qntt": { - "type": "string" - }, - "low_price": { - "type": "string" - }, - "open_price": { - "type": "string" - }, - "prev_diff_flag": { - "type": "string" - }, - "prev_diff_price": { - "type": "string" - }, - "prev_diff_rate": { - "type": "string" - }, - "vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "index_key": { - "type": "string" - }, - "last_n_cnt": { - "type": "string" - }, - "ret_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsInquireTimeOptchartpriceRequest": { - "description": "KISOverseasFutureoptionV1QuotationsInquireTimeOptchartpriceRequest schema", - "properties": { - "CLOSE_DATE_TIME": { - "type": "string" - }, - "EXCH_CD": { - "type": "string" - }, - "INDEX_KEY": { - "type": "string" - }, - "QRY_CNT": { - "type": "string" - }, - "QRY_GAP": { - "type": "string" - }, - "QRY_TP": { - "type": "string" - }, - "SRS_CD": { - "type": "string" - }, - "START_DATE_TIME": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsInvestorUnpdTrend": { - "description": "KISOverseasFutureoptionV1QuotationsInvestorUnpdTrend schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "row_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "askp_hedge": { - "type": "string" - }, - "askp_hedge_cust": { - "type": "string" - }, - "askp_missing": { - "type": "string" - }, - "askp_spec": { - "type": "string" - }, - "askp_spec_cust": { - "type": "string" - }, - "bidp_hedge": { - "type": "string" - }, - "bidp_hedge_cust": { - "type": "string" - }, - "bidp_missing": { - "type": "string" - }, - "bidp_spec": { - "type": "string" - }, - "bidp_spec_cust": { - "type": "string" - }, - "bsop_date": { - "type": "string" - }, - "cftc_iscd": { - "type": "string" - }, - "cust_smtn": { - "type": "string" - }, - "hts_otst_smtn": { - "type": "string" - }, - "prod_iscd": { - "type": "string" - }, - "spread_spec": { - "type": "string" - }, - "spread_spec_cust": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsInvestorUnpdTrendRequest": { - "description": "KISOverseasFutureoptionV1QuotationsInvestorUnpdTrendRequest schema", - "properties": { - "BSOP_DATE": { - "type": "string" - }, - "CTS_KEY": { - "type": "string" - }, - "PROD_ISCD": { - "type": "string" - }, - "UPMU_GUBUN": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsMarketTime": { - "description": "KISOverseasFutureoptionV1QuotationsMarketTime schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "am_mkmn_end_tmd": { - "type": "string" - }, - "am_mkmn_strt_tmd": { - "type": "string" - }, - "base_mket_end_tmd": { - "type": "string" - }, - "base_mket_strt_tmd": { - "type": "string" - }, - "fm_clas_cd": { - "type": "string" - }, - "fm_clas_name": { - "type": "string" - }, - "fm_excg_cd": { - "type": "string" - }, - "fm_excg_name": { - "type": "string" - }, - "fm_pdgr_cd": { - "type": "string" - }, - "fm_pdgr_name": { - "type": "string" - }, - "fuop_dvsn_name": { - "type": "string" - }, - "mkmn_nxdy_end_tmd": { - "type": "string" - }, - "mkmn_nxdy_strt_tmd": { - "type": "string" - }, - "pm_mkmn_end_tmd": { - "type": "string" - }, - "pm_mkmn_strt_tmd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsMarketTimeRequest": { - "description": "KISOverseasFutureoptionV1QuotationsMarketTimeRequest schema", - "properties": { - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "FM_CLAS_CD": { - "type": "string" - }, - "FM_EXCG_CD": { - "type": "string" - }, - "FM_PDGR_CD": { - "type": "string" - }, - "OPT_YN": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsMonthlyCcnl": { - "description": "KISOverseasFutureoptionV1QuotationsMonthlyCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "index_key": { - "type": "string" - }, - "last_n_cnt": { - "type": "string" - }, - "tret_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "data_date": { - "type": "string" - }, - "data_time": { - "type": "string" - }, - "high_price": { - "type": "string" - }, - "last_price": { - "type": "string" - }, - "last_qntt": { - "type": "string" - }, - "low_price": { - "type": "string" - }, - "open_price": { - "type": "string" - }, - "prev_diff_flag": { - "type": "string" - }, - "prev_diff_price": { - "type": "string" - }, - "prev_diff_rate": { - "type": "string" - }, - "vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsMonthlyCcnlRequest": { - "description": "KISOverseasFutureoptionV1QuotationsMonthlyCcnlRequest schema", - "properties": { - "CLOSE_DATE_TIME": { - "type": "string" - }, - "EXCH_CD": { - "type": "string" - }, - "INDEX_KEY": { - "type": "string" - }, - "QRY_CNT": { - "type": "string" - }, - "QRY_GAP": { - "type": "string" - }, - "QRY_TP": { - "type": "string" - }, - "SRS_CD": { - "type": "string" - }, - "START_DATE_TIME": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsOptAskingPrice": { - "description": "KISOverseasFutureoptionV1QuotationsOptAskingPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "high_price": { - "type": "string" - }, - "last_price": { - "type": "string" - }, - "lowp_rice": { - "type": "string" - }, - "open_price": { - "type": "string" - }, - "prev_diff_price": { - "type": "string" - }, - "prev_diff_rate": { - "type": "string" - }, - "quot_date": { - "type": "string" - }, - "quot_time": { - "type": "string" - }, - "sttl_price": { - "type": "string" - }, - "vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "ask_num": { - "type": "string" - }, - "ask_price": { - "type": "string" - }, - "ask_qntt": { - "type": "string" - }, - "bid_num": { - "type": "string" - }, - "bid_price": { - "type": "string" - }, - "bid_qntt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsOptAskingPriceRequest": { - "description": "KISOverseasFutureoptionV1QuotationsOptAskingPriceRequest schema", - "properties": { - "SRS_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsOptDailyCcnl": { - "description": "KISOverseasFutureoptionV1QuotationsOptDailyCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "index_key": { - "type": "string" - }, - "last_n_cnt": { - "type": "string" - }, - "ret_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "data_date": { - "type": "string" - }, - "data_time": { - "type": "string" - }, - "high_price": { - "type": "string" - }, - "last_price": { - "type": "string" - }, - "last_qntt": { - "type": "string" - }, - "low_price": { - "type": "string" - }, - "open_price": { - "type": "string" - }, - "prev_diff_flag": { - "type": "string" - }, - "prev_diff_price": { - "type": "string" - }, - "prev_diff_rate": { - "type": "string" - }, - "vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsOptDailyCcnlRequest": { - "description": "KISOverseasFutureoptionV1QuotationsOptDailyCcnlRequest schema", - "properties": { - "CLOSE_DATE_TIME": { - "type": "string" - }, - "EXCH_CD": { - "type": "string" - }, - "INDEX_KEY": { - "type": "string" - }, - "QRY_CNT": { - "type": "string" - }, - "QRY_GAP": { - "type": "string" - }, - "QRY_TP": { - "type": "string" - }, - "SRS_CD": { - "type": "string" - }, - "START_DATE_TIME": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsOptDetail": { - "description": "KISOverseasFutureoptionV1QuotationsOptDetail schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "clas_cd": { - "type": "string" - }, - "crc_cd": { - "type": "string" - }, - "ctrt_size": { - "type": "string" - }, - "disp_digit": { - "type": "string" - }, - "exch_cd": { - "type": "string" - }, - "expr_date": { - "type": "string" - }, - "frst_noti_date": { - "type": "string" - }, - "mrkt_close_date": { - "type": "string" - }, - "mrkt_close_time": { - "type": "string" - }, - "mrkt_open_date": { - "type": "string" - }, - "mrkt_open_time": { - "type": "string" - }, - "remn_cnt": { - "type": "string" - }, - "stat_tp": { - "type": "string" - }, - "stl_tp": { - "type": "string" - }, - "sttl_date": { - "type": "string" - }, - "sttl_price": { - "type": "string" - }, - "tick_sz": { - "type": "string" - }, - "tick_val": { - "type": "string" - }, - "trd_fr_date": { - "type": "string" - }, - "trd_to_date": { - "type": "string" - }, - "trst_mgn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsOptDetailRequest": { - "description": "KISOverseasFutureoptionV1QuotationsOptDetailRequest schema", - "properties": { - "SRS_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsOptMonthlyCcnl": { - "description": "KISOverseasFutureoptionV1QuotationsOptMonthlyCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "index_key": { - "type": "string" - }, - "last_n_cnt": { - "type": "string" - }, - "ret_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "data_date": { - "type": "string" - }, - "data_time": { - "type": "string" - }, - "high_price": { - "type": "string" - }, - "last_price": { - "type": "string" - }, - "last_qntt": { - "type": "string" - }, - "low_price": { - "type": "string" - }, - "open_price": { - "type": "string" - }, - "prev_diff_flag": { - "type": "string" - }, - "prev_diff_price": { - "type": "string" - }, - "prev_diff_rate": { - "type": "string" - }, - "vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsOptMonthlyCcnlRequest": { - "description": "KISOverseasFutureoptionV1QuotationsOptMonthlyCcnlRequest schema", - "properties": { - "CLOSE_DATE_TIME": { - "type": "string" - }, - "EXCH_CD": { - "type": "string" - }, - "INDEX_KEY": { - "type": "string" - }, - "QRY_CNT": { - "type": "string" - }, - "QRY_GAP": { - "type": "string" - }, - "QRY_TP": { - "type": "string" - }, - "SRS_CD": { - "type": "string" - }, - "START_DATE_TIME": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsOptPrice": { - "description": "KISOverseasFutureoptionV1QuotationsOptPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "ask_price": { - "type": "string" - }, - "ask_qntt": { - "type": "string" - }, - "bid_price": { - "type": "string" - }, - "bid_qntt": { - "type": "string" - }, - "close_date": { - "type": "string" - }, - "close_time": { - "type": "string" - }, - "crc_cd": { - "type": "string" - }, - "exch_cd": { - "type": "string" - }, - "expr_date": { - "type": "string" - }, - "high_price": { - "type": "string" - }, - "last_price": { - "type": "string" - }, - "last_qntt": { - "type": "string" - }, - "low_price": { - "type": "string" - }, - "open_date": { - "type": "string" - }, - "open_price": { - "type": "string" - }, - "open_time": { - "type": "string" - }, - "prev_diff_flag": { - "type": "string" - }, - "prev_diff_price": { - "type": "string" - }, - "prev_diff_rate": { - "type": "string" - }, - "proc_date": { - "type": "string" - }, - "proc_time": { - "type": "string" - }, - "remn_cnt": { - "type": "string" - }, - "sbsnsdate": { - "type": "string" - }, - "sttl_price": { - "type": "string" - }, - "tick_size": { - "type": "string" - }, - "tot_ask_qntt": { - "type": "string" - }, - "tot_bid_qntt": { - "type": "string" - }, - "trd_fr_date": { - "type": "string" - }, - "trd_to_date": { - "type": "string" - }, - "trst_mgn": { - "type": "string" - }, - "vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsOptPriceRequest": { - "description": "KISOverseasFutureoptionV1QuotationsOptPriceRequest schema", - "properties": { - "SRS_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsOptTickCcnl": { - "description": "KISOverseasFutureoptionV1QuotationsOptTickCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "index_key": { - "type": "string" - }, - "last_n_cnt": { - "type": "string" - }, - "ret_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "data_date": { - "type": "string" - }, - "data_time": { - "type": "string" - }, - "high_price": { - "type": "string" - }, - "last_price": { - "type": "string" - }, - "last_qntt": { - "type": "string" - }, - "low_price": { - "type": "string" - }, - "open_price": { - "type": "string" - }, - "prev_diff_flag": { - "type": "string" - }, - "prev_diff_price": { - "type": "string" - }, - "prev_diff_rate": { - "type": "string" - }, - "vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsOptTickCcnlRequest": { - "description": "KISOverseasFutureoptionV1QuotationsOptTickCcnlRequest schema", - "properties": { - "CLOSE_DATE_TIME": { - "type": "string" - }, - "EXCH_CD": { - "type": "string" - }, - "INDEX_KEY": { - "type": "string" - }, - "QRY_CNT": { - "type": "string" - }, - "QRY_GAP": { - "type": "string" - }, - "QRY_TP": { - "type": "string" - }, - "SRS_CD": { - "type": "string" - }, - "START_DATE_TIME": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsOptWeeklyCcnl": { - "description": "KISOverseasFutureoptionV1QuotationsOptWeeklyCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "index_key": { - "type": "string" - }, - "last_n_cnt": { - "type": "string" - }, - "ret_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "data_date": { - "type": "string" - }, - "data_time": { - "type": "string" - }, - "high_price": { - "type": "string" - }, - "last_price": { - "type": "string" - }, - "last_qntt": { - "type": "string" - }, - "low_price": { - "type": "string" - }, - "open_price": { - "type": "string" - }, - "prev_diff_flag": { - "type": "string" - }, - "prev_diff_price": { - "type": "string" - }, - "prev_diff_rate": { - "type": "string" - }, - "vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsOptWeeklyCcnlRequest": { - "description": "KISOverseasFutureoptionV1QuotationsOptWeeklyCcnlRequest schema", - "properties": { - "CLOSE_DATE_TIME": { - "type": "string" - }, - "EXCH_CD": { - "type": "string" - }, - "INDEX_KEY": { - "type": "string" - }, - "QRY_CNT": { - "type": "string" - }, - "QRY_GAP": { - "type": "string" - }, - "QRY_TP": { - "type": "string" - }, - "SRS_CD": { - "type": "string" - }, - "START_DATE_TIME": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsSearchContractDetail": { - "description": "KISOverseasFutureoptionV1QuotationsSearchContractDetail schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "clas_cd": { - "type": "string" - }, - "crc_cd": { - "type": "string" - }, - "ctrt_size": { - "type": "string" - }, - "disp_digit": { - "type": "string" - }, - "exch_cd": { - "type": "string" - }, - "expr_date": { - "type": "string" - }, - "frst_noti_date": { - "type": "string" - }, - "mrkt_close_date": { - "type": "string" - }, - "mrkt_close_time": { - "type": "string" - }, - "mrkt_open_date": { - "type": "string" - }, - "mrkt_open_time": { - "type": "string" - }, - "remn_cnt": { - "type": "string" - }, - "stat_tp": { - "type": "string" - }, - "stl_tp": { - "type": "string" - }, - "sttl_date": { - "type": "string" - }, - "sttl_price": { - "type": "string" - }, - "sub_exch_nm": { - "type": "string" - }, - "tick_sz": { - "type": "string" - }, - "tick_val": { - "type": "string" - }, - "trd_fr_date": { - "type": "string" - }, - "trd_to_date": { - "type": "string" - }, - "trst_mgn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsSearchContractDetailRequest": { - "description": "KISOverseasFutureoptionV1QuotationsSearchContractDetailRequest schema", - "properties": { - "QRY_CNT": { - "type": "string" - }, - "SRS_CD_01": { - "type": "string" - }, - "SRS_CD_02…": { - "type": "string" - }, - "SRS_CD_32": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsSearchOptDetail": { - "description": "KISOverseasFutureoptionV1QuotationsSearchOptDetail schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "clas_cd": { - "type": "string" - }, - "crc_cd": { - "type": "string" - }, - "ctrt_size": { - "type": "string" - }, - "disp_digit": { - "type": "string" - }, - "exch_cd": { - "type": "string" - }, - "expr_date": { - "type": "string" - }, - "frst_noti_date": { - "type": "string" - }, - "mrkt_close_date": { - "type": "string" - }, - "mrkt_close_time": { - "type": "string" - }, - "mrkt_open_date": { - "type": "string" - }, - "mrkt_open_time": { - "type": "string" - }, - "remn_cnt": { - "type": "string" - }, - "stat_tp": { - "type": "string" - }, - "stl_tp": { - "type": "string" - }, - "sttl_date": { - "type": "string" - }, - "sttl_price": { - "type": "string" - }, - "tick_sz": { - "type": "string" - }, - "tick_val": { - "type": "string" - }, - "trd_fr_date": { - "type": "string" - }, - "trd_to_date": { - "type": "string" - }, - "trst_mgn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsSearchOptDetailRequest": { - "description": "KISOverseasFutureoptionV1QuotationsSearchOptDetailRequest schema", - "properties": { - "QRY_CNT": { - "type": "string" - }, - "SRS_CD_01": { - "type": "string" - }, - "SRS_CD_02...": { - "type": "string" - }, - "SRS_CD_30": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsStockDetail": { - "description": "KISOverseasFutureoptionV1QuotationsStockDetail schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "clas_cd": { - "type": "string" - }, - "crc_cd": { - "type": "string" - }, - "ctrt_size": { - "type": "string" - }, - "disp_digit": { - "type": "string" - }, - "exch_cd": { - "type": "string" - }, - "expr_date": { - "type": "string" - }, - "frst_noti_date": { - "type": "string" - }, - "mrkt_close_date": { - "type": "string" - }, - "mrkt_close_time": { - "type": "string" - }, - "mrkt_open_date": { - "type": "string" - }, - "mrkt_open_time": { - "type": "string" - }, - "prev_price": { - "type": "string" - }, - "remn_cnt": { - "type": "string" - }, - "sprd_srs_cd1": { - "type": "string" - }, - "sprd_srs_cd2": { - "type": "string" - }, - "stat_tp": { - "type": "string" - }, - "stl_tp": { - "type": "string" - }, - "sttl_date": { - "type": "string" - }, - "tick_sz": { - "type": "string" - }, - "tick_val": { - "type": "string" - }, - "trd_fr_date": { - "type": "string" - }, - "trd_to_date": { - "type": "string" - }, - "trst_mgn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsStockDetailRequest": { - "description": "KISOverseasFutureoptionV1QuotationsStockDetailRequest schema", - "properties": { - "SRS_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsTickCcnl": { - "description": "KISOverseasFutureoptionV1QuotationsTickCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "index_key": { - "type": "string" - }, - "last_n_cnt": { - "type": "string" - }, - "tret_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "data_date": { - "type": "string" - }, - "data_time": { - "type": "string" - }, - "high_price": { - "type": "string" - }, - "last_price": { - "type": "string" - }, - "last_qntt": { - "type": "string" - }, - "low_price": { - "type": "string" - }, - "open_price": { - "type": "string" - }, - "prev_diff_flag": { - "type": "string" - }, - "prev_diff_price": { - "type": "string" - }, - "prev_diff_rate": { - "type": "string" - }, - "vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsTickCcnlRequest": { - "description": "KISOverseasFutureoptionV1QuotationsTickCcnlRequest schema", - "properties": { - "CLOSE_DATE_TIME": { - "type": "string" - }, - "EXCH_CD": { - "type": "string" - }, - "INDEX_KEY": { - "type": "string" - }, - "QRY_CNT": { - "type": "string" - }, - "QRY_GAP": { - "type": "string" - }, - "QRY_TP": { - "type": "string" - }, - "SRS_CD": { - "type": "string" - }, - "START_DATE_TIME": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsWeeklyCcnl": { - "description": "KISOverseasFutureoptionV1QuotationsWeeklyCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "index_key": { - "type": "string" - }, - "last_n_cnt": { - "type": "string" - }, - "ret_cnt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "data_date": { - "type": "string" - }, - "data_time": { - "type": "string" - }, - "high_price": { - "type": "string" - }, - "last_price": { - "type": "string" - }, - "last_qntt": { - "type": "string" - }, - "low_price": { - "type": "string" - }, - "open_price": { - "type": "string" - }, - "prev_diff_flag": { - "type": "string" - }, - "prev_diff_price": { - "type": "string" - }, - "prev_diff_rate": { - "type": "string" - }, - "vol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1QuotationsWeeklyCcnlRequest": { - "description": "KISOverseasFutureoptionV1QuotationsWeeklyCcnlRequest schema", - "properties": { - "CLOSE_DATE_TIME": { - "type": "string" - }, - "EXCH_CD": { - "type": "string" - }, - "INDEX_KEY": { - "type": "string" - }, - "QRY_CNT": { - "type": "string" - }, - "QRY_GAP": { - "type": "string" - }, - "QRY_TP": { - "type": "string" - }, - "SRS_CD": { - "type": "string" - }, - "START_DATE_TIME": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquireCcld": { - "description": "KISOverseasFutureoptionV1TradingInquireCcld schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acnt_prdt_cd": { - "type": "string" - }, - "acnt_type_cd": { - "type": "string" - }, - "bass_pric_type_cd": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "ccld_cndt_cd": { - "type": "string" - }, - "ccld_dtl_dtime": { - "type": "string" - }, - "erlm_dtl_dtime": { - "type": "string" - }, - "fm_ccld_pric": { - "type": "string" - }, - "fm_ccld_qty": { - "type": "string" - }, - "fm_lqd_lmt_ord_pric": { - "type": "string" - }, - "fm_lqd_stop_pric": { - "type": "string" - }, - "fm_ord_pric": { - "type": "string" - }, - "fm_ord_qty": { - "type": "string" - }, - "fm_ord_rmn_qty": { - "type": "string" - }, - "fm_stop_ord_pric": { - "type": "string" - }, - "fuop_dvsn": { - "type": "string" - }, - "new_lqd_dvsn_cd": { - "type": "string" - }, - "noti_vald_dt": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_dt": { - "type": "string" - }, - "ord_grp_name": { - "type": "string" - }, - "ord_stat_cd": { - "type": "string" - }, - "ord_stfno": { - "type": "string" - }, - "orgn_odno": { - "type": "string" - }, - "orgn_ord_dt": { - "type": "string" - }, - "ovrs_futr_fx_pdno": { - "type": "string" - }, - "rcit_dvsn_cd": { - "type": "string" - }, - "rmks1": { - "type": "string" - }, - "rsvn_dvsn": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "trad_stgy_dvsn_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquireCcldRequest": { - "description": "KISOverseasFutureoptionV1TradingInquireCcldRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CCLD_NCCS_DVSN": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "FUOP_DVSN": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquireDailyCcld": { - "description": "KISOverseasFutureoptionV1TradingInquireDailyCcld schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "ccld_dtl_dtime": { - "type": "string" - }, - "ccno": { - "type": "string" - }, - "crcy_cd": { - "type": "string" - }, - "dt": { - "type": "string" - }, - "fm_ccld_amt": { - "type": "string" - }, - "fm_ccld_qty": { - "type": "string" - }, - "fm_fee": { - "type": "string" - }, - "fm_futr_ccld_amt": { - "type": "string" - }, - "fm_futr_pure_agrm_amt": { - "type": "string" - }, - "fm_opt_ccld_amt": { - "type": "string" - }, - "fm_opt_pure_agrm_amt": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_dt": { - "type": "string" - }, - "ord_mdia_dvsn_name": { - "type": "string" - }, - "ovrs_futr_fx_pdno": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "fm_fee_smtl": { - "type": "string" - }, - "fm_tot_ccld_qty": { - "type": "string" - }, - "fm_tot_futr_agrm_amt": { - "type": "string" - }, - "fm_tot_opt_agrm_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquireDailyCcldRequest": { - "description": "KISOverseasFutureoptionV1TradingInquireDailyCcldRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CRCY_CD": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "END_DT": { - "type": "string" - }, - "FM_ITEM_FTNG_YN": { - "type": "string" - }, - "FM_PDGR_CD": { - "type": "string" - }, - "FUOP_DVSN_CD": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - }, - "STRT_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquireDailyOrder": { - "description": "KISOverseasFutureoptionV1TradingInquireDailyOrder schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acnt_prdt_cd": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "ccld_cndt_cd": { - "type": "string" - }, - "ccld_dtl_dtime": { - "type": "string" - }, - "cplx_ord_dvsn_cd": { - "type": "string" - }, - "dt": { - "type": "string" - }, - "ecis_rsvn_ord_yn": { - "type": "string" - }, - "fm_ccld_pric": { - "type": "string" - }, - "fm_ccld_qty": { - "type": "string" - }, - "fm_ord_pric": { - "type": "string" - }, - "fm_ord_qty": { - "type": "string" - }, - "fm_ord_rmn_qty": { - "type": "string" - }, - "fm_stop_ord_pric": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_dt": { - "type": "string" - }, - "ord_grp_name": { - "type": "string" - }, - "ordr_emp_no": { - "type": "string" - }, - "orgn_odno": { - "type": "string" - }, - "orgn_ord_dt": { - "type": "string" - }, - "ovrs_futr_fx_pdno": { - "type": "string" - }, - "pric_dvsn_cd": { - "type": "string" - }, - "rcit_dtl_dtime": { - "type": "string" - }, - "rcit_dvsn_cd": { - "type": "string" - }, - "rjct_rson_name": { - "type": "string" - }, - "rvse_cncl_dvsn_cd": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "trad_end_dt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquireDailyOrderRequest": { - "description": "KISOverseasFutureoptionV1TradingInquireDailyOrderRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CCLD_NCCS_DVSN": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "END_DT": { - "type": "string" - }, - "FM_PDGR_CD": { - "type": "string" - }, - "FUOP_DVSN": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - }, - "STRT_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquireDeposit": { - "description": "KISOverseasFutureoptionV1TradingInquireDeposit schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acnt_prdt_cd": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "crcy_cd": { - "type": "string" - }, - "fm_add_mgn_amt": { - "type": "string" - }, - "fm_brkg_mgn_amt": { - "type": "string" - }, - "fm_crcy_sbst_amt": { - "type": "string" - }, - "fm_crcy_sbst_stup_amt": { - "type": "string" - }, - "fm_crcy_sbst_use_amt": { - "type": "string" - }, - "fm_dnca_rmnd": { - "type": "string" - }, - "fm_drwg_prar_amt": { - "type": "string" - }, - "fm_drwg_psbl_amt": { - "type": "string" - }, - "fm_echm_rqrm_amt": { - "type": "string" - }, - "fm_fee": { - "type": "string" - }, - "fm_fuop_evlu_pfls_amt": { - "type": "string" - }, - "fm_lqd_pfls_amt": { - "type": "string" - }, - "fm_mntn_mgn_amt": { - "type": "string" - }, - "fm_nxdy_dncl_amt": { - "type": "string" - }, - "fm_opt_evlu_amt": { - "type": "string" - }, - "fm_opt_icld_asst_evlu_amt": { - "type": "string" - }, - "fm_opt_tr_chgs": { - "type": "string" - }, - "fm_ord_psbl_amt": { - "type": "string" - }, - "fm_rcvb_amt": { - "type": "string" - }, - "fm_risk_rt": { - "type": "string" - }, - "fm_tot_asst_evlu_amt": { - "type": "string" - }, - "resp_dt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquireDepositRequest": { - "description": "KISOverseasFutureoptionV1TradingInquireDepositRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CRCY_CD": { - "type": "string" - }, - "INQR_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquirePeriodCcld": { - "description": "KISOverseasFutureoptionV1TradingInquirePeriodCcld schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acnt_prdt_cd": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "crcy_cd": { - "type": "string" - }, - "fm_buy_qty": { - "type": "string" - }, - "fm_fee": { - "type": "string" - }, - "fm_lqd_pfls_amt": { - "type": "string" - }, - "fm_net_pfls_amt": { - "type": "string" - }, - "fm_opt_lqd_amt": { - "type": "string" - }, - "fm_sll_qty": { - "type": "string" - }, - "fm_ustl_agrm_amt": { - "type": "string" - }, - "fm_ustl_buy_qty": { - "type": "string" - }, - "fm_ustl_evlu_pfls_amt": { - "type": "string" - }, - "fm_ustl_evlu_pfls_amt2": { - "type": "string" - }, - "fm_ustl_evlu_pfls_icdc_amt": { - "type": "string" - }, - "fm_ustl_sll_qty": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acnt_prdt_cd": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "crcy_cd": { - "type": "string" - }, - "fm_buy_qty": { - "type": "string" - }, - "fm_ccld_avg_pric": { - "type": "string" - }, - "fm_fee": { - "type": "string" - }, - "fm_lqd_pfls_amt": { - "type": "string" - }, - "fm_net_pfls_amt": { - "type": "string" - }, - "fm_opt_lqd_amt": { - "type": "string" - }, - "fm_sll_qty": { - "type": "string" - }, - "fm_ustl_agrm_amt": { - "type": "string" - }, - "fm_ustl_buy_qty": { - "type": "string" - }, - "fm_ustl_evlu_pfls_amt": { - "type": "string" - }, - "fm_ustl_evlu_pfls_amt2": { - "type": "string" - }, - "fm_ustl_evlu_pfls_icdc_amt": { - "type": "string" - }, - "fm_ustl_sll_qty": { - "type": "string" - }, - "ovrs_futr_fx_pdno": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquirePeriodCcldRequest": { - "description": "KISOverseasFutureoptionV1TradingInquirePeriodCcldRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CRCY_CD": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "FUOP_DVSN": { - "type": "string" - }, - "INQR_TERM_FROM_DT": { - "type": "string" - }, - "INQR_TERM_TO_DT": { - "type": "string" - }, - "WHOL_TRSL_YN": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquirePeriodTrans": { - "description": "KISOverseasFutureoptionV1TradingInquirePeriodTrans schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acnt_prdt_cd": { - "type": "string" - }, - "acnt_tr_type_name": { - "type": "string" - }, - "bass_dt": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "crcy_cd": { - "type": "string" - }, - "fm_bf_dncl_amt": { - "type": "string" - }, - "fm_dncl_amt": { - "type": "string" - }, - "fm_fee": { - "type": "string" - }, - "fm_iofw_amt": { - "type": "string" - }, - "fm_ldgr_inog_seq": { - "type": "string" - }, - "fm_rcvb_occr_amt": { - "type": "string" - }, - "fm_rcvb_pybk_amt": { - "type": "string" - }, - "fm_sttl_amt": { - "type": "string" - }, - "fm_tax_amt": { - "type": "string" - }, - "ovdu_int_pybk_amt": { - "type": "string" - }, - "rmks_text": { - "type": "string" - }, - "tr_itm_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquirePeriodTransRequest": { - "description": "KISOverseasFutureoptionV1TradingInquirePeriodTransRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "ACNT_TR_TYPE_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CRCY_CD": { - "type": "string" - }, - "CTX_AREA_FK100": { - "type": "string" - }, - "CTX_AREA_NK100": { - "type": "string" - }, - "INQR_TERM_FROM_DT": { - "type": "string" - }, - "INQR_TERM_TO_DT": { - "type": "string" - }, - "PWD_CHK_YN": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquirePsamount": { - "description": "KISOverseasFutureoptionV1TradingInquirePsamount schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acnt_prdt_cd": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "crcy_cd": { - "type": "string" - }, - "fm_lqd_psbl_qty": { - "type": "string" - }, - "fm_mkpr_tot_ord_psbl_qty": { - "type": "string" - }, - "fm_new_ord_psbl_qty": { - "type": "string" - }, - "fm_tot_ord_psbl_qty": { - "type": "string" - }, - "fm_ustl_qty": { - "type": "string" - }, - "ovrs_futr_fx_pdno": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquirePsamountRequest": { - "description": "KISOverseasFutureoptionV1TradingInquirePsamountRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "ECIS_RSVN_ORD_YN": { - "type": "string" - }, - "FM_ORD_PRIC": { - "type": "string" - }, - "OVRS_FUTR_FX_PDNO": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquireUnpd": { - "description": "KISOverseasFutureoptionV1TradingInquireUnpd schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acnt_prdt_cd": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "crcy_cd": { - "type": "string" - }, - "ecis_rsvn_ord_yn": { - "type": "string" - }, - "fm_ccld_avg_pric": { - "type": "string" - }, - "fm_evlu_pfls_amt": { - "type": "string" - }, - "fm_lqd_psbl_qty": { - "type": "string" - }, - "fm_now_pric": { - "type": "string" - }, - "fm_opt_evlu_amt": { - "type": "string" - }, - "fm_otp_evlu_pfls_amt": { - "type": "string" - }, - "fm_ustl_qty": { - "type": "string" - }, - "fuop_dvsn": { - "type": "string" - }, - "ovrs_futr_fx_pdno": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingInquireUnpdRequest": { - "description": "KISOverseasFutureoptionV1TradingInquireUnpdRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK100": { - "type": "string" - }, - "CTX_AREA_NK100": { - "type": "string" - }, - "FUOP_DVSN": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingMarginDetail": { - "description": "KISOverseasFutureoptionV1TradingMarginDetail schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acnt_net_risk_mgna_aply_yn": { - "type": "string" - }, - "acnt_prdt_cd": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "crcy_cd": { - "type": "string" - }, - "fm_add_mgn_amt": { - "type": "string" - }, - "fm_avg_dsct_mgn_amt": { - "type": "string" - }, - "fm_brkg_mgn_amt": { - "type": "string" - }, - "fm_buy_opt_ustl_mgn_amt": { - "type": "string" - }, - "fm_ecis_rsvn_mgn_amt": { - "type": "string" - }, - "fm_eurx_brkg_mgn_amt": { - "type": "string" - }, - "fm_eurx_buy_opt_min_mgn_amt": { - "type": "string" - }, - "fm_eurx_mntn_mgn_amt": { - "type": "string" - }, - "fm_eurx_mntn_opt_pric_mgn_amt": { - "type": "string" - }, - "fm_eurx_mntn_pric_altr_mgn_amt": { - "type": "string" - }, - "fm_eurx_mntn_term_sprd_mgn_amt": { - "type": "string" - }, - "fm_eurx_mntn_tot_risk_mgn_amt": { - "type": "string" - }, - "fm_eurx_opt_pric_mgn_amt": { - "type": "string" - }, - "fm_eurx_pric_altr_mgn_amt": { - "type": "string" - }, - "fm_eurx_term_sprd_mgn_amt": { - "type": "string" - }, - "fm_eurx_tot_risk_mgn_amt": { - "type": "string" - }, - "fm_excc_brkg_mgn_amt": { - "type": "string" - }, - "fm_futr_mntn_mgn_amt": { - "type": "string" - }, - "fm_futr_ord_mgn_amt": { - "type": "string" - }, - "fm_futr_ustl_mgn_amt": { - "type": "string" - }, - "fm_gnrl_brkg_mgn_amt": { - "type": "string" - }, - "fm_gnrl_mntn_mgn_amt": { - "type": "string" - }, - "fm_mntn_mgn_amt": { - "type": "string" - }, - "fm_opt_buy_ord_amt": { - "type": "string" - }, - "fm_opt_buy_ord_mgn_amt": { - "type": "string" - }, - "fm_opt_mntn_mgn_amt": { - "type": "string" - }, - "fm_opt_sll_ord_mgn_amt": { - "type": "string" - }, - "fm_ord_mgn_amt": { - "type": "string" - }, - "fm_ord_psbl_amt": { - "type": "string" - }, - "fm_sll_opt_ustl_mgn_amt": { - "type": "string" - }, - "fm_span_brkg_mgn_amt": { - "type": "string" - }, - "fm_span_buy_opt_min_mgn_amt": { - "type": "string" - }, - "fm_span_mntn_mgn_amt": { - "type": "string" - }, - "fm_span_mntn_opt_min_mgn_amt": { - "type": "string" - }, - "fm_span_mntn_opt_pric_mgn_amt": { - "type": "string" - }, - "fm_span_mntn_pric_altr_mgn_amt": { - "type": "string" - }, - "fm_span_mntn_term_sprd_mgn_amt": { - "type": "string" - }, - "fm_span_mntn_tot_risk_mgn_amt": { - "type": "string" - }, - "fm_span_opt_min_mgn_amt": { - "type": "string" - }, - "fm_span_pric_altr_mgn_amt": { - "type": "string" - }, - "fm_span_term_sprd_mgn_amt": { - "type": "string" - }, - "fm_span_tot_risk_mgn_amt": { - "type": "string" - }, - "fm_sprd_ustl_mgn_amt": { - "type": "string" - }, - "fm_ustl_mgn_amt": { - "type": "string" - }, - "resp_dt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingMarginDetailRequest": { - "description": "KISOverseasFutureoptionV1TradingMarginDetailRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CRCY_CD": { - "type": "string" - }, - "INQR_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingOrder": { - "description": "KISOverseasFutureoptionV1TradingOrder schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "ODNO": { - "type": "string" - }, - "ORD_DT": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingOrderRequest": { - "description": "KISOverseasFutureoptionV1TradingOrderRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CCLD_CNDT_CD": { - "type": "string" - }, - "CPLX_ORD_DVSN_CD": { - "type": "string" - }, - "ECIS_RSVN_ORD_YN": { - "type": "string" - }, - "FM_HDGE_ORD_SCRN_YN": { - "type": "string" - }, - "FM_LIMIT_ORD_PRIC": { - "type": "string" - }, - "FM_ORD_QTY": { - "type": "string" - }, - "FM_STOP_ORD_PRIC": { - "type": "string" - }, - "OVRS_FUTR_FX_PDNO": { - "type": "string" - }, - "PRIC_DVSN_CD": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingOrderRvsecncl": { - "description": "KISOverseasFutureoptionV1TradingOrderRvsecncl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "ODNO": { - "type": "string" - }, - "ORD_DT": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasFutureoptionV1TradingOrderRvsecnclRequest": { - "description": "KISOverseasFutureoptionV1TradingOrderRvsecnclRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "FM_HDGE_ORD_SCRN_YN": { - "type": "string" - }, - "ORGN_ODNO": { - "type": "string" - }, - "ORGN_ORD_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsBrknewsTitle": { - "description": "KISOverseasPriceV1QuotationsBrknewsTitle schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "cntt_usiq_srno": { - "type": "string" - }, - "data_dt": { - "type": "string" - }, - "data_tm": { - "type": "string" - }, - "dorg": { - "type": "string" - }, - "hts_pbnt_titl_cntt": { - "type": "string" - }, - "iscd1": { - "type": "string" - }, - "iscd10": { - "type": "string" - }, - "iscd2": { - "type": "string" - }, - "iscd3": { - "type": "string" - }, - "iscd4": { - "type": "string" - }, - "iscd5": { - "type": "string" - }, - "iscd6": { - "type": "string" - }, - "iscd7": { - "type": "string" - }, - "iscd8": { - "type": "string" - }, - "iscd9": { - "type": "string" - }, - "kor_isnm1": { - "type": "string" - }, - "kor_isnm10": { - "type": "string" - }, - "kor_isnm2": { - "type": "string" - }, - "kor_isnm3": { - "type": "string" - }, - "kor_isnm4": { - "type": "string" - }, - "kor_isnm5": { - "type": "string" - }, - "kor_isnm6": { - "type": "string" - }, - "kor_isnm7": { - "type": "string" - }, - "kor_isnm8": { - "type": "string" - }, - "kor_isnm9": { - "type": "string" - }, - "news_lrdv_code": { - "type": "string" - }, - "news_ofer_entp_code": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsBrknewsTitleRequest": { - "description": "KISOverseasPriceV1QuotationsBrknewsTitleRequest schema", - "properties": { - "FID_COND_MRKT_CLS_CODE": { - "type": "string" - }, - "FID_COND_SCR_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_HOUR_1": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_INPUT_SRNO": { - "type": "string" - }, - "FID_NEWS_OFER_ENTP_CODE": { - "type": "string" - }, - "FID_RANK_SORT_CLS_CODE": { - "type": "string" - }, - "FID_TITL_CNTT": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsColableByCompany": { - "description": "KISOverseasPriceV1QuotationsColableByCompany schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "crcy_cd": { - "type": "string" - }, - "erlm_dt": { - "type": "string" - }, - "loan_exec_psbl_yn": { - "type": "string" - }, - "loan_rt": { - "type": "string" - }, - "mgge_ensu_rt": { - "type": "string" - }, - "mgge_mntn_rt": { - "type": "string" - }, - "natn_kor_name": { - "type": "string" - }, - "ovrs_excg_cd": { - "type": "string" - }, - "ovrs_item_name": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "stff_name": { - "type": "string" - }, - "tr_mket_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "loan_psbl_item_num": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsColableByCompanyRequest": { - "description": "KISOverseasPriceV1QuotationsColableByCompanyRequest schema", - "properties": { - "CTX_AREA_FK100": { - "type": "string" - }, - "CTX_AREA_NK100": { - "type": "string" - }, - "INQR_DVSN": { - "type": "string" - }, - "INQR_END_DT": { - "type": "string" - }, - "INQR_SQN_DVSN": { - "type": "string" - }, - "INQR_STRT_DT": { - "type": "string" - }, - "LOAN_PSBL_YN": { - "type": "string" - }, - "NATN_CD": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "PRDT_TYPE_CD": { - "type": "string" - }, - "RT": { - "type": "string" - }, - "RT_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsDailyprice": { - "description": "KISOverseasPriceV1QuotationsDailyprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "nrec": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "clos": { - "type": "string" - }, - "diff": { - "type": "string" - }, - "high": { - "type": "string" - }, - "low": { - "type": "string" - }, - "open": { - "type": "string" - }, - "pask": { - "type": "string" - }, - "pbid": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "tamt": { - "type": "string" - }, - "tvol": { - "type": "string" - }, - "vask": { - "type": "string" - }, - "vbid": { - "type": "string" - }, - "xymd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsDailypriceRequest": { - "description": "KISOverseasPriceV1QuotationsDailypriceRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "BYMD": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "GUBN": { - "type": "string" - }, - "MODP": { - "type": "string" - }, - "SYMB": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsIndustryPrice": { - "description": "KISOverseasPriceV1QuotationsIndustryPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "nrec": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "icod": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsIndustryPriceRequest": { - "description": "KISOverseasPriceV1QuotationsIndustryPriceRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsIndustryTheme": { - "description": "KISOverseasPriceV1QuotationsIndustryTheme schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "crec": { - "type": "string" - }, - "nrec": { - "type": "string" - }, - "stat": { - "type": "string" - }, - "trec": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "diff": { - "type": "string" - }, - "e_ordyn": { - "type": "string" - }, - "ename": { - "type": "string" - }, - "excd": { - "type": "string" - }, - "last": { - "type": "string" - }, - "name": { - "type": "string" - }, - "pask": { - "type": "string" - }, - "pbid": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "seqn": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "symb": { - "type": "string" - }, - "tvol": { - "type": "string" - }, - "vask": { - "type": "string" - }, - "vbid": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsIndustryThemeRequest": { - "description": "KISOverseasPriceV1QuotationsIndustryThemeRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "ICOD": { - "type": "string" - }, - "KEYB": { - "type": "string" - }, - "VOL_RANG": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsInquireAskingPrice": { - "description": "KISOverseasPriceV1QuotationsInquireAskingPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "advl": { - "type": "string" - }, - "avol": { - "type": "string" - }, - "base": { - "type": "string" - }, - "bdvl": { - "type": "string" - }, - "bvol": { - "type": "string" - }, - "code": { - "type": "string" - }, - "curr": { - "type": "string" - }, - "dhms": { - "type": "string" - }, - "dymd": { - "type": "string" - }, - "high": { - "type": "string" - }, - "last": { - "type": "string" - }, - "low": { - "type": "string" - }, - "open": { - "type": "string" - }, - "rclose": { - "type": "string" - }, - "rhigh": { - "type": "string" - }, - "rlow": { - "type": "string" - }, - "ropen": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "dask1": { - "type": "string" - }, - "dask10": { - "type": "string" - }, - "dask2": { - "type": "string" - }, - "dask3": { - "type": "string" - }, - "dask4": { - "type": "string" - }, - "dask5": { - "type": "string" - }, - "dask6": { - "type": "string" - }, - "dask7": { - "type": "string" - }, - "dask8": { - "type": "string" - }, - "dask9": { - "type": "string" - }, - "dbid1": { - "type": "string" - }, - "dbid10": { - "type": "string" - }, - "dbid2": { - "type": "string" - }, - "dbid3": { - "type": "string" - }, - "dbid4": { - "type": "string" - }, - "dbid5": { - "type": "string" - }, - "dbid6": { - "type": "string" - }, - "dbid7": { - "type": "string" - }, - "dbid8": { - "type": "string" - }, - "dbid9": { - "type": "string" - }, - "pask1": { - "type": "string" - }, - "pask10": { - "type": "string" - }, - "pask2": { - "type": "string" - }, - "pask3": { - "type": "string" - }, - "pask4": { - "type": "string" - }, - "pask5": { - "type": "string" - }, - "pask6": { - "type": "string" - }, - "pask7": { - "type": "string" - }, - "pask8": { - "type": "string" - }, - "pask9": { - "type": "string" - }, - "pbid1": { - "type": "string" - }, - "pbid10": { - "type": "string" - }, - "pbid2": { - "type": "string" - }, - "pbid3": { - "type": "string" - }, - "pbid4": { - "type": "string" - }, - "pbid5": { - "type": "string" - }, - "pbid6": { - "type": "string" - }, - "pbid7": { - "type": "string" - }, - "pbid8": { - "type": "string" - }, - "pbid9": { - "type": "string" - }, - "vask1": { - "type": "string" - }, - "vask10": { - "type": "string" - }, - "vask2": { - "type": "string" - }, - "vask3": { - "type": "string" - }, - "vask4": { - "type": "string" - }, - "vask5": { - "type": "string" - }, - "vask6": { - "type": "string" - }, - "vask7": { - "type": "string" - }, - "vask8": { - "type": "string" - }, - "vask9": { - "type": "string" - }, - "vbid1": { - "type": "string" - }, - "vbid10": { - "type": "string" - }, - "vbid2": { - "type": "string" - }, - "vbid3": { - "type": "string" - }, - "vbid4": { - "type": "string" - }, - "vbid5": { - "type": "string" - }, - "vbid6": { - "type": "string" - }, - "vbid7": { - "type": "string" - }, - "vbid8": { - "type": "string" - }, - "vbid9": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output3": { - "items": { - "nullable": true, - "properties": { - "csbp": { - "type": "string" - }, - "cshi": { - "type": "string" - }, - "cslo": { - "type": "string" - }, - "iep": { - "type": "string" - }, - "iev": { - "type": "string" - }, - "vetm": { - "type": "string" - }, - "vstm": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsInquireAskingPriceRequest": { - "description": "KISOverseasPriceV1QuotationsInquireAskingPriceRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "SYMB": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsInquireCcnl": { - "description": "KISOverseasPriceV1QuotationsInquireCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "NREC": { - "type": "string" - }, - "ZDIV": { - "type": "string" - }, - "rsym": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "diff": { - "type": "string" - }, - "evol": { - "type": "string" - }, - "khms": { - "type": "string" - }, - "last": { - "type": "string" - }, - "mtyp": { - "type": "string" - }, - "pask": { - "type": "string" - }, - "pbid": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "tvol": { - "type": "string" - }, - "vpow": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsInquireCcnlRequest": { - "description": "KISOverseasPriceV1QuotationsInquireCcnlRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "KEYB": { - "type": "string" - }, - "SYMB": { - "type": "string" - }, - "TDAY": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsInquireDailyChartprice": { - "description": "KISOverseasPriceV1QuotationsInquireDailyChartprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "ovrs_nmix_prdy_clpr": { - "type": "string" - }, - "ovrs_nmix_prdy_vrss": { - "type": "string" - }, - "ovrs_nmix_prpr": { - "type": "string" - }, - "ovrs_prod_hgpr": { - "type": "string" - }, - "ovrs_prod_lwpr": { - "type": "string" - }, - "ovrs_prod_oprc": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vol": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "mod_yn": { - "type": "string" - }, - "ovrs_nmix_hgpr": { - "type": "string" - }, - "ovrs_nmix_lwpr": { - "type": "string" - }, - "ovrs_nmix_oprc": { - "type": "string" - }, - "ovrs_nmix_prpr": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsInquireDailyChartpriceRequest": { - "description": "KISOverseasPriceV1QuotationsInquireDailyChartpriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_INPUT_DATE_1": { - "type": "string" - }, - "FID_INPUT_DATE_2": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_PERIOD_DIV_CODE": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsInquireSearch": { - "description": "KISOverseasPriceV1QuotationsInquireSearch schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "crec": { - "type": "string" - }, - "nrec": { - "type": "string" - }, - "stat": { - "type": "string" - }, - "trec": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "avol": { - "type": "string" - }, - "diff": { - "type": "string" - }, - "e_ordyn": { - "type": "string" - }, - "ename": { - "type": "string" - }, - "eps": { - "type": "string" - }, - "excd": { - "type": "string" - }, - "last": { - "type": "string" - }, - "name": { - "type": "string" - }, - "per": { - "type": "string" - }, - "phigh": { - "type": "string" - }, - "plow": { - "type": "string" - }, - "popen": { - "type": "string" - }, - "rank": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "shar": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "symb": { - "type": "string" - }, - "tvol": { - "type": "string" - }, - "valx": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsInquireSearchRequest": { - "description": "KISOverseasPriceV1QuotationsInquireSearchRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsInquireTimeIndexchartprice": { - "description": "KISOverseasPriceV1QuotationsInquireTimeIndexchartprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acml_vol": { - "type": "string" - }, - "hts_kor_isnm": { - "type": "string" - }, - "ovrs_nmix_prdy_clpr": { - "type": "string" - }, - "ovrs_nmix_prdy_vrss": { - "type": "string" - }, - "ovrs_nmix_prpr": { - "type": "string" - }, - "ovrs_prod_hgpr": { - "type": "string" - }, - "ovrs_prod_lwpr": { - "type": "string" - }, - "ovrs_prod_oprc": { - "type": "string" - }, - "prdy_ctrt": { - "type": "string" - }, - "prdy_vrss_sign": { - "type": "string" - }, - "stck_shrn_iscd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "cntg_vol": { - "type": "string" - }, - "optn_hgpr": { - "type": "string" - }, - "optn_lwpr": { - "type": "string" - }, - "optn_oprc": { - "type": "string" - }, - "optn_prpr": { - "type": "string" - }, - "stck_bsop_date": { - "type": "string" - }, - "stck_cntg_hour": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsInquireTimeIndexchartpriceRequest": { - "description": "KISOverseasPriceV1QuotationsInquireTimeIndexchartpriceRequest schema", - "properties": { - "FID_COND_MRKT_DIV_CODE": { - "type": "string" - }, - "FID_HOUR_CLS_CODE": { - "type": "string" - }, - "FID_INPUT_ISCD": { - "type": "string" - }, - "FID_PW_DATA_INCU_YN": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsInquireTimeItemchartprice": { - "description": "KISOverseasPriceV1QuotationsInquireTimeItemchartprice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "ektm": { - "type": "string" - }, - "etim": { - "type": "string" - }, - "more": { - "type": "string" - }, - "next": { - "type": "string" - }, - "nrec": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "sktm": { - "type": "string" - }, - "stim": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "eamt": { - "type": "string" - }, - "evol": { - "type": "string" - }, - "high": { - "type": "string" - }, - "khms": { - "type": "string" - }, - "kymd": { - "type": "string" - }, - "last": { - "type": "string" - }, - "low": { - "type": "string" - }, - "open": { - "type": "string" - }, - "tymd": { - "type": "string" - }, - "xhms": { - "type": "string" - }, - "xymd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsInquireTimeItemchartpriceRequest": { - "description": "KISOverseasPriceV1QuotationsInquireTimeItemchartpriceRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "FILL": { - "type": "string" - }, - "KEYB": { - "type": "string" - }, - "NEXT": { - "type": "string" - }, - "NMIN": { - "type": "string" - }, - "NREC": { - "type": "string" - }, - "PINC": { - "type": "string" - }, - "SYMB": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsNewsTitle": { - "description": "KISOverseasPriceV1QuotationsNewsTitle schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "outblock1": { - "items": { - "nullable": true, - "properties": { - "class_cd": { - "type": "string" - }, - "class_name": { - "type": "string" - }, - "data_dt": { - "type": "string" - }, - "data_tm": { - "type": "string" - }, - "exchange_cd": { - "type": "string" - }, - "info_gb": { - "type": "string" - }, - "nation_cd": { - "type": "string" - }, - "news_key": { - "type": "string" - }, - "source": { - "type": "string" - }, - "symb": { - "type": "string" - }, - "symb_name": { - "type": "string" - }, - "title": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsNewsTitleRequest": { - "description": "KISOverseasPriceV1QuotationsNewsTitleRequest schema", - "properties": { - "CLASS_CD": { - "type": "string" - }, - "CTS": { - "type": "string" - }, - "DATA_DT": { - "type": "string" - }, - "DATA_TM": { - "type": "string" - }, - "EXCHANGE_CD": { - "type": "string" - }, - "INFO_GB": { - "type": "string" - }, - "NATION_CD": { - "type": "string" - }, - "SYMB": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsPeriodRights": { - "description": "KISOverseasPriceV1QuotationsPeriodRights schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acpl_bass_dt": { - "type": "string" - }, - "alct_frcr_unpr": { - "type": "string" - }, - "bass_dt": { - "type": "string" - }, - "cash_alct_rt": { - "type": "string" - }, - "crcy_cd": { - "type": "string" - }, - "crcy_cd2": { - "type": "string" - }, - "crcy_cd3": { - "type": "string" - }, - "crcy_cd4": { - "type": "string" - }, - "dfnt_yn": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "rght_type_cd": { - "type": "string" - }, - "sbsc_end_dt": { - "type": "string" - }, - "sbsc_strt_dt": { - "type": "string" - }, - "stck_alct_rt": { - "type": "string" - }, - "std_pdno": { - "type": "string" - }, - "stkp_dvdn_frcr_amt2": { - "type": "string" - }, - "stkp_dvdn_frcr_amt3": { - "type": "string" - }, - "stkp_dvdn_frcr_amt4": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsPeriodRightsRequest": { - "description": "KISOverseasPriceV1QuotationsPeriodRightsRequest schema", - "properties": { - "CTX_AREA_FK50": { - "type": "string" - }, - "CTX_AREA_NK50": { - "type": "string" - }, - "INQR_DVSN_CD": { - "type": "string" - }, - "INQR_END_DT": { - "type": "string" - }, - "INQR_STRT_DT": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "PRDT_TYPE_CD": { - "type": "string" - }, - "RGHT_TYPE_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsPrice": { - "description": "KISOverseasPriceV1QuotationsPrice schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "base": { - "type": "string" - }, - "diff": { - "type": "string" - }, - "last": { - "type": "string" - }, - "ordy": { - "type": "string" - }, - "pvol": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "tamt": { - "type": "string" - }, - "tvol": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsPriceDetail": { - "description": "KISOverseasPriceV1QuotationsPriceDetail schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "base": { - "type": "string" - }, - "bpsx": { - "type": "string" - }, - "curr": { - "type": "string" - }, - "dnlp": { - "type": "string" - }, - "e_hogau": { - "type": "string" - }, - "e_icod": { - "type": "string" - }, - "e_ordyn": { - "type": "string" - }, - "e_parp": { - "type": "string" - }, - "epsx": { - "type": "string" - }, - "etyp_nm": { - "type": "string" - }, - "h52d": { - "type": "string" - }, - "h52p": { - "type": "string" - }, - "high": { - "type": "string" - }, - "l52d": { - "type": "string" - }, - "l52p": { - "type": "string" - }, - "last": { - "type": "string" - }, - "low": { - "type": "string" - }, - "mcap": { - "type": "string" - }, - "open": { - "type": "string" - }, - "p_rate": { - "type": "string" - }, - "p_xdif": { - "type": "string" - }, - "p_xprc": { - "type": "string" - }, - "p_xrat": { - "type": "string" - }, - "p_xsng": { - "type": "string" - }, - "pamt": { - "type": "string" - }, - "pbrx": { - "type": "string" - }, - "perx": { - "type": "string" - }, - "pvol": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "shar": { - "type": "string" - }, - "t_rate": { - "type": "string" - }, - "t_xdif": { - "type": "string" - }, - "t_xprc": { - "type": "string" - }, - "t_xrat": { - "type": "string" - }, - "t_xsgn": { - "type": "string" - }, - "tamt": { - "type": "string" - }, - "tomv": { - "type": "string" - }, - "tvol": { - "type": "string" - }, - "uplp": { - "type": "string" - }, - "vnit": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsPriceDetailRequest": { - "description": "KISOverseasPriceV1QuotationsPriceDetailRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "SYMB": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsPriceRequest": { - "description": "KISOverseasPriceV1QuotationsPriceRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "SYMB": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsRightsByIce": { - "description": "KISOverseasPriceV1QuotationsRightsByIce schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "anno_dt": { - "type": "string" - }, - "ca_title": { - "type": "string" - }, - "delist_dt": { - "type": "string" - }, - "div_lock_dt": { - "type": "string" - }, - "early_redempt_dt": { - "type": "string" - }, - "effective_dt": { - "type": "string" - }, - "local_end_dt": { - "type": "string" - }, - "lock_dt": { - "type": "string" - }, - "pay_dt": { - "type": "string" - }, - "record_dt": { - "type": "string" - }, - "redempt_dt": { - "type": "string" - }, - "validity_dt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsRightsByIceRequest": { - "description": "KISOverseasPriceV1QuotationsRightsByIceRequest schema", - "properties": { - "ED_YMD": { - "type": "string" - }, - "NCOD": { - "type": "string" - }, - "ST_YMD": { - "type": "string" - }, - "SYMB": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsSearchInfo": { - "description": "KISOverseasPriceV1QuotationsSearchInfo schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "blbg_tckr_text": { - "type": "string" - }, - "buy_unit_qty": { - "type": "string" - }, - "chng_bf_pdno": { - "type": "string" - }, - "crcy_name": { - "type": "string" - }, - "dtm_tr_psbl_yn": { - "type": "string" - }, - "etp_chas_erng_rt_dbnb": { - "type": "string" - }, - "istt_usge_isin_cd": { - "type": "string" - }, - "last_rcvg_dtime": { - "type": "string" - }, - "lei_cd": { - "type": "string" - }, - "lstg_abol_dt": { - "type": "string" - }, - "lstg_abol_item_yn": { - "type": "string" - }, - "lstg_dt": { - "type": "string" - }, - "lstg_stck_num": { - "type": "string" - }, - "lstg_yn": { - "type": "string" - }, - "memo_text1": { - "type": "string" - }, - "mini_stk_tr_stat_dvsn_cd": { - "type": "string" - }, - "mint_cblc_cvsn_ipsb_yn": { - "type": "string" - }, - "mint_dcpt_trad_psbl_yn": { - "type": "string" - }, - "mint_fnum_trad_psbl_yn": { - "type": "string" - }, - "mint_frst_svc_erlm_dt": { - "type": "string" - }, - "mint_svc_yn": { - "type": "string" - }, - "mint_svc_yn_chng_dt": { - "type": "string" - }, - "natn_cd": { - "type": "string" - }, - "natn_name": { - "type": "string" - }, - "ovrs_excg_cd": { - "type": "string" - }, - "ovrs_excg_name": { - "type": "string" - }, - "ovrs_item_name": { - "type": "string" - }, - "ovrs_now_pric1": { - "type": "string" - }, - "ovrs_papr": { - "type": "string" - }, - "ovrs_stck_dvsn_cd": { - "type": "string" - }, - "ovrs_stck_erlm_rosn_cd": { - "type": "string" - }, - "ovrs_stck_etf_risk_drtp_cd": { - "type": "string" - }, - "ovrs_stck_hist_rght_dvsn_cd": { - "type": "string" - }, - "ovrs_stck_prdt_grp_no": { - "type": "string" - }, - "ovrs_stck_stop_rson_cd": { - "type": "string" - }, - "ovrs_stck_tr_stop_dvsn_cd": { - "type": "string" - }, - "prdt_clsf_cd": { - "type": "string" - }, - "prdt_clsf_name": { - "type": "string" - }, - "prdt_eng_name": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd_2": { - "type": "string" - }, - "ptp_item_trfx_exmt_end_dt": { - "type": "string" - }, - "ptp_item_trfx_exmt_strt_dt": { - "type": "string" - }, - "ptp_item_trfx_exmt_yn": { - "type": "string" - }, - "ptp_item_yn": { - "type": "string" - }, - "sdrf_stop_ecls_erlm_dt": { - "type": "string" - }, - "sdrf_stop_ecls_yn": { - "type": "string" - }, - "sedol_no": { - "type": "string" - }, - "sll_unit_qty": { - "type": "string" - }, - "std_pdno": { - "type": "string" - }, - "tax_levy_yn": { - "type": "string" - }, - "tr_crcy_cd": { - "type": "string" - }, - "tr_mket_cd": { - "type": "string" - }, - "tr_mket_name": { - "type": "string" - }, - "tr_unit_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasPriceV1QuotationsSearchInfoRequest": { - "description": "KISOverseasPriceV1QuotationsSearchInfoRequest schema", - "properties": { - "PDNO": { - "type": "string" - }, - "PRDT_TYPE_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1QuotationsCountriesHoliday": { - "description": "KISOverseasStockV1QuotationsCountriesHoliday schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "acpl_sttl_dt": { - "type": "string" - }, - "dmst_sttl_dt": { - "type": "string" - }, - "natn_eng_abrv_cd": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "tr_mket_cd": { - "type": "string" - }, - "tr_mket_name": { - "type": "string" - }, - "tr_natn_cd": { - "type": "string" - }, - "tr_natn_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1QuotationsCountriesHolidayRequest": { - "description": "KISOverseasStockV1QuotationsCountriesHolidayRequest schema", - "properties": { - "CTX_AREA_FK": { - "type": "string" - }, - "CTX_AREA_NK": { - "type": "string" - }, - "TRAD_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingMarketCap": { - "description": "KISOverseasStockV1RankingMarketCap schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "crec": { - "type": "string" - }, - "nrec": { - "type": "string" - }, - "stat": { - "type": "string" - }, - "trec": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "diff": { - "type": "string" - }, - "e_ordyn": { - "type": "string" - }, - "ename": { - "type": "string" - }, - "excd": { - "type": "string" - }, - "grav": { - "type": "string" - }, - "last": { - "type": "string" - }, - "name": { - "type": "string" - }, - "rank": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "shar": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "symb": { - "type": "string" - }, - "tomv": { - "type": "string" - }, - "tvol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingMarketCapRequest": { - "description": "KISOverseasStockV1RankingMarketCapRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "KEYB": { - "type": "string" - }, - "VOL_RANG": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingNewHighlow": { - "description": "KISOverseasStockV1RankingNewHighlow schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "nrec": { - "type": "string" - }, - "stat": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "diff": { - "type": "string" - }, - "e_ordyn": { - "type": "string" - }, - "ename": { - "type": "string" - }, - "excd": { - "type": "string" - }, - "last": { - "type": "string" - }, - "n_base": { - "type": "string" - }, - "n_diff": { - "type": "string" - }, - "n_rate": { - "type": "string" - }, - "name": { - "type": "string" - }, - "pask": { - "type": "string" - }, - "pbid": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "symb": { - "type": "string" - }, - "tvol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingNewHighlowRequest": { - "description": "KISOverseasStockV1RankingNewHighlowRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "GUBN": { - "type": "string" - }, - "GUBN2": { - "type": "string" - }, - "KEYB": { - "type": "string" - }, - "NDAY": { - "type": "string" - }, - "VOL_RANG": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingPriceFluct": { - "description": "KISOverseasStockV1RankingPriceFluct schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "nrec": { - "type": "string" - }, - "stat": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "diff": { - "type": "string" - }, - "e_ordyn": { - "type": "string" - }, - "enam": { - "type": "string" - }, - "excd": { - "type": "string" - }, - "knam": { - "type": "string" - }, - "last": { - "type": "string" - }, - "n_base": { - "type": "string" - }, - "n_diff": { - "type": "string" - }, - "n_rate": { - "type": "string" - }, - "pask": { - "type": "string" - }, - "pbid": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "symb": { - "type": "string" - }, - "tvol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingPriceFluctRequest": { - "description": "KISOverseasStockV1RankingPriceFluctRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "GUBN": { - "type": "string" - }, - "KEYB": { - "type": "string" - }, - "MIXN": { - "type": "string" - }, - "VOL_RANG": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingTradeGrowth": { - "description": "KISOverseasStockV1RankingTradeGrowth schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "crec": { - "type": "string" - }, - "nrec": { - "type": "string" - }, - "stat": { - "type": "string" - }, - "trec": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "diff": { - "type": "string" - }, - "e_ordyn": { - "type": "string" - }, - "ename": { - "type": "string" - }, - "excd": { - "type": "string" - }, - "last": { - "type": "string" - }, - "n_rate": { - "type": "string" - }, - "n_tvol": { - "type": "string" - }, - "name": { - "type": "string" - }, - "pask": { - "type": "string" - }, - "pbid": { - "type": "string" - }, - "rank": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "symb": { - "type": "string" - }, - "tvol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingTradeGrowthRequest": { - "description": "KISOverseasStockV1RankingTradeGrowthRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "KEYB": { - "type": "string" - }, - "NDAY": { - "type": "string" - }, - "VOL_RANG": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingTradePbmn": { - "description": "KISOverseasStockV1RankingTradePbmn schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "crec": { - "type": "string" - }, - "nrec": { - "type": "string" - }, - "stat": { - "type": "string" - }, - "trec": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "a_tamt": { - "type": "string" - }, - "diff": { - "type": "string" - }, - "e_ordyn": { - "type": "string" - }, - "ename": { - "type": "string" - }, - "excd": { - "type": "string" - }, - "last": { - "type": "string" - }, - "name": { - "type": "string" - }, - "pask": { - "type": "string" - }, - "pbid": { - "type": "string" - }, - "rank": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "symb": { - "type": "string" - }, - "tamt": { - "type": "string" - }, - "tvol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingTradePbmnRequest": { - "description": "KISOverseasStockV1RankingTradePbmnRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "KEYB": { - "type": "string" - }, - "NDAY": { - "type": "string" - }, - "PRC1": { - "type": "string" - }, - "PRC2": { - "type": "string" - }, - "VOL_RANG": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingTradeTurnover": { - "description": "KISOverseasStockV1RankingTradeTurnover schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "crec": { - "type": "string" - }, - "nrec": { - "type": "string" - }, - "stat": { - "type": "string" - }, - "trec": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "diff": { - "type": "string" - }, - "e_ordyn": { - "type": "string" - }, - "ename": { - "type": "string" - }, - "excd": { - "type": "string" - }, - "last": { - "type": "string" - }, - "n_tvol": { - "type": "string" - }, - "name": { - "type": "string" - }, - "pask": { - "type": "string" - }, - "pbid": { - "type": "string" - }, - "rank": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "shar": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "symb": { - "type": "string" - }, - "tover": { - "type": "string" - }, - "tvol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingTradeTurnoverRequest": { - "description": "KISOverseasStockV1RankingTradeTurnoverRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "KEYB": { - "type": "string" - }, - "NDAY": { - "type": "string" - }, - "VOL_RANG": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingTradeVol": { - "description": "KISOverseasStockV1RankingTradeVol schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "crec": { - "type": "string" - }, - "nrec": { - "type": "string" - }, - "stat": { - "type": "string" - }, - "trec": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "a_tvol": { - "type": "string" - }, - "diff": { - "type": "string" - }, - "e_ordyn": { - "type": "string" - }, - "ename": { - "type": "string" - }, - "excd": { - "type": "string" - }, - "last": { - "type": "string" - }, - "name": { - "type": "string" - }, - "pask": { - "type": "string" - }, - "pbid": { - "type": "string" - }, - "rank": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "symb": { - "type": "string" - }, - "tamt": { - "type": "string" - }, - "tvol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingTradeVolRequest": { - "description": "KISOverseasStockV1RankingTradeVolRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "KEYB": { - "type": "string" - }, - "NDAY": { - "type": "string" - }, - "PRC1": { - "type": "string" - }, - "PRC2": { - "type": "string" - }, - "VOL_RANG": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingUpdownRate": { - "description": "KISOverseasStockV1RankingUpdownRate schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "crec": { - "type": "string" - }, - "nrec": { - "type": "string" - }, - "stat": { - "type": "string" - }, - "trec": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "diff": { - "type": "string" - }, - "e_ordyn": { - "type": "string" - }, - "ename": { - "type": "string" - }, - "excd": { - "type": "string" - }, - "last": { - "type": "string" - }, - "n_base": { - "type": "string" - }, - "n_diff": { - "type": "string" - }, - "n_rate": { - "type": "string" - }, - "name": { - "type": "string" - }, - "pask": { - "type": "string" - }, - "pbid": { - "type": "string" - }, - "rank": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "symb": { - "type": "string" - }, - "tvol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingUpdownRateRequest": { - "description": "KISOverseasStockV1RankingUpdownRateRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "GUBN": { - "type": "string" - }, - "KEYB": { - "type": "string" - }, - "NDAY": { - "type": "string" - }, - "VOL_RANG": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingVolumePower": { - "description": "KISOverseasStockV1RankingVolumePower schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "nrec": { - "type": "string" - }, - "stat": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "diff": { - "type": "string" - }, - "e_ordyn": { - "type": "string" - }, - "enam": { - "type": "string" - }, - "excd": { - "type": "string" - }, - "knam": { - "type": "string" - }, - "last": { - "type": "string" - }, - "pask": { - "type": "string" - }, - "pbid": { - "type": "string" - }, - "powx": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "symb": { - "type": "string" - }, - "tpow": { - "type": "string" - }, - "tvol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingVolumePowerRequest": { - "description": "KISOverseasStockV1RankingVolumePowerRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "KEYB": { - "type": "string" - }, - "NDAY": { - "type": "string" - }, - "VOL_RANG": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingVolumeSurge": { - "description": "KISOverseasStockV1RankingVolumeSurge schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "nrec": { - "type": "string" - }, - "stat": { - "type": "string" - }, - "zdiv": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "diff": { - "type": "string" - }, - "e_ordyn": { - "type": "string" - }, - "enam": { - "type": "string" - }, - "excd": { - "type": "string" - }, - "knam": { - "type": "string" - }, - "last": { - "type": "string" - }, - "n_diff": { - "type": "string" - }, - "n_rate": { - "type": "string" - }, - "n_tvol": { - "type": "string" - }, - "pask": { - "type": "string" - }, - "pbid": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "rsym": { - "type": "string" - }, - "sign": { - "type": "string" - }, - "symb": { - "type": "string" - }, - "tvol": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1RankingVolumeSurgeRequest": { - "description": "KISOverseasStockV1RankingVolumeSurgeRequest schema", - "properties": { - "AUTH": { - "type": "string" - }, - "EXCD": { - "type": "string" - }, - "KEYB": { - "type": "string" - }, - "MIXN": { - "type": "string" - }, - "VOL_RANG": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingAlgoOrdno": { - "description": "KISOverseasStockV1TradingAlgoOrdno schema", - "properties": { - "ctx_area_fk200": { - "nullable": true, - "type": "string" - }, - "ctx_area_nk200": { - "nullable": true, - "type": "string" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "ft_ccld_qty": { - "type": "string" - }, - "ft_ord_qty": { - "type": "string" - }, - "ft_ord_unpr3": { - "type": "string" - }, - "item_name": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_gno_brno": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "splt_buy_attr_name": { - "type": "string" - }, - "trad_dvsn_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingAlgoOrdnoRequest": { - "description": "KISOverseasStockV1TradingAlgoOrdnoRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "TRAD_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingDaytimeOrder": { - "description": "KISOverseasStockV1TradingDaytimeOrder schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "KRX_FWDG_ORD_ORGNO": { - "type": "string" - }, - "ODNO": { - "type": "string" - }, - "ORD_TMD": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingDaytimeOrderRequest": { - "description": "KISOverseasStockV1TradingDaytimeOrderRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "ORD_DVSN": { - "type": "string" - }, - "ORD_QTY": { - "type": "string" - }, - "ORD_SVR_DVSN_CD": { - "type": "string" - }, - "OVRS_EXCG_CD": { - "type": "string" - }, - "OVRS_ORD_UNPR": { - "type": "string" - }, - "PDNO": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingDaytimeOrderRvsecncl": { - "description": "KISOverseasStockV1TradingDaytimeOrderRvsecncl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "KRX_FWDG_ORD_ORGNO": { - "type": "string" - }, - "ODNO": { - "type": "string" - }, - "ORD_TMD": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingDaytimeOrderRvsecnclRequest": { - "description": "KISOverseasStockV1TradingDaytimeOrderRvsecnclRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTAC_TLNO": { - "type": "string" - }, - "MGCO_APTM_ODNO": { - "type": "string" - }, - "ORD_QTY": { - "type": "string" - }, - "ORD_SVR_DVSN_CD": { - "type": "string" - }, - "ORGN_ODNO": { - "type": "string" - }, - "OVRS_EXCG_CD": { - "type": "string" - }, - "OVRS_ORD_UNPR": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "RVSE_CNCL_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingForeignMargin": { - "description": "KISOverseasStockV1TradingForeignMargin schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "bass_exrt": { - "type": "string" - }, - "crcy_cd": { - "type": "string" - }, - "frcr_dncl_amt1": { - "type": "string" - }, - "frcr_gnrl_ord_psbl_amt": { - "type": "string" - }, - "frcr_mgn_amt": { - "type": "string" - }, - "frcr_ord_psbl_amt1": { - "type": "string" - }, - "frcr_rcvb_amt": { - "type": "string" - }, - "itgr_ord_psbl_amt": { - "type": "string" - }, - "natn_name": { - "type": "string" - }, - "ustl_buy_amt": { - "type": "string" - }, - "ustl_sll_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingForeignMarginRequest": { - "description": "KISOverseasStockV1TradingForeignMarginRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquireAlgoCcnl": { - "description": "KISOverseasStockV1TradingInquireAlgoCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "CCLD_BTWN": { - "type": "string" - }, - "CCLD_SEQ": { - "type": "string" - }, - "FT_CCLD_AMT3": { - "type": "string" - }, - "FT_CCLD_QTY": { - "type": "string" - }, - "FT_CCLD_UNPR3": { - "type": "string" - }, - "ITEM_NAME": { - "type": "string" - }, - "PDNO": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output3": { - "items": { - "nullable": true, - "properties": { - "CCLD_CNT": { - "type": "string" - }, - "FT_CCLD_AMT3": { - "type": "string" - }, - "FT_CCLD_QTY": { - "type": "string" - }, - "FT_CCLD_UNPR3": { - "type": "string" - }, - "FT_ORD_QTY": { - "type": "string" - }, - "FT_ORD_UNPR3": { - "type": "string" - }, - "ITEM_NAME": { - "type": "string" - }, - "ODNO": { - "type": "string" - }, - "ORD_TMD": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "SPLT_BUY_ATTR_NAME": { - "type": "string" - }, - "TRAD_DVSN_NAME": { - "type": "string" - }, - "TR_CRCY": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquireAlgoCcnlRequest": { - "description": "KISOverseasStockV1TradingInquireAlgoCcnlRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "ODNO": { - "type": "string" - }, - "ORD_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquireBalance": { - "description": "KISOverseasStockV1TradingInquireBalance schema", - "properties": { - "ctx_area_fk200": { - "nullable": true, - "type": "string" - }, - "ctx_area_nk200": { - "nullable": true, - "type": "string" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "acnt_prdt_cd": { - "type": "string" - }, - "cano": { - "type": "string" - }, - "evlu_pfls_rt": { - "type": "string" - }, - "expd_dt": { - "type": "string" - }, - "frcr_evlu_pfls_amt": { - "type": "string" - }, - "frcr_pchs_amt1": { - "type": "string" - }, - "loan_dt": { - "type": "string" - }, - "loan_type_cd": { - "type": "string" - }, - "now_pric2": { - "type": "string" - }, - "ord_psbl_qty": { - "type": "string" - }, - "ovrs_cblc_qty": { - "type": "string" - }, - "ovrs_excg_cd": { - "type": "string" - }, - "ovrs_item_name": { - "type": "string" - }, - "ovrs_pdno": { - "type": "string" - }, - "ovrs_stck_evlu_amt": { - "type": "string" - }, - "pchs_avg_pric": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "tr_crcy_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "frcr_buy_amt_smtl1": { - "type": "string" - }, - "frcr_buy_amt_smtl2": { - "type": "string" - }, - "frcr_pchs_amt1": { - "type": "string" - }, - "ovrs_rlzt_pfls_amt": { - "type": "string" - }, - "ovrs_rlzt_pfls_amt2": { - "type": "string" - }, - "ovrs_tot_pfls": { - "type": "string" - }, - "rlzt_erng_rt": { - "type": "string" - }, - "tot_evlu_pfls_amt": { - "type": "string" - }, - "tot_pftrt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquireBalanceRequest": { - "description": "KISOverseasStockV1TradingInquireBalanceRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "OVRS_EXCG_CD": { - "type": "string" - }, - "TR_CRCY_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquireCcnl": { - "description": "KISOverseasStockV1TradingInquireCcnl schema", - "properties": { - "ctx_area_fk200": { - "nullable": true, - "type": "string" - }, - "ctx_area_nk200": { - "nullable": true, - "type": "string" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "dmst_ord_dt": { - "type": "string" - }, - "ft_ccld_amt3": { - "type": "string" - }, - "ft_ccld_qty": { - "type": "string" - }, - "ft_ccld_unpr3": { - "type": "string" - }, - "ft_ord_qty": { - "type": "string" - }, - "ft_ord_unpr3": { - "type": "string" - }, - "loan_dt": { - "type": "string" - }, - "loan_type_cd": { - "type": "string" - }, - "mdia_dvsn_name": { - "type": "string" - }, - "nccs_qty": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_dt": { - "type": "string" - }, - "ord_gno_brno": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - }, - "orgn_odno": { - "type": "string" - }, - "ovrs_excg_cd": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prcs_stat_name": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "rjct_rson": { - "type": "string" - }, - "rjct_rson_name": { - "type": "string" - }, - "rvse_cncl_dvsn": { - "type": "string" - }, - "rvse_cncl_dvsn_name": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "sll_buy_dvsn_cd_name": { - "type": "string" - }, - "splt_buy_attr_name": { - "type": "string" - }, - "thco_ord_tmd": { - "type": "string" - }, - "tr_crcy_cd": { - "type": "string" - }, - "tr_mket_name": { - "type": "string" - }, - "tr_natn": { - "type": "string" - }, - "tr_natn_name": { - "type": "string" - }, - "usa_amk_exts_rqst_yn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquireCcnlRequest": { - "description": "KISOverseasStockV1TradingInquireCcnlRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CCLD_NCCS_DVSN": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "ODNO": { - "type": "string" - }, - "ORD_DT": { - "type": "string" - }, - "ORD_END_DT": { - "type": "string" - }, - "ORD_GNO_BRNO": { - "type": "string" - }, - "ORD_STRT_DT": { - "type": "string" - }, - "OVRS_EXCG_CD": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "SLL_BUY_DVSN": { - "type": "string" - }, - "SORT_SQN": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquireNccs": { - "description": "KISOverseasStockV1TradingInquireNccs schema", - "properties": { - "ctx_area_fk200": { - "nullable": true, - "type": "string" - }, - "ctx_area_nk200": { - "nullable": true, - "type": "string" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "ft_ccld_amt3": { - "type": "string" - }, - "ft_ccld_qty": { - "type": "string" - }, - "ft_ccld_unpr3": { - "type": "string" - }, - "ft_ord_qty": { - "type": "string" - }, - "ft_ord_unpr3": { - "type": "string" - }, - "loan_dt": { - "type": "string" - }, - "loan_type_cd": { - "type": "string" - }, - "natn_cd": { - "type": "string" - }, - "natn_kor_name": { - "type": "string" - }, - "nccs_qty": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_dt": { - "type": "string" - }, - "ord_gno_brno": { - "type": "string" - }, - "ord_tmd": { - "type": "string" - }, - "orgn_odno": { - "type": "string" - }, - "ovrs_excg_cd": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prcs_stat_name": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "rjct_rson": { - "type": "string" - }, - "rjct_rson_name": { - "type": "string" - }, - "rvse_cncl_dvsn_cd": { - "type": "string" - }, - "rvse_cncl_dvsn_cd_name": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "sll_buy_dvsn_cd_name": { - "type": "string" - }, - "splt_buy_attr_name": { - "type": "string" - }, - "tr_crcy_cd": { - "type": "string" - }, - "tr_mket_name": { - "type": "string" - }, - "usa_amk_exts_rqst_yn": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquireNccsRequest": { - "description": "KISOverseasStockV1TradingInquireNccsRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "OVRS_EXCG_CD": { - "type": "string" - }, - "SORT_SQN": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquirePaymtStdrBalance": { - "description": "KISOverseasStockV1TradingInquirePaymtStdrBalance schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "avg_unpr3": { - "type": "string" - }, - "bass_exrt": { - "type": "string" - }, - "buy_crcy_cd": { - "type": "string" - }, - "cblc_qty13": { - "type": "string" - }, - "evlu_pfls_amt2": { - "type": "string" - }, - "evlu_pfls_rt1": { - "type": "string" - }, - "frcr_evlu_amt2": { - "type": "string" - }, - "frcr_pchs_amt": { - "type": "string" - }, - "ldng_cblc_qty": { - "type": "string" - }, - "loan_rmnd": { - "type": "string" - }, - "mgge_qty": { - "type": "string" - }, - "natn_kor_name": { - "type": "string" - }, - "oprt_dtl_dtime": { - "type": "string" - }, - "ord_psbl_qty1": { - "type": "string" - }, - "ovrs_excg_cd": { - "type": "string" - }, - "ovrs_now_pric1": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "scts_dvsn_name": { - "type": "string" - }, - "std_pdno": { - "type": "string" - }, - "thdt_buy_ccld_qty1": { - "type": "string" - }, - "thdt_sll_ccld_qty1": { - "type": "string" - }, - "tr_mket_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "crcy_cd": { - "type": "string" - }, - "crcy_cd_name": { - "type": "string" - }, - "frcr_dncl_amt_2": { - "type": "string" - }, - "frcr_evlu_amt2": { - "type": "string" - }, - "frst_bltn_exrt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output3": { - "items": { - "nullable": true, - "properties": { - "evlu_erng_rt1": { - "type": "string" - }, - "frcr_cblc_wcrc_evlu_amt_smtl": { - "type": "string" - }, - "pchs_amt_smtl_amt": { - "type": "string" - }, - "tot_asst_amt2": { - "type": "string" - }, - "tot_dncl_amt": { - "type": "string" - }, - "tot_evlu_pfls_amt": { - "type": "string" - }, - "tot_ldng_evlu_amt": { - "type": "string" - }, - "tot_loan_amt": { - "type": "string" - }, - "wcrc_evlu_amt_smtl": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquirePaymtStdrBalanceRequest": { - "description": "KISOverseasStockV1TradingInquirePaymtStdrBalanceRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "BASS_DT": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "INQR_DVSN_CD": { - "type": "string" - }, - "WCRC_FRCR_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquirePeriodProfit": { - "description": "KISOverseasStockV1TradingInquirePeriodProfit schema", - "properties": { - "Output1": { - "items": { - "nullable": true, - "properties": { - "avg_sll_unpr": { - "type": "string" - }, - "exrt": { - "type": "string" - }, - "frcr_pchs_amt1": { - "type": "string" - }, - "frcr_sll_amt_smtl1": { - "type": "string" - }, - "frst_bltn_exrt": { - "type": "string" - }, - "ovrs_excg_cd": { - "type": "string" - }, - "ovrs_item_name": { - "type": "string" - }, - "ovrs_pdno": { - "type": "string" - }, - "ovrs_rlzt_pfls_amt": { - "type": "string" - }, - "pchs_avg_pric": { - "type": "string" - }, - "pftrt": { - "type": "string" - }, - "slcl_qty": { - "type": "string" - }, - "stck_sll_tlex": { - "type": "string" - }, - "trad_day": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "Output2": { - "items": { - "nullable": true, - "properties": { - "bass_dt": { - "type": "string" - }, - "excc_dfrm_amt": { - "type": "string" - }, - "exrt": { - "type": "string" - }, - "ovrs_rlzt_pfls_tot_amt": { - "type": "string" - }, - "smtl_fee1": { - "type": "string" - }, - "stck_buy_amt_smtl": { - "type": "string" - }, - "stck_sll_amt_smtl": { - "type": "string" - }, - "tot_pftrt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquirePeriodProfitRequest": { - "description": "KISOverseasStockV1TradingInquirePeriodProfitRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CRCY_CD": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "INQR_END_DT": { - "type": "string" - }, - "INQR_STRT_DT": { - "type": "string" - }, - "NATN_CD": { - "type": "string" - }, - "OVRS_EXCG_CD": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "WCRC_FRCR_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquirePeriodTrans": { - "description": "KISOverseasStockV1TradingInquirePeriodTrans schema", - "properties": { - "ctx_area_fk100": { - "nullable": true, - "type": "string" - }, - "ctx_area_nk100": { - "nullable": true, - "type": "string" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "amt_unit_ccld_qty": { - "type": "string" - }, - "ccld_qty": { - "type": "string" - }, - "crcy_cd": { - "type": "string" - }, - "dmst_frcr_fee1": { - "type": "string" - }, - "dmst_wcrc_fee": { - "type": "string" - }, - "erlm_exrt": { - "type": "string" - }, - "frcr_excc_amt_1": { - "type": "string" - }, - "frcr_fee1": { - "type": "string" - }, - "ft_ccld_unpr2": { - "type": "string" - }, - "loan_dvsn_cd": { - "type": "string" - }, - "loan_dvsn_name": { - "type": "string" - }, - "ovrs_item_name": { - "type": "string" - }, - "ovrs_stck_ccld_unpr": { - "type": "string" - }, - "ovrs_wcrc_fee": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "sll_buy_dvsn_name": { - "type": "string" - }, - "std_pdno": { - "type": "string" - }, - "sttl_dt": { - "type": "string" - }, - "tr_amt": { - "type": "string" - }, - "tr_frcr_amt2": { - "type": "string" - }, - "trad_dt": { - "type": "string" - }, - "wcrc_excc_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "dmst_fee_smtl": { - "type": "string" - }, - "frcr_buy_amt_smtl": { - "type": "string" - }, - "frcr_sll_amt_smtl": { - "type": "string" - }, - "ovrs_fee_smtl": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquirePeriodTransRequest": { - "description": "KISOverseasStockV1TradingInquirePeriodTransRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK100": { - "type": "string" - }, - "CTX_AREA_NK100": { - "type": "string" - }, - "ERLM_END_DT": { - "type": "string" - }, - "ERLM_STRT_DT": { - "type": "string" - }, - "LOAN_DVSN_CD": { - "type": "string" - }, - "OVRS_EXCG_CD": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "SLL_BUY_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquirePresentBalance": { - "description": "KISOverseasStockV1TradingInquirePresentBalance schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output1": { - "items": { - "nullable": true, - "properties": { - "avg_unpr3": { - "type": "string" - }, - "bass_exrt": { - "type": "string" - }, - "buy_crcy_cd": { - "type": "string" - }, - "cblc_qty13": { - "type": "string" - }, - "ccld_qty_smtl1": { - "type": "string" - }, - "evlu_pfls_amt2": { - "type": "string" - }, - "evlu_pfls_rt1": { - "type": "string" - }, - "frcr_evlu_amt2": { - "type": "string" - }, - "frcr_pchs_amt": { - "type": "string" - }, - "item_lnkg_excg_cd": { - "type": "string" - }, - "loan_dt": { - "type": "string" - }, - "loan_expd_dt": { - "type": "string" - }, - "loan_rmnd": { - "type": "string" - }, - "natn_kor_name": { - "type": "string" - }, - "ord_psbl_qty1": { - "type": "string" - }, - "ovrs_excg_cd": { - "type": "string" - }, - "ovrs_now_pric1": { - "type": "string" - }, - "pchs_rmnd_wcrc_amt": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "scts_dvsn_name": { - "type": "string" - }, - "std_pdno": { - "type": "string" - }, - "thdt_buy_ccld_frcr_amt": { - "type": "string" - }, - "thdt_buy_ccld_qty1": { - "type": "string" - }, - "thdt_sll_ccld_frcr_amt": { - "type": "string" - }, - "thdt_sll_ccld_qty1": { - "type": "string" - }, - "tr_mket_name": { - "type": "string" - }, - "unit_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output2": { - "items": { - "nullable": true, - "properties": { - "acpl_cstd_crcy_yn": { - "type": "string" - }, - "crcy_cd": { - "type": "string" - }, - "crcy_cd_name": { - "type": "string" - }, - "frcr_buy_amt_smtl": { - "type": "string" - }, - "frcr_buy_mgn_amt": { - "type": "string" - }, - "frcr_dncl_amt_2": { - "type": "string" - }, - "frcr_drwg_psbl_amt_1": { - "type": "string" - }, - "frcr_etc_mgna": { - "type": "string" - }, - "frcr_evlu_amt2": { - "type": "string" - }, - "frcr_sll_amt_smtl": { - "type": "string" - }, - "frst_bltn_exrt": { - "type": "string" - }, - "nxdy_frcr_drwg_psbl_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "output3": { - "items": { - "nullable": true, - "properties": { - "buy_mgn_amt": { - "type": "string" - }, - "cma_evlu_amt": { - "type": "string" - }, - "dncl_amt": { - "type": "string" - }, - "etc_mgna": { - "type": "string" - }, - "evlu_amt_smtl": { - "type": "string" - }, - "evlu_amt_smtl_amt": { - "type": "string" - }, - "evlu_erng_rt1": { - "type": "string" - }, - "evlu_pfls_amt_smtl": { - "type": "string" - }, - "frcr_evlu_tota": { - "type": "string" - }, - "frcr_use_psbl_amt": { - "type": "string" - }, - "mgna_tota": { - "type": "string" - }, - "pchs_amt_smtl": { - "type": "string" - }, - "pchs_amt_smtl_amt": { - "type": "string" - }, - "tot_asst_amt": { - "type": "string" - }, - "tot_dncl_amt": { - "type": "string" - }, - "tot_evlu_pfls_amt": { - "type": "string" - }, - "tot_frcr_cblc_smtl": { - "type": "string" - }, - "tot_loan_amt": { - "type": "string" - }, - "ustl_buy_amt_smtl": { - "type": "string" - }, - "ustl_sll_amt_smtl": { - "type": "string" - }, - "wdrw_psbl_tot_amt": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquirePresentBalanceRequest": { - "description": "KISOverseasStockV1TradingInquirePresentBalanceRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "INQR_DVSN_CD": { - "type": "string" - }, - "NATN_CD": { - "type": "string" - }, - "TR_MKET_CD": { - "type": "string" - }, - "WCRC_FRCR_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquirePsamount": { - "description": "KISOverseasStockV1TradingInquirePsamount schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "echm_af_ord_psbl_amt": { - "type": "string" - }, - "echm_af_ord_psbl_qty": { - "type": "string" - }, - "exrt": { - "type": "string" - }, - "frcr_ord_psbl_amt1": { - "type": "string" - }, - "max_ord_psbl_qty": { - "type": "string" - }, - "ord_psbl_frcr_amt": { - "type": "string" - }, - "ord_psbl_qty": { - "type": "string" - }, - "ovrs_max_ord_psbl_qty": { - "type": "string" - }, - "ovrs_ord_psbl_amt": { - "type": "string" - }, - "sll_ruse_psbl_amt": { - "type": "string" - }, - "tr_crcy_cd": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingInquirePsamountRequest": { - "description": "KISOverseasStockV1TradingInquirePsamountRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "ITEM_CD": { - "type": "string" - }, - "OVRS_EXCG_CD": { - "type": "string" - }, - "OVRS_ORD_UNPR": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingOrder": { - "description": "KISOverseasStockV1TradingOrder schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "KRX_FWDG_ORD_ORGNO": { - "type": "string" - }, - "ODNO": { - "type": "string" - }, - "ORD_TMD": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingOrderRequest": { - "description": "KISOverseasStockV1TradingOrderRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "ORD_DVSN": { - "type": "string" - }, - "ORD_QTY": { - "type": "string" - }, - "ORD_SVR_DVSN_CD": { - "type": "string" - }, - "OVRS_EXCG_CD": { - "type": "string" - }, - "OVRS_ORD_UNPR": { - "type": "string" - }, - "PDNO": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingOrderResv": { - "description": "KISOverseasStockV1TradingOrderResv schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "ODNO": { - "type": "string" - }, - "OVRS_RSVN_ODNO": { - "type": "string" - }, - "RSVN_ORD_RCIT_DT": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingOrderResvCcnl": { - "description": "KISOverseasStockV1TradingOrderResvCcnl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "OVRS_RSVN_ODNO": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingOrderResvCcnlRequest": { - "description": "KISOverseasStockV1TradingOrderResvCcnlRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "OVRS_RSVN_ODNO": { - "type": "string" - }, - "RSYN_ORD_RCIT_DT": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingOrderResvList": { - "description": "KISOverseasStockV1TradingOrderResvList schema", - "properties": { - "ctx_area_fk200": { - "nullable": true, - "type": "string" - }, - "ctx_area_nk200": { - "nullable": true, - "type": "string" - }, - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "cncl_yn": { - "type": "string" - }, - "ft_ccld_qty": { - "type": "string" - }, - "ft_ord_qty": { - "type": "string" - }, - "ft_ord_unpr3": { - "type": "string" - }, - "nprc_rson_text": { - "type": "string" - }, - "odno": { - "type": "string" - }, - "ord_dt": { - "type": "string" - }, - "ord_fwdg_tmd": { - "type": "string" - }, - "ord_gno_brno": { - "type": "string" - }, - "ord_rcit_tmd": { - "type": "string" - }, - "ord_stfno": { - "type": "string" - }, - "ovrs_excg_cd": { - "type": "string" - }, - "ovrs_rsvn_odno": { - "type": "string" - }, - "ovrs_rsvn_ord_stat_cd": { - "type": "string" - }, - "ovrs_rsvn_ord_stat_cd_name": { - "type": "string" - }, - "pdno": { - "type": "string" - }, - "prdt_name": { - "type": "string" - }, - "prdt_type_cd": { - "type": "string" - }, - "rsvn_ord_rcit_dt": { - "type": "string" - }, - "sll_buy_dvsn_cd": { - "type": "string" - }, - "sll_buy_dvsn_cd_name": { - "type": "string" - }, - "splt_buy_attr_name": { - "type": "string" - }, - "tr_dvsn_name": { - "type": "string" - }, - "tr_mket_name": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingOrderResvListRequest": { - "description": "KISOverseasStockV1TradingOrderResvListRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "CTX_AREA_FK200": { - "type": "string" - }, - "CTX_AREA_NK200": { - "type": "string" - }, - "INQR_DVSN_CD": { - "type": "string" - }, - "INQR_END_DT": { - "type": "string" - }, - "INQR_STRT_DT": { - "type": "string" - }, - "OVRS_EXCG_CD": { - "type": "string" - }, - "PRDT_TYPE_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingOrderResvRequest": { - "description": "KISOverseasStockV1TradingOrderResvRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "FT_ORD_QTY": { - "type": "string" - }, - "FT_ORD_UNPR3": { - "type": "string" - }, - "OVRS_EXCG_CD": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "PRDT_TYPE_CD": { - "type": "string" - }, - "RVSE_CNCL_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingOrderRvsecncl": { - "description": "KISOverseasStockV1TradingOrderRvsecncl schema", - "properties": { - "msg1": { - "nullable": true, - "type": "string" - }, - "msg_cd": { - "nullable": true, - "type": "string" - }, - "output": { - "items": { - "nullable": true, - "properties": { - "KRX_FWDG_ORD_ORGNO": { - "type": "string" - }, - "ODNO": { - "type": "string" - }, - "ORD_TMD": { - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rt_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KISOverseasStockV1TradingOrderRvsecnclRequest": { - "description": "KISOverseasStockV1TradingOrderRvsecnclRequest schema", - "properties": { - "ACNT_PRDT_CD": { - "type": "string" - }, - "CANO": { - "type": "string" - }, - "ORD_QTY": { - "type": "string" - }, - "ORGN_ODNO": { - "type": "string" - }, - "OVRS_EXCG_CD": { - "type": "string" - }, - "OVRS_ORD_UNPR": { - "type": "string" - }, - "PDNO": { - "type": "string" - }, - "RVSE_CNCL_DVSN_CD": { - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa00001Request": { - "description": "KiwoomApiDostkAcntKa00001Request schema" - }, - "KiwoomApiDostkAcntKa00001Response": { - "description": "KiwoomApiDostkAcntKa00001Response schema", - "properties": { - "acctno": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa01690Request": { - "description": "KiwoomApiDostkAcntKa01690Request schema", - "properties": { - "qry_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa01690Response": { - "description": "KiwoomApiDostkAcntKa01690Response schema", - "properties": { - "buy_wght": { - "nullable": true, - "type": "string" - }, - "day_bal_rt": { - "items": { - "nullable": true, - "properties": { - "buy_uv": { - "nullable": true, - "type": "string" - }, - "buy_wght": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "evlt_amt": { - "nullable": true, - "type": "string" - }, - "evlt_wght": { - "nullable": true, - "type": "string" - }, - "evltv_prft": { - "nullable": true, - "type": "string" - }, - "prft_rt": { - "nullable": true, - "type": "string" - }, - "rmnd_qty": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "day_stk_asst": { - "nullable": true, - "type": "string" - }, - "dbst_bal": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "tot_buy_amt": { - "nullable": true, - "type": "string" - }, - "tot_evlt_amt": { - "nullable": true, - "type": "string" - }, - "tot_evltv_prft": { - "nullable": true, - "type": "string" - }, - "tot_prft_rt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10072Request": { - "description": "KiwoomApiDostkAcntKa10072Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10072Response": { - "description": "KiwoomApiDostkAcntKa10072Response schema", - "properties": { - "dt_stk_div_rlzt_pl": { - "items": { - "nullable": true, - "properties": { - "buy_uv": { - "nullable": true, - "type": "string" - }, - "cntr_pric": { - "nullable": true, - "type": "string" - }, - "cntr_qty": { - "nullable": true, - "type": "string" - }, - "crd_tp": { - "nullable": true, - "type": "string" - }, - "loan_dt": { - "nullable": true, - "type": "string" - }, - "pl_rt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_cd_1": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tdy_sel_pl": { - "nullable": true, - "type": "string" - }, - "tdy_sel_pl_1": { - "nullable": true, - "type": "string" - }, - "tdy_trde_cmsn": { - "nullable": true, - "type": "string" - }, - "tdy_trde_tax": { - "nullable": true, - "type": "string" - }, - "wthd_alowa": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10073Request": { - "description": "KiwoomApiDostkAcntKa10073Request schema", - "properties": { - "end_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10073Response": { - "description": "KiwoomApiDostkAcntKa10073Response schema", - "properties": { - "dt_stk_rlzt_pl": { - "items": { - "nullable": true, - "properties": { - "buy_uv": { - "nullable": true, - "type": "string" - }, - "cntr_pric": { - "nullable": true, - "type": "string" - }, - "cntr_qty": { - "nullable": true, - "type": "string" - }, - "crd_tp": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "loan_dt": { - "nullable": true, - "type": "string" - }, - "pl_rt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tdy_htssel_cmsn": { - "nullable": true, - "type": "string" - }, - "tdy_sel_pl": { - "nullable": true, - "type": "string" - }, - "tdy_trde_cmsn": { - "nullable": true, - "type": "string" - }, - "tdy_trde_tax": { - "nullable": true, - "type": "string" - }, - "wthd_alowa": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10074Request": { - "description": "KiwoomApiDostkAcntKa10074Request schema", - "properties": { - "end_dt": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10074Response": { - "description": "KiwoomApiDostkAcntKa10074Response schema", - "properties": { - "dt_rlzt_pl": { - "items": { - "nullable": true, - "properties": { - "buy_amt": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "sell_amt": { - "nullable": true, - "type": "string" - }, - "tdy_sel_pl": { - "nullable": true, - "type": "string" - }, - "tdy_trde_cmsn": { - "nullable": true, - "type": "string" - }, - "tdy_trde_tax": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "rlzt_pl": { - "nullable": true, - "type": "string" - }, - "tot_buy_amt": { - "nullable": true, - "type": "string" - }, - "tot_sell_amt": { - "nullable": true, - "type": "string" - }, - "trde_cmsn": { - "nullable": true, - "type": "string" - }, - "trde_tax": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10075Request": { - "description": "KiwoomApiDostkAcntKa10075Request schema", - "properties": { - "all_stk_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10075Response": { - "description": "KiwoomApiDostkAcntKa10075Response schema", - "properties": { - "oso": { - "items": { - "nullable": true, - "properties": { - "acnt_no": { - "nullable": true, - "type": "string" - }, - "buy_bid": { - "nullable": true, - "type": "string" - }, - "cntr_no": { - "nullable": true, - "type": "string" - }, - "cntr_pric": { - "nullable": true, - "type": "string" - }, - "cntr_qty": { - "nullable": true, - "type": "string" - }, - "cntr_tot_amt": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "ind_invsr": { - "nullable": true, - "type": "string" - }, - "io_tp_nm": { - "nullable": true, - "type": "string" - }, - "mang_empno": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - }, - "ord_pric": { - "nullable": true, - "type": "string" - }, - "ord_qty": { - "nullable": true, - "type": "string" - }, - "ord_stt": { - "nullable": true, - "type": "string" - }, - "orig_ord_no": { - "nullable": true, - "type": "string" - }, - "oso_qty": { - "nullable": true, - "type": "string" - }, - "sel_bid": { - "nullable": true, - "type": "string" - }, - "sor_yn": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp_txt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "stop_pric": { - "nullable": true, - "type": "string" - }, - "tdy_trde_cmsn": { - "nullable": true, - "type": "string" - }, - "tdy_trde_tax": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - }, - "tsk_tp": { - "nullable": true, - "type": "string" - }, - "unit_cntr_pric": { - "nullable": true, - "type": "string" - }, - "unit_cntr_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10076Request": { - "description": "KiwoomApiDostkAcntKa10076Request schema", - "properties": { - "ord_no": { - "nullable": true, - "type": "string" - }, - "qry_tp": { - "nullable": true, - "type": "string" - }, - "sell_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10076Response": { - "description": "KiwoomApiDostkAcntKa10076Response schema", - "properties": { - "cntr": { - "items": { - "nullable": true, - "properties": { - "cntr_pric": { - "nullable": true, - "type": "string" - }, - "cntr_qty": { - "nullable": true, - "type": "string" - }, - "io_tp_nm": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - }, - "ord_pric": { - "nullable": true, - "type": "string" - }, - "ord_qty": { - "nullable": true, - "type": "string" - }, - "ord_stt": { - "nullable": true, - "type": "string" - }, - "ord_tm": { - "nullable": true, - "type": "string" - }, - "orig_ord_no": { - "nullable": true, - "type": "string" - }, - "oso_qty": { - "nullable": true, - "type": "string" - }, - "sor_yn": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp_txt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "stop_pric": { - "nullable": true, - "type": "string" - }, - "tdy_trde_cmsn": { - "nullable": true, - "type": "string" - }, - "tdy_trde_tax": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10077Request": { - "description": "KiwoomApiDostkAcntKa10077Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10077Response": { - "description": "KiwoomApiDostkAcntKa10077Response schema", - "properties": { - "tdy_rlzt_pl": { - "nullable": true, - "type": "string" - }, - "tdy_rlzt_pl_dtl": { - "items": { - "nullable": true, - "properties": { - "buy_uv": { - "nullable": true, - "type": "string" - }, - "cntr_pric": { - "nullable": true, - "type": "string" - }, - "cntr_qty": { - "nullable": true, - "type": "string" - }, - "pl_rt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tdy_sel_pl": { - "nullable": true, - "type": "string" - }, - "tdy_trde_cmsn": { - "nullable": true, - "type": "string" - }, - "tdy_trde_tax": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10085Request": { - "description": "KiwoomApiDostkAcntKa10085Request schema", - "properties": { - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10085Response": { - "description": "KiwoomApiDostkAcntKa10085Response schema", - "properties": { - "acnt_prft_rt": { - "items": { - "nullable": true, - "properties": { - "clrn_alow_qty": { - "nullable": true, - "type": "string" - }, - "crd_amt": { - "nullable": true, - "type": "string" - }, - "crd_int": { - "nullable": true, - "type": "string" - }, - "crd_tp": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "expr_dt": { - "nullable": true, - "type": "string" - }, - "loan_dt": { - "nullable": true, - "type": "string" - }, - "pur_amt": { - "nullable": true, - "type": "string" - }, - "pur_pric": { - "nullable": true, - "type": "string" - }, - "rmnd_qty": { - "nullable": true, - "type": "string" - }, - "setl_remn": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tdy_sel_pl": { - "nullable": true, - "type": "string" - }, - "tdy_trde_cmsn": { - "nullable": true, - "type": "string" - }, - "tdy_trde_tax": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10088Request": { - "description": "KiwoomApiDostkAcntKa10088Request schema", - "properties": { - "ord_no": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10088Response": { - "description": "KiwoomApiDostkAcntKa10088Response schema", - "properties": { - "osop": { - "items": { - "nullable": true, - "properties": { - "cntr_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "io_tp_nm": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - }, - "ord_pric": { - "nullable": true, - "type": "string" - }, - "ord_qty": { - "nullable": true, - "type": "string" - }, - "ord_stt": { - "nullable": true, - "type": "string" - }, - "osop_qty": { - "nullable": true, - "type": "string" - }, - "sell_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp_txt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10170Request": { - "description": "KiwoomApiDostkAcntKa10170Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "ch_crd_tp": { - "nullable": true, - "type": "string" - }, - "ottks_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKa10170Response": { - "description": "KiwoomApiDostkAcntKa10170Response schema", - "properties": { - "tdy_trde_diary": { - "items": { - "nullable": true, - "properties": { - "buy_amt": { - "nullable": true, - "type": "string" - }, - "buy_avg_pric": { - "nullable": true, - "type": "string" - }, - "buy_qty": { - "nullable": true, - "type": "string" - }, - "cmsn_alm_tax": { - "nullable": true, - "type": "string" - }, - "pl_amt": { - "nullable": true, - "type": "string" - }, - "prft_rt": { - "nullable": true, - "type": "string" - }, - "sel_avg_pric": { - "nullable": true, - "type": "string" - }, - "sell_amt": { - "nullable": true, - "type": "string" - }, - "sell_qty": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "tot_buy_amt": { - "nullable": true, - "type": "string" - }, - "tot_cmsn_tax": { - "nullable": true, - "type": "string" - }, - "tot_exct_amt": { - "nullable": true, - "type": "string" - }, - "tot_pl_amt": { - "nullable": true, - "type": "string" - }, - "tot_prft_rt": { - "nullable": true, - "type": "string" - }, - "tot_sell_amt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00001Request": { - "description": "KiwoomApiDostkAcntKt00001Request schema", - "properties": { - "qry_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00001Response": { - "description": "KiwoomApiDostkAcntKt00001Response schema", - "properties": { - "100stk_ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "20stk_ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "30stk_ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "40stk_ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "50stk_ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "60stk_ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "add_grnt_ch": { - "nullable": true, - "type": "string" - }, - "add_grnt_repl": { - "nullable": true, - "type": "string" - }, - "bncr_buy_alowa": { - "nullable": true, - "type": "string" - }, - "bncr_profa_ch": { - "nullable": true, - "type": "string" - }, - "bncr_remn_repl_evlta": { - "nullable": true, - "type": "string" - }, - "ch_uncla": { - "nullable": true, - "type": "string" - }, - "ch_uncla_dlfe": { - "nullable": true, - "type": "string" - }, - "ch_uncla_tot": { - "nullable": true, - "type": "string" - }, - "chck_ina_amt": { - "nullable": true, - "type": "string" - }, - "crd_grnt_ch": { - "nullable": true, - "type": "string" - }, - "crd_grnt_repl": { - "nullable": true, - "type": "string" - }, - "crd_grnt_rt": { - "nullable": true, - "type": "string" - }, - "crd_grnt_ruse": { - "nullable": true, - "type": "string" - }, - "crd_grnta_ch": { - "nullable": true, - "type": "string" - }, - "crd_grnta_repl": { - "nullable": true, - "type": "string" - }, - "crd_int_npay": { - "nullable": true, - "type": "string" - }, - "crd_ls_rght_frcs_amt": { - "nullable": true, - "type": "string" - }, - "crd_set_grnta": { - "nullable": true, - "type": "string" - }, - "d1_buy_exct_amt": { - "nullable": true, - "type": "string" - }, - "d1_entra": { - "nullable": true, - "type": "string" - }, - "d1_out_rep_mor": { - "nullable": true, - "type": "string" - }, - "d1_pymn_alow_amt": { - "nullable": true, - "type": "string" - }, - "d1_sel_exct_amt": { - "nullable": true, - "type": "string" - }, - "d1_slby_exct_amt": { - "nullable": true, - "type": "string" - }, - "d2_buy_exct_amt": { - "nullable": true, - "type": "string" - }, - "d2_entra": { - "nullable": true, - "type": "string" - }, - "d2_out_rep_mor": { - "nullable": true, - "type": "string" - }, - "d2_pymn_alow_amt": { - "nullable": true, - "type": "string" - }, - "d2_sel_exct_amt": { - "nullable": true, - "type": "string" - }, - "d2_slby_exct_amt": { - "nullable": true, - "type": "string" - }, - "dpst_grntl_remn": { - "nullable": true, - "type": "string" - }, - "elwdpst_evlta": { - "nullable": true, - "type": "string" - }, - "entr": { - "nullable": true, - "type": "string" - }, - "etc_chck_ina_amt": { - "nullable": true, - "type": "string" - }, - "etc_loan_tot": { - "nullable": true, - "type": "string" - }, - "etc_loana": { - "nullable": true, - "type": "string" - }, - "etc_loana_dlfe": { - "nullable": true, - "type": "string" - }, - "etc_profa": { - "nullable": true, - "type": "string" - }, - "fc_stk_krw_repl_set_amt": { - "nullable": true, - "type": "string" - }, - "int_npay_amt_dlfe": { - "nullable": true, - "type": "string" - }, - "int_npay_amt_tot": { - "nullable": true, - "type": "string" - }, - "knx_asset_evltv": { - "nullable": true, - "type": "string" - }, - "loan_remn_evlt_amt": { - "nullable": true, - "type": "string" - }, - "loan_sum": { - "nullable": true, - "type": "string" - }, - "ls_sum": { - "nullable": true, - "type": "string" - }, - "lvlh_join_amt": { - "nullable": true, - "type": "string" - }, - "lvlh_trns_alowa": { - "nullable": true, - "type": "string" - }, - "mdstrm_usfe": { - "nullable": true, - "type": "string" - }, - "min_ord_alow_yn": { - "nullable": true, - "type": "string" - }, - "nrpy_loan": { - "nullable": true, - "type": "string" - }, - "nxdy_bncr_sell_exct": { - "nullable": true, - "type": "string" - }, - "ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_ch": { - "nullable": true, - "type": "string" - }, - "profa_repl": { - "nullable": true, - "type": "string" - }, - "pymn_alow_amt": { - "nullable": true, - "type": "string" - }, - "remn_repl_evlta": { - "nullable": true, - "type": "string" - }, - "repl_amt": { - "nullable": true, - "type": "string" - }, - "rght_repl_amt": { - "nullable": true, - "type": "string" - }, - "sell_grntl_remn": { - "nullable": true, - "type": "string" - }, - "shrts_prica": { - "nullable": true, - "type": "string" - }, - "stk_entr_prst": { - "items": { - "nullable": true, - "properties": { - "crnc_cd": { - "nullable": true, - "type": "string" - }, - "d1_fx_entr": { - "nullable": true, - "type": "string" - }, - "d2_fx_entr": { - "nullable": true, - "type": "string" - }, - "d3_fx_entr": { - "nullable": true, - "type": "string" - }, - "d4_fx_entr": { - "nullable": true, - "type": "string" - }, - "dly_amt": { - "nullable": true, - "type": "string" - }, - "fc_ch_uncla": { - "nullable": true, - "type": "string" - }, - "fc_krw_repl_evlta": { - "nullable": true, - "type": "string" - }, - "fc_trst_profa": { - "nullable": true, - "type": "string" - }, - "fc_uncla": { - "nullable": true, - "type": "string" - }, - "fx_entr": { - "nullable": true, - "type": "string" - }, - "ord_alow_amt_entr": { - "nullable": true, - "type": "string" - }, - "pymn_alow_amt": { - "nullable": true, - "type": "string" - }, - "pymn_alow_amt_entr": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "trst_remn_repl_evlta": { - "nullable": true, - "type": "string" - }, - "uncl_stk_amt": { - "nullable": true, - "type": "string" - }, - "wrap_pymn_alow_amt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00002Request": { - "description": "KiwoomApiDostkAcntKt00002Request schema", - "properties": { - "end_dt": { - "nullable": true, - "type": "string" - }, - "start_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00002Response": { - "description": "KiwoomApiDostkAcntKt00002Response schema", - "properties": { - "daly_prsm_dpst_aset_amt_prst": { - "items": { - "nullable": true, - "properties": { - "crd_loan": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "entr": { - "nullable": true, - "type": "string" - }, - "grnt_use_amt": { - "nullable": true, - "type": "string" - }, - "ls_grnt": { - "nullable": true, - "type": "string" - }, - "prsm_dpst_aset_amt": { - "nullable": true, - "type": "string" - }, - "prsm_dpst_aset_amt_bncr_skip": { - "nullable": true, - "type": "string" - }, - "repl_amt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00003Request": { - "description": "KiwoomApiDostkAcntKt00003Request schema", - "properties": { - "qry_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00003Response": { - "description": "KiwoomApiDostkAcntKt00003Response schema", - "properties": { - "prsm_dpst_aset_amt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00004Request": { - "description": "KiwoomApiDostkAcntKt00004Request schema", - "properties": { - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "qry_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00004Response": { - "description": "KiwoomApiDostkAcntKt00004Response schema", - "properties": { - "acnt_nm": { - "nullable": true, - "type": "string" - }, - "aset_evlt_amt": { - "nullable": true, - "type": "string" - }, - "brch_nm": { - "nullable": true, - "type": "string" - }, - "d2_entra": { - "nullable": true, - "type": "string" - }, - "entr": { - "nullable": true, - "type": "string" - }, - "invt_bsamt": { - "nullable": true, - "type": "string" - }, - "lspft": { - "nullable": true, - "type": "string" - }, - "lspft2": { - "nullable": true, - "type": "string" - }, - "lspft_amt": { - "nullable": true, - "type": "string" - }, - "lspft_ratio": { - "nullable": true, - "type": "string" - }, - "lspft_rt": { - "nullable": true, - "type": "string" - }, - "prsm_dpst_aset_amt": { - "nullable": true, - "type": "string" - }, - "stk_acnt_evlt_prst": { - "items": { - "nullable": true, - "properties": { - "avg_prc": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "evlt_amt": { - "nullable": true, - "type": "string" - }, - "loan_dt": { - "nullable": true, - "type": "string" - }, - "pl_amt": { - "nullable": true, - "type": "string" - }, - "pl_rt": { - "nullable": true, - "type": "string" - }, - "pred_buyq": { - "nullable": true, - "type": "string" - }, - "pred_sellq": { - "nullable": true, - "type": "string" - }, - "pur_amt": { - "nullable": true, - "type": "string" - }, - "rmnd_qty": { - "nullable": true, - "type": "string" - }, - "setl_remn": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tdy_buyq": { - "nullable": true, - "type": "string" - }, - "tdy_sellq": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "tdy_lspft": { - "nullable": true, - "type": "string" - }, - "tdy_lspft_amt": { - "nullable": true, - "type": "string" - }, - "tdy_lspft_rt": { - "nullable": true, - "type": "string" - }, - "tot_est_amt": { - "nullable": true, - "type": "string" - }, - "tot_grnt_sella": { - "nullable": true, - "type": "string" - }, - "tot_pur_amt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00005Request": { - "description": "KiwoomApiDostkAcntKt00005Request schema", - "properties": { - "dmst_stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00005Response": { - "description": "KiwoomApiDostkAcntKt00005Response schema", - "properties": { - "100ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "20ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "30ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "40ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "50ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "60ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "ch_uncla": { - "nullable": true, - "type": "string" - }, - "crd_grnt_rt": { - "nullable": true, - "type": "string" - }, - "crd_int_npay_gold": { - "nullable": true, - "type": "string" - }, - "crd_loan_ls_tot": { - "nullable": true, - "type": "string" - }, - "crd_loan_tot": { - "nullable": true, - "type": "string" - }, - "dpst_grnt_use_amt_amt": { - "nullable": true, - "type": "string" - }, - "entr": { - "nullable": true, - "type": "string" - }, - "entr_d1": { - "nullable": true, - "type": "string" - }, - "entr_d2": { - "nullable": true, - "type": "string" - }, - "etc_loana": { - "nullable": true, - "type": "string" - }, - "evlt_amt_tot": { - "nullable": true, - "type": "string" - }, - "grnt_loan_amt": { - "nullable": true, - "type": "string" - }, - "nrpy_loan": { - "nullable": true, - "type": "string" - }, - "ord_alowa": { - "nullable": true, - "type": "string" - }, - "profa_ch": { - "nullable": true, - "type": "string" - }, - "pymn_alow_amt": { - "nullable": true, - "type": "string" - }, - "repl_amt": { - "nullable": true, - "type": "string" - }, - "repl_profa": { - "nullable": true, - "type": "string" - }, - "rght_repl_amt": { - "nullable": true, - "type": "string" - }, - "stk_buy_tot_amt": { - "nullable": true, - "type": "string" - }, - "stk_cntr_remn": { - "items": { - "nullable": true, - "properties": { - "buy_uv": { - "nullable": true, - "type": "string" - }, - "crd_tp": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "cur_qty": { - "nullable": true, - "type": "string" - }, - "evlt_amt": { - "nullable": true, - "type": "string" - }, - "evltv_prft": { - "nullable": true, - "type": "string" - }, - "expr_dt": { - "nullable": true, - "type": "string" - }, - "loan_dt": { - "nullable": true, - "type": "string" - }, - "pl_rt": { - "nullable": true, - "type": "string" - }, - "pur_amt": { - "nullable": true, - "type": "string" - }, - "setl_remn": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "tot_pl_rt": { - "nullable": true, - "type": "string" - }, - "tot_pl_tot": { - "nullable": true, - "type": "string" - }, - "tot_re_buy_alowa": { - "nullable": true, - "type": "string" - }, - "uncl_stk_amt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00007Request": { - "description": "KiwoomApiDostkAcntKt00007Request schema", - "properties": { - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "fr_ord_no": { - "nullable": true, - "type": "string" - }, - "ord_dt": { - "nullable": true, - "type": "string" - }, - "qry_tp": { - "nullable": true, - "type": "string" - }, - "sell_tp": { - "nullable": true, - "type": "string" - }, - "stk_bond_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00007Response": { - "description": "KiwoomApiDostkAcntKt00007Response schema", - "properties": { - "acnt_ord_cntr_prps_dtl": { - "items": { - "nullable": true, - "properties": { - "acpt_tp": { - "nullable": true, - "type": "string" - }, - "cnfm_qty": { - "nullable": true, - "type": "string" - }, - "cnfm_tm": { - "nullable": true, - "type": "string" - }, - "cntr_qty": { - "nullable": true, - "type": "string" - }, - "cntr_uv": { - "nullable": true, - "type": "string" - }, - "comm_ord_tp": { - "nullable": true, - "type": "string" - }, - "cond_uv": { - "nullable": true, - "type": "string" - }, - "crd_tp": { - "nullable": true, - "type": "string" - }, - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "io_tp_nm": { - "nullable": true, - "type": "string" - }, - "loan_dt": { - "nullable": true, - "type": "string" - }, - "mdfy_cncl": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - }, - "ord_qty": { - "nullable": true, - "type": "string" - }, - "ord_remnq": { - "nullable": true, - "type": "string" - }, - "ord_tm": { - "nullable": true, - "type": "string" - }, - "ord_uv": { - "nullable": true, - "type": "string" - }, - "ori_ord": { - "nullable": true, - "type": "string" - }, - "rsrv_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00008Request": { - "description": "KiwoomApiDostkAcntKt00008Request schema", - "properties": { - "strt_dcd_seq": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00008Response": { - "description": "KiwoomApiDostkAcntKt00008Response schema", - "properties": { - "acnt_nxdy_setl_frcs_prps_array": { - "items": { - "nullable": true, - "properties": { - "cmsn": { - "nullable": true, - "type": "string" - }, - "crd_tp": { - "nullable": true, - "type": "string" - }, - "engg_amt": { - "nullable": true, - "type": "string" - }, - "exct_amt": { - "nullable": true, - "type": "string" - }, - "incm_tax": { - "nullable": true, - "type": "string" - }, - "loan_dt": { - "nullable": true, - "type": "string" - }, - "qty": { - "nullable": true, - "type": "string" - }, - "resi_tax": { - "nullable": true, - "type": "string" - }, - "rstx": { - "nullable": true, - "type": "string" - }, - "sell_tp": { - "nullable": true, - "type": "string" - }, - "seq": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_tax": { - "nullable": true, - "type": "string" - }, - "unp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "buy_amt_sum": { - "nullable": true, - "type": "string" - }, - "sell_amt_sum": { - "nullable": true, - "type": "string" - }, - "setl_dt": { - "nullable": true, - "type": "string" - }, - "trde_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00009Request": { - "description": "KiwoomApiDostkAcntKt00009Request schema", - "properties": { - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "fr_ord_no": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "ord_dt": { - "nullable": true, - "type": "string" - }, - "qry_tp": { - "nullable": true, - "type": "string" - }, - "sell_tp": { - "nullable": true, - "type": "string" - }, - "stk_bond_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00009Response": { - "description": "KiwoomApiDostkAcntKt00009Response schema", - "properties": { - "acnt_ord_cntr_prst_array": { - "items": { - "nullable": true, - "properties": { - "acpt_tp": { - "nullable": true, - "type": "string" - }, - "cnfm_qty": { - "nullable": true, - "type": "string" - }, - "cntr_no": { - "nullable": true, - "type": "string" - }, - "cntr_qty": { - "nullable": true, - "type": "string" - }, - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "cntr_uv": { - "nullable": true, - "type": "string" - }, - "comm_ord_tp": { - "nullable": true, - "type": "string" - }, - "cond_uv": { - "nullable": true, - "type": "string" - }, - "crd_deal_tp": { - "nullable": true, - "type": "string" - }, - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "io_tp_nm": { - "nullable": true, - "type": "string" - }, - "mdfy_cncl_tp": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - }, - "ord_qty": { - "nullable": true, - "type": "string" - }, - "ord_uv": { - "nullable": true, - "type": "string" - }, - "orig_ord_no": { - "nullable": true, - "type": "string" - }, - "rsrv_oppo": { - "nullable": true, - "type": "string" - }, - "setl_tp": { - "nullable": true, - "type": "string" - }, - "stk_bond_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "buy_engg_amt": { - "nullable": true, - "type": "string" - }, - "engg_amt": { - "nullable": true, - "type": "string" - }, - "sell_grntl_engg_amt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00010Request": { - "description": "KiwoomApiDostkAcntKt00010Request schema", - "properties": { - "exp_buy_unp": { - "nullable": true, - "type": "string" - }, - "io_amt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - }, - "uv": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00010Response": { - "description": "KiwoomApiDostkAcntKt00010Response schema", - "properties": { - "cmsn": { - "nullable": true, - "type": "string" - }, - "d2entra": { - "nullable": true, - "type": "string" - }, - "entr": { - "nullable": true, - "type": "string" - }, - "nxdy_wthd_alowa": { - "nullable": true, - "type": "string" - }, - "ord_alowa": { - "nullable": true, - "type": "string" - }, - "ord_pos_repl": { - "nullable": true, - "type": "string" - }, - "pred_reu_alowa": { - "nullable": true, - "type": "string" - }, - "profa_100ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_100ord_alowq": { - "nullable": true, - "type": "string" - }, - "profa_20ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_20ord_alowq": { - "nullable": true, - "type": "string" - }, - "profa_30ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_30ord_alowq": { - "nullable": true, - "type": "string" - }, - "profa_40ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_40ord_alowq": { - "nullable": true, - "type": "string" - }, - "profa_50ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_50ord_alowq": { - "nullable": true, - "type": "string" - }, - "profa_60ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_60ord_alowq": { - "nullable": true, - "type": "string" - }, - "profa_rdex_60ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_rdex_60ord_alowq": { - "nullable": true, - "type": "string" - }, - "profa_rdex_aplc_tp": { - "nullable": true, - "type": "string" - }, - "pur_amt": { - "nullable": true, - "type": "string" - }, - "pur_exct_amt": { - "nullable": true, - "type": "string" - }, - "repl_amt": { - "nullable": true, - "type": "string" - }, - "tdy_reu_alowa": { - "nullable": true, - "type": "string" - }, - "uncla": { - "nullable": true, - "type": "string" - }, - "wthd_alowa": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00011Request": { - "description": "KiwoomApiDostkAcntKt00011Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "uv": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00011Response": { - "description": "KiwoomApiDostkAcntKt00011Response schema", - "properties": { - "aplc_rt": { - "nullable": true, - "type": "string" - }, - "entr": { - "nullable": true, - "type": "string" - }, - "min_ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "min_ord_alowq": { - "nullable": true, - "type": "string" - }, - "min_pred_reu_amt": { - "nullable": true, - "type": "string" - }, - "min_tdy_reu_amt": { - "nullable": true, - "type": "string" - }, - "ord_alowa": { - "nullable": true, - "type": "string" - }, - "ord_pos_repl": { - "nullable": true, - "type": "string" - }, - "profa_100ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_100ord_alowq": { - "nullable": true, - "type": "string" - }, - "profa_100pred_reu_amt": { - "nullable": true, - "type": "string" - }, - "profa_100tdy_reu_amt": { - "nullable": true, - "type": "string" - }, - "profa_20ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_20ord_alowq": { - "nullable": true, - "type": "string" - }, - "profa_20pred_reu_amt": { - "nullable": true, - "type": "string" - }, - "profa_20tdy_reu_amt": { - "nullable": true, - "type": "string" - }, - "profa_30ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_30ord_alowq": { - "nullable": true, - "type": "string" - }, - "profa_30pred_reu_amt": { - "nullable": true, - "type": "string" - }, - "profa_30tdy_reu_amt": { - "nullable": true, - "type": "string" - }, - "profa_40ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_40ord_alowq": { - "nullable": true, - "type": "string" - }, - "profa_40pred_reu_amt": { - "nullable": true, - "type": "string" - }, - "profa_40tdy_reu_amt": { - "nullable": true, - "type": "string" - }, - "profa_50ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_50ord_alowq": { - "nullable": true, - "type": "string" - }, - "profa_50pred_reu_amt": { - "nullable": true, - "type": "string" - }, - "profa_50tdy_reu_amt": { - "nullable": true, - "type": "string" - }, - "profa_60ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_60ord_alowq": { - "nullable": true, - "type": "string" - }, - "profa_60pred_reu_amt": { - "nullable": true, - "type": "string" - }, - "profa_60tdy_reu_amt": { - "nullable": true, - "type": "string" - }, - "profa_rt": { - "nullable": true, - "type": "string" - }, - "repl_amt": { - "nullable": true, - "type": "string" - }, - "stk_profa_rt": { - "nullable": true, - "type": "string" - }, - "uncla": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00012Request": { - "description": "KiwoomApiDostkAcntKt00012Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "uv": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00012Response": { - "description": "KiwoomApiDostkAcntKt00012Response schema", - "properties": { - "assr_30ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "assr_30ord_alowq": { - "nullable": true, - "type": "string" - }, - "assr_30pred_reu_amt": { - "nullable": true, - "type": "string" - }, - "assr_30tdy_reu_amt": { - "nullable": true, - "type": "string" - }, - "assr_40ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "assr_40ord_alowq": { - "nullable": true, - "type": "string" - }, - "assr_40pred_reu_amt": { - "nullable": true, - "type": "string" - }, - "assr_40tdy_reu_amt": { - "nullable": true, - "type": "string" - }, - "assr_50ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "assr_50ord_alowq": { - "nullable": true, - "type": "string" - }, - "assr_50pred_reu_amt": { - "nullable": true, - "type": "string" - }, - "assr_50tdy_reu_amt": { - "nullable": true, - "type": "string" - }, - "assr_60ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "assr_60ord_alowq": { - "nullable": true, - "type": "string" - }, - "assr_60pred_reu_amt": { - "nullable": true, - "type": "string" - }, - "assr_60tdy_reu_amt": { - "nullable": true, - "type": "string" - }, - "entr": { - "nullable": true, - "type": "string" - }, - "min_amt": { - "nullable": true, - "type": "string" - }, - "min_qty": { - "nullable": true, - "type": "string" - }, - "ord_alowa": { - "nullable": true, - "type": "string" - }, - "ord_pos_repl": { - "nullable": true, - "type": "string" - }, - "out_alowa": { - "nullable": true, - "type": "string" - }, - "out_pos_qty": { - "nullable": true, - "type": "string" - }, - "repl_amt": { - "nullable": true, - "type": "string" - }, - "stk_assr_rt": { - "nullable": true, - "type": "string" - }, - "stk_assr_rt_nm": { - "nullable": true, - "type": "string" - }, - "uncla": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00013Request": { - "description": "KiwoomApiDostkAcntKt00013Request schema" - }, - "KiwoomApiDostkAcntKt00013Response": { - "description": "KiwoomApiDostkAcntKt00013Response schema", - "properties": { - "100ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "20ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "30ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "40ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "50ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "60ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "ch_amt": { - "nullable": true, - "type": "string" - }, - "ch_ord_alow_repla": { - "nullable": true, - "type": "string" - }, - "ch_ord_repl_profa": { - "nullable": true, - "type": "string" - }, - "ch_profa": { - "nullable": true, - "type": "string" - }, - "ch_repl_lck_gold": { - "nullable": true, - "type": "string" - }, - "ch_use_lmtt_amt": { - "nullable": true, - "type": "string" - }, - "crd_grnt_ch": { - "nullable": true, - "type": "string" - }, - "crd_grnt_repl": { - "nullable": true, - "type": "string" - }, - "crd_grnta_ch": { - "nullable": true, - "type": "string" - }, - "crd_grnta_repl": { - "nullable": true, - "type": "string" - }, - "crd_ord_alow_repla": { - "nullable": true, - "type": "string" - }, - "crd_ord_repl_profa": { - "nullable": true, - "type": "string" - }, - "crd_repl_conv_gold": { - "nullable": true, - "type": "string" - }, - "crd_repl_lck_gold": { - "nullable": true, - "type": "string" - }, - "crd_repl_profa": { - "nullable": true, - "type": "string" - }, - "d2ch_ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "d2vexct_entr": { - "nullable": true, - "type": "string" - }, - "evlt_repl_amt_spg_use_skip": { - "nullable": true, - "type": "string" - }, - "evlt_repl_rt": { - "nullable": true, - "type": "string" - }, - "ls_grnt_reu_gold": { - "nullable": true, - "type": "string" - }, - "pred_crd_rpya_loss_amt": { - "nullable": true, - "type": "string" - }, - "pred_ls_rpya_loss_repl_profa": { - "nullable": true, - "type": "string" - }, - "pred_reu_alowa": { - "nullable": true, - "type": "string" - }, - "pred_reu_alowa_fin": { - "nullable": true, - "type": "string" - }, - "pred_reu_lmtt_amt": { - "nullable": true, - "type": "string" - }, - "pred_reu_objt_amt": { - "nullable": true, - "type": "string" - }, - "pred_reu_use_amt": { - "nullable": true, - "type": "string" - }, - "repl_alowa": { - "nullable": true, - "type": "string" - }, - "repl_alowa_2": { - "nullable": true, - "type": "string" - }, - "repl_amt_amt": { - "nullable": true, - "type": "string" - }, - "repl_profa": { - "nullable": true, - "type": "string" - }, - "repl_use_lmtt_amt": { - "nullable": true, - "type": "string" - }, - "tdy_crd_rpya_loss_amt": { - "nullable": true, - "type": "string" - }, - "tdy_ls_rpya_loss_repl_profa": { - "nullable": true, - "type": "string" - }, - "tdy_reu_alowa": { - "nullable": true, - "type": "string" - }, - "tdy_reu_alowa_fin": { - "nullable": true, - "type": "string" - }, - "tdy_reu_lmtt_amt": { - "nullable": true, - "type": "string" - }, - "tdy_reu_objt_amt": { - "nullable": true, - "type": "string" - }, - "tdy_reu_use_amt": { - "nullable": true, - "type": "string" - }, - "uncla": { - "nullable": true, - "type": "string" - }, - "use_pos_ch": { - "nullable": true, - "type": "string" - }, - "use_pos_ch_fin": { - "nullable": true, - "type": "string" - }, - "use_pos_repl": { - "nullable": true, - "type": "string" - }, - "use_pos_repl_fin": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00015Request": { - "description": "KiwoomApiDostkAcntKt00015Request schema", - "properties": { - "crnc_cd": { - "nullable": true, - "type": "string" - }, - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "end_dt": { - "nullable": true, - "type": "string" - }, - "frgn_stex_code": { - "nullable": true, - "type": "string" - }, - "gds_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - }, - "tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00015Response": { - "description": "KiwoomApiDostkAcntKt00015Response schema", - "properties": { - "trst_ovrl_trde_prps_array": { - "items": { - "nullable": true, - "properties": { - "cmsn": { - "nullable": true, - "type": "string" - }, - "cntr_dt": { - "nullable": true, - "type": "string" - }, - "crd_deal_tp_nm": { - "nullable": true, - "type": "string" - }, - "crnc_cd": { - "nullable": true, - "type": "string" - }, - "dly_sum": { - "nullable": true, - "type": "string" - }, - "entra_remn": { - "nullable": true, - "type": "string" - }, - "exct_amt": { - "nullable": true, - "type": "string" - }, - "fc_cmsn": { - "nullable": true, - "type": "string" - }, - "fc_dly_sum": { - "nullable": true, - "type": "string" - }, - "fc_entra": { - "nullable": true, - "type": "string" - }, - "fc_exct_amt": { - "nullable": true, - "type": "string" - }, - "fc_trde_amt": { - "nullable": true, - "type": "string" - }, - "fc_trde_tax": { - "nullable": true, - "type": "string" - }, - "fc_uncl_ocr": { - "nullable": true, - "type": "string" - }, - "frgn_pay_txam": { - "nullable": true, - "type": "string" - }, - "incm_resi_tax": { - "nullable": true, - "type": "string" - }, - "int_ls_usfe": { - "nullable": true, - "type": "string" - }, - "io_tp": { - "nullable": true, - "type": "string" - }, - "io_tp_nm": { - "nullable": true, - "type": "string" - }, - "isin_cd": { - "nullable": true, - "type": "string" - }, - "loan_amt_rpya": { - "nullable": true, - "type": "string" - }, - "loan_dt": { - "nullable": true, - "type": "string" - }, - "mdia_tp_nm": { - "nullable": true, - "type": "string" - }, - "orig_deal_no": { - "nullable": true, - "type": "string" - }, - "prcsr": { - "nullable": true, - "type": "string" - }, - "proc_brch": { - "nullable": true, - "type": "string" - }, - "proc_tm": { - "nullable": true, - "type": "string" - }, - "rcpmnyer": { - "nullable": true, - "type": "string" - }, - "rcpy_no": { - "nullable": true, - "type": "string" - }, - "rmrk_nm": { - "nullable": true, - "type": "string" - }, - "rpy_diffa": { - "nullable": true, - "type": "string" - }, - "rpym_sum": { - "nullable": true, - "type": "string" - }, - "rpym_sum_fr": { - "nullable": true, - "type": "string" - }, - "stex_cd": { - "nullable": true, - "type": "string" - }, - "stex_nm": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tax_sum_cmsn": { - "nullable": true, - "type": "string" - }, - "trde_agri_tax": { - "nullable": true, - "type": "string" - }, - "trde_amt": { - "nullable": true, - "type": "string" - }, - "trde_dt": { - "nullable": true, - "type": "string" - }, - "trde_kind_nm": { - "nullable": true, - "type": "string" - }, - "trde_no": { - "nullable": true, - "type": "string" - }, - "trde_ocr_tp": { - "nullable": true, - "type": "string" - }, - "trde_prtc_tp": { - "nullable": true, - "type": "string" - }, - "trde_qty_jwa_cnt": { - "nullable": true, - "type": "string" - }, - "trde_stle": { - "nullable": true, - "type": "string" - }, - "trde_unit": { - "nullable": true, - "type": "string" - }, - "txon_base_pric": { - "nullable": true, - "type": "string" - }, - "uncl_ocr": { - "nullable": true, - "type": "string" - }, - "vlbl_nowrm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00016Request": { - "description": "KiwoomApiDostkAcntKt00016Request schema", - "properties": { - "fr_dt": { - "nullable": true, - "type": "string" - }, - "to_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00016Response": { - "description": "KiwoomApiDostkAcntKt00016Response schema", - "properties": { - "ch_uncla_fr": { - "nullable": true, - "type": "string" - }, - "ch_uncla_to": { - "nullable": true, - "type": "string" - }, - "crd_int_fr": { - "nullable": true, - "type": "string" - }, - "crd_int_npay_gold_fr": { - "nullable": true, - "type": "string" - }, - "crd_int_npay_gold_to": { - "nullable": true, - "type": "string" - }, - "crd_int_to": { - "nullable": true, - "type": "string" - }, - "crd_loan_fr": { - "nullable": true, - "type": "string" - }, - "crd_loan_to": { - "nullable": true, - "type": "string" - }, - "dept_nm": { - "nullable": true, - "type": "string" - }, - "entr_fr": { - "nullable": true, - "type": "string" - }, - "entr_to": { - "nullable": true, - "type": "string" - }, - "etc_loana_fr": { - "nullable": true, - "type": "string" - }, - "etc_loana_to": { - "nullable": true, - "type": "string" - }, - "evltv_prft": { - "nullable": true, - "type": "string" - }, - "futr_repl_sella": { - "nullable": true, - "type": "string" - }, - "invt_bsamt": { - "nullable": true, - "type": "string" - }, - "krw_asgna_fr": { - "nullable": true, - "type": "string" - }, - "krw_asgna_to": { - "nullable": true, - "type": "string" - }, - "loan_amt_fr": { - "nullable": true, - "type": "string" - }, - "loan_amt_to": { - "nullable": true, - "type": "string" - }, - "ls_evlta_fr": { - "nullable": true, - "type": "string" - }, - "ls_evlta_to": { - "nullable": true, - "type": "string" - }, - "ls_grnt_fr": { - "nullable": true, - "type": "string" - }, - "ls_grnt_to": { - "nullable": true, - "type": "string" - }, - "mang_empno": { - "nullable": true, - "type": "string" - }, - "mngr_nm": { - "nullable": true, - "type": "string" - }, - "prft_rt": { - "nullable": true, - "type": "string" - }, - "rght_evlta_fr": { - "nullable": true, - "type": "string" - }, - "rght_evlta_to": { - "nullable": true, - "type": "string" - }, - "scrt_evlt_amt_fr": { - "nullable": true, - "type": "string" - }, - "scrt_evlt_amt_to": { - "nullable": true, - "type": "string" - }, - "termin_tot_inq": { - "nullable": true, - "type": "string" - }, - "termin_tot_outq": { - "nullable": true, - "type": "string" - }, - "termin_tot_pymn": { - "nullable": true, - "type": "string" - }, - "termin_tot_trns": { - "nullable": true, - "type": "string" - }, - "tern_rt": { - "nullable": true, - "type": "string" - }, - "tot_amt_fr": { - "nullable": true, - "type": "string" - }, - "tot_amt_to": { - "nullable": true, - "type": "string" - }, - "trst_repl_sella": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00017Request": { - "description": "KiwoomApiDostkAcntKt00017Request schema" - }, - "KiwoomApiDostkAcntKt00017Response": { - "description": "KiwoomApiDostkAcntKt00017Response schema", - "properties": { - "bd_evlt_amt": { - "nullable": true, - "type": "string" - }, - "buy_amt": { - "nullable": true, - "type": "string" - }, - "cmsn": { - "nullable": true, - "type": "string" - }, - "crd_int_amt": { - "nullable": true, - "type": "string" - }, - "crd_int_npay_gold": { - "nullable": true, - "type": "string" - }, - "crd_loan_d2": { - "nullable": true, - "type": "string" - }, - "crd_loan_evlta_d2": { - "nullable": true, - "type": "string" - }, - "crd_ls_evlta_d2": { - "nullable": true, - "type": "string" - }, - "crd_ls_grnt_d2": { - "nullable": true, - "type": "string" - }, - "crd_stk_evlt_amt_d2": { - "nullable": true, - "type": "string" - }, - "d2_entra": { - "nullable": true, - "type": "string" - }, - "dpst_grnt_use_amt_d2": { - "nullable": true, - "type": "string" - }, - "dvida_amt": { - "nullable": true, - "type": "string" - }, - "elsevlt_amt": { - "nullable": true, - "type": "string" - }, - "etc_loana": { - "nullable": true, - "type": "string" - }, - "gnrl_stk_evlt_amt_d2": { - "nullable": true, - "type": "string" - }, - "ina_amt": { - "nullable": true, - "type": "string" - }, - "inq_amt": { - "nullable": true, - "type": "string" - }, - "outa": { - "nullable": true, - "type": "string" - }, - "outq_amt": { - "nullable": true, - "type": "string" - }, - "rp_evlt_amt": { - "nullable": true, - "type": "string" - }, - "sel_prica_grnt_loan_int_amt_amt": { - "nullable": true, - "type": "string" - }, - "sell_amt": { - "nullable": true, - "type": "string" - }, - "stk_pur_cptal_loan_amt": { - "nullable": true, - "type": "string" - }, - "tax": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00018Request": { - "description": "KiwoomApiDostkAcntKt00018Request schema", - "properties": { - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "qry_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt00018Response": { - "description": "KiwoomApiDostkAcntKt00018Response schema", - "properties": { - "acnt_evlt_remn_indv_tot": { - "items": { - "nullable": true, - "properties": { - "crd_loan_dt": { - "nullable": true, - "type": "string" - }, - "crd_tp": { - "nullable": true, - "type": "string" - }, - "crd_tp_nm": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "evlt_amt": { - "nullable": true, - "type": "string" - }, - "evltv_prft": { - "nullable": true, - "type": "string" - }, - "poss_rt": { - "nullable": true, - "type": "string" - }, - "pred_buyq": { - "nullable": true, - "type": "string" - }, - "pred_close_pric": { - "nullable": true, - "type": "string" - }, - "pred_sellq": { - "nullable": true, - "type": "string" - }, - "prft_rt": { - "nullable": true, - "type": "string" - }, - "pur_amt": { - "nullable": true, - "type": "string" - }, - "pur_cmsn": { - "nullable": true, - "type": "string" - }, - "pur_pric": { - "nullable": true, - "type": "string" - }, - "rmnd_qty": { - "nullable": true, - "type": "string" - }, - "sell_cmsn": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "sum_cmsn": { - "nullable": true, - "type": "string" - }, - "tax": { - "nullable": true, - "type": "string" - }, - "tdy_buyq": { - "nullable": true, - "type": "string" - }, - "tdy_sellq": { - "nullable": true, - "type": "string" - }, - "trde_able_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "prsm_dpst_aset_amt": { - "nullable": true, - "type": "string" - }, - "tot_crd_loan_amt": { - "nullable": true, - "type": "string" - }, - "tot_crd_ls_amt": { - "nullable": true, - "type": "string" - }, - "tot_evlt_amt": { - "nullable": true, - "type": "string" - }, - "tot_evlt_pl": { - "nullable": true, - "type": "string" - }, - "tot_loan_amt": { - "nullable": true, - "type": "string" - }, - "tot_prft_rt": { - "nullable": true, - "type": "string" - }, - "tot_pur_amt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt50020Request": { - "description": "KiwoomApiDostkAcntKt50020Request schema" - }, - "KiwoomApiDostkAcntKt50020Response": { - "description": "KiwoomApiDostkAcntKt50020Response schema", - "properties": { - "gold_acnt_evlt_prst": { - "items": { - "nullable": true, - "properties": { - "able_qty": { - "nullable": true, - "type": "string" - }, - "avg_prc": { - "nullable": true, - "type": "string" - }, - "book_amt2": { - "nullable": true, - "type": "string" - }, - "buy_qty": { - "nullable": true, - "type": "string" - }, - "cmsn": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "est_amt": { - "nullable": true, - "type": "string" - }, - "est_lspft": { - "nullable": true, - "type": "string" - }, - "est_ratio": { - "nullable": true, - "type": "string" - }, - "pl_prch_prc": { - "nullable": true, - "type": "string" - }, - "qty": { - "nullable": true, - "type": "string" - }, - "real_qty": { - "nullable": true, - "type": "string" - }, - "sell_qty": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "vlad_tax": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "net_amt": { - "nullable": true, - "type": "string" - }, - "net_entr": { - "nullable": true, - "type": "string" - }, - "paym_alowa": { - "nullable": true, - "type": "string" - }, - "pl_amt": { - "nullable": true, - "type": "string" - }, - "tot_book_amt2": { - "nullable": true, - "type": "string" - }, - "tot_dep_amt": { - "nullable": true, - "type": "string" - }, - "tot_entr": { - "nullable": true, - "type": "string" - }, - "tot_est_amt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt50021Request": { - "description": "KiwoomApiDostkAcntKt50021Request schema" - }, - "KiwoomApiDostkAcntKt50021Response": { - "description": "KiwoomApiDostkAcntKt50021Response schema", - "properties": { - "buy_exct_amt": { - "nullable": true, - "type": "string" - }, - "chck_ina_amt": { - "nullable": true, - "type": "string" - }, - "dly_amt": { - "nullable": true, - "type": "string" - }, - "entra": { - "nullable": true, - "type": "string" - }, - "etc_loan": { - "nullable": true, - "type": "string" - }, - "etc_loan_dlfe": { - "nullable": true, - "type": "string" - }, - "etc_loan_tot": { - "nullable": true, - "type": "string" - }, - "ord_alow_amt": { - "nullable": true, - "type": "string" - }, - "profa_ch": { - "nullable": true, - "type": "string" - }, - "prsm_entra": { - "nullable": true, - "type": "string" - }, - "prsm_pymn_alow_amt": { - "nullable": true, - "type": "string" - }, - "pymn_alow_amt": { - "nullable": true, - "type": "string" - }, - "sell_buy_exct_amt": { - "nullable": true, - "type": "string" - }, - "sell_exct_amt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt50030Request": { - "description": "KiwoomApiDostkAcntKt50030Request schema", - "properties": { - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "fr_ord_no": { - "nullable": true, - "type": "string" - }, - "mrkt_deal_tp": { - "nullable": true, - "type": "string" - }, - "ord_dt": { - "nullable": true, - "type": "string" - }, - "qry_tp": { - "nullable": true, - "type": "string" - }, - "slby_tp": { - "nullable": true, - "type": "string" - }, - "stk_bond_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt50030Response": { - "description": "KiwoomApiDostkAcntKt50030Response schema", - "properties": { - "acnt_ord_cntr_prst": { - "items": { - "nullable": true, - "properties": { - "cnfm_qty": { - "nullable": true, - "type": "string" - }, - "cntr_qty": { - "nullable": true, - "type": "string" - }, - "cntr_uv": { - "nullable": true, - "type": "string" - }, - "comm_ord_tp": { - "nullable": true, - "type": "string" - }, - "cond_uv": { - "nullable": true, - "type": "string" - }, - "crd_deal_tp": { - "nullable": true, - "type": "string" - }, - "data_send_end_tp": { - "nullable": true, - "type": "string" - }, - "dcd_tp_nm": { - "nullable": true, - "type": "string" - }, - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "io_tp_nm": { - "nullable": true, - "type": "string" - }, - "mdfy_cncl_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_deal_tp": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - }, - "ord_qty": { - "nullable": true, - "type": "string" - }, - "ord_remnq": { - "nullable": true, - "type": "string" - }, - "ord_uv": { - "nullable": true, - "type": "string" - }, - "orig_ord_no": { - "nullable": true, - "type": "string" - }, - "rsrv_tp": { - "nullable": true, - "type": "string" - }, - "stk_bond_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt50031Request": { - "description": "KiwoomApiDostkAcntKt50031Request schema", - "properties": { - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "fr_ord_no": { - "nullable": true, - "type": "string" - }, - "ord_dt": { - "nullable": true, - "type": "string" - }, - "qry_tp": { - "nullable": true, - "type": "string" - }, - "sell_tp": { - "nullable": true, - "type": "string" - }, - "stk_bond_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt50031Response": { - "description": "KiwoomApiDostkAcntKt50031Response schema", - "properties": { - "acnt_ord_cntr_prps_dtl": { - "items": { - "nullable": true, - "properties": { - "acpt_tp": { - "nullable": true, - "type": "string" - }, - "cnfm_qty": { - "nullable": true, - "type": "string" - }, - "cnfm_tm": { - "nullable": true, - "type": "string" - }, - "cntr_qty": { - "nullable": true, - "type": "string" - }, - "cntr_uv": { - "nullable": true, - "type": "string" - }, - "comm_ord_tp": { - "nullable": true, - "type": "string" - }, - "cond_uv": { - "nullable": true, - "type": "string" - }, - "crd_tp": { - "nullable": true, - "type": "string" - }, - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "io_tp_nm": { - "nullable": true, - "type": "string" - }, - "loan_dt": { - "nullable": true, - "type": "string" - }, - "mdfy_cncl": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - }, - "ord_qty": { - "nullable": true, - "type": "string" - }, - "ord_remnq": { - "nullable": true, - "type": "string" - }, - "ord_tm": { - "nullable": true, - "type": "string" - }, - "ord_uv": { - "nullable": true, - "type": "string" - }, - "ori_ord": { - "nullable": true, - "type": "string" - }, - "rsrv_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt50032Request": { - "description": "KiwoomApiDostkAcntKt50032Request schema", - "properties": { - "end_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - }, - "tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt50032Response": { - "description": "KiwoomApiDostkAcntKt50032Response schema", - "properties": { - "acnt_print": { - "nullable": true, - "type": "string" - }, - "gold_trde_hist": { - "items": { - "nullable": true, - "properties": { - "cmsn": { - "nullable": true, - "type": "string" - }, - "cntr_dt": { - "nullable": true, - "type": "string" - }, - "deal_amt": { - "nullable": true, - "type": "string" - }, - "deal_dt": { - "nullable": true, - "type": "string" - }, - "deal_no": { - "nullable": true, - "type": "string" - }, - "deal_qty": { - "nullable": true, - "type": "string" - }, - "dly_sum": { - "nullable": true, - "type": "string" - }, - "entra_remn": { - "nullable": true, - "type": "string" - }, - "exct_amt": { - "nullable": true, - "type": "string" - }, - "gold_spot_vat": { - "nullable": true, - "type": "string" - }, - "mdia_nm": { - "nullable": true, - "type": "string" - }, - "orig_deal_no": { - "nullable": true, - "type": "string" - }, - "prcsr": { - "nullable": true, - "type": "string" - }, - "proc_brch_nm": { - "nullable": true, - "type": "string" - }, - "proc_time": { - "nullable": true, - "type": "string" - }, - "rcpy_no": { - "nullable": true, - "type": "string" - }, - "rmrk_nm": { - "nullable": true, - "type": "string" - }, - "rpym_sum": { - "nullable": true, - "type": "string" - }, - "spot_remn": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tax_tot_amt": { - "nullable": true, - "type": "string" - }, - "uncl_ocr": { - "nullable": true, - "type": "string" - }, - "uv_exrt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt50075Request": { - "description": "KiwoomApiDostkAcntKt50075Request schema", - "properties": { - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "fr_ord_no": { - "nullable": true, - "type": "string" - }, - "mrkt_deal_tp": { - "nullable": true, - "type": "string" - }, - "ord_dt": { - "nullable": true, - "type": "string" - }, - "qry_tp": { - "nullable": true, - "type": "string" - }, - "sell_tp": { - "nullable": true, - "type": "string" - }, - "stk_bond_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkAcntKt50075Response": { - "description": "KiwoomApiDostkAcntKt50075Response schema", - "properties": { - "acnt_ord_oso_prst": { - "items": { - "nullable": true, - "properties": { - "cnfm_qty": { - "nullable": true, - "type": "string" - }, - "cntr_qty": { - "nullable": true, - "type": "string" - }, - "cntr_uv": { - "nullable": true, - "type": "string" - }, - "comm_ord_tp": { - "nullable": true, - "type": "string" - }, - "cond_uv": { - "nullable": true, - "type": "string" - }, - "crd_deal_tp": { - "nullable": true, - "type": "string" - }, - "data_send_end_tp": { - "nullable": true, - "type": "string" - }, - "dcd_tp_nm": { - "nullable": true, - "type": "string" - }, - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "io_tp_nm": { - "nullable": true, - "type": "string" - }, - "mdfy_cncl_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_deal_tp": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - }, - "ord_qty": { - "nullable": true, - "type": "string" - }, - "ord_remnq": { - "nullable": true, - "type": "string" - }, - "ord_uv": { - "nullable": true, - "type": "string" - }, - "orig_ord_no": { - "nullable": true, - "type": "string" - }, - "rsrv_tp": { - "nullable": true, - "type": "string" - }, - "stk_bond_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10060Request": { - "description": "KiwoomApiDostkChartKa10060Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - }, - "unit_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10060Response": { - "description": "KiwoomApiDostkChartKa10060Response schema", - "properties": { - "stk_invsr_orgn_chart": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "bank": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "etc_corp": { - "nullable": true, - "type": "string" - }, - "etc_fnnc": { - "nullable": true, - "type": "string" - }, - "fnnc_invt": { - "nullable": true, - "type": "string" - }, - "frgnr_invsr": { - "nullable": true, - "type": "string" - }, - "ind_invsr": { - "nullable": true, - "type": "string" - }, - "insrnc": { - "nullable": true, - "type": "string" - }, - "invtrt": { - "nullable": true, - "type": "string" - }, - "natfor": { - "nullable": true, - "type": "string" - }, - "natn": { - "nullable": true, - "type": "string" - }, - "orgn": { - "nullable": true, - "type": "string" - }, - "penfnd_etc": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "samo_fund": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10064Request": { - "description": "KiwoomApiDostkChartKa10064Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10064Response": { - "description": "KiwoomApiDostkChartKa10064Response schema", - "properties": { - "opmr_invsr_trde_chart": { - "items": { - "nullable": true, - "properties": { - "bank": { - "nullable": true, - "type": "string" - }, - "etc_corp": { - "nullable": true, - "type": "string" - }, - "frgnr_invsr": { - "nullable": true, - "type": "string" - }, - "insrnc": { - "nullable": true, - "type": "string" - }, - "invtrt": { - "nullable": true, - "type": "string" - }, - "natn": { - "nullable": true, - "type": "string" - }, - "orgn": { - "nullable": true, - "type": "string" - }, - "penfnd_etc": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10079Request": { - "description": "KiwoomApiDostkChartKa10079Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "tic_scope": { - "nullable": true, - "type": "string" - }, - "upd_stkpc_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10079Response": { - "description": "KiwoomApiDostkChartKa10079Response schema", - "properties": { - "last_tic_cnt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_tic_chart_qry": { - "items": { - "nullable": true, - "properties": { - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10080Request": { - "description": "KiwoomApiDostkChartKa10080Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "tic_scope": { - "nullable": true, - "type": "string" - }, - "upd_stkpc_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10080Response": { - "description": "KiwoomApiDostkChartKa10080Response schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_min_pole_chart_qry": { - "items": { - "nullable": true, - "properties": { - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10081Request": { - "description": "KiwoomApiDostkChartKa10081Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "upd_stkpc_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10081Response": { - "description": "KiwoomApiDostkChartKa10081Response schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_dt_pole_chart_qry": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "trde_tern_rt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10082Request": { - "description": "KiwoomApiDostkChartKa10082Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "upd_stkpc_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10082Response": { - "description": "KiwoomApiDostkChartKa10082Response schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_stk_pole_chart_qry": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "trde_tern_rt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10083Request": { - "description": "KiwoomApiDostkChartKa10083Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "upd_stkpc_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10083Response": { - "description": "KiwoomApiDostkChartKa10083Response schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_mth_pole_chart_qry": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "trde_tern_rt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10094Request": { - "description": "KiwoomApiDostkChartKa10094Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "upd_stkpc_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa10094Response": { - "description": "KiwoomApiDostkChartKa10094Response schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_yr_pole_chart_qry": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa20004Request": { - "description": "KiwoomApiDostkChartKa20004Request schema", - "properties": { - "inds_cd": { - "nullable": true, - "type": "string" - }, - "tic_scope": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa20004Response": { - "description": "KiwoomApiDostkChartKa20004Response schema", - "properties": { - "inds_cd": { - "nullable": true, - "type": "string" - }, - "inds_tic_chart_qry": { - "items": { - "nullable": true, - "properties": { - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa20005Request": { - "description": "KiwoomApiDostkChartKa20005Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "inds_cd": { - "nullable": true, - "type": "string" - }, - "tic_scope": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa20005Response": { - "description": "KiwoomApiDostkChartKa20005Response schema", - "properties": { - "inds_cd": { - "nullable": true, - "type": "string" - }, - "inds_min_pole_qry": { - "items": { - "nullable": true, - "properties": { - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa20006Request": { - "description": "KiwoomApiDostkChartKa20006Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "inds_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa20006Response": { - "description": "KiwoomApiDostkChartKa20006Response schema", - "properties": { - "inds_cd": { - "nullable": true, - "type": "string" - }, - "inds_dt_pole_qry": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa20007Request": { - "description": "KiwoomApiDostkChartKa20007Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "inds_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa20007Response": { - "description": "KiwoomApiDostkChartKa20007Response schema", - "properties": { - "inds_cd": { - "nullable": true, - "type": "string" - }, - "inds_stk_pole_qry": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa20008Request": { - "description": "KiwoomApiDostkChartKa20008Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "inds_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa20008Response": { - "description": "KiwoomApiDostkChartKa20008Response schema", - "properties": { - "inds_cd": { - "nullable": true, - "type": "string" - }, - "inds_mth_pole_qry": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa20019Request": { - "description": "KiwoomApiDostkChartKa20019Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "inds_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa20019Response": { - "description": "KiwoomApiDostkChartKa20019Response schema", - "properties": { - "inds_cd": { - "nullable": true, - "type": "string" - }, - "inds_yr_pole_qry": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa50079Request": { - "description": "KiwoomApiDostkChartKa50079Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "tic_scope": { - "nullable": true, - "type": "string" - }, - "upd_stkpc_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa50079Response": { - "description": "KiwoomApiDostkChartKa50079Response schema", - "properties": { - "gds_tic_chart_qry": { - "items": { - "nullable": true, - "properties": { - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa50080Request": { - "description": "KiwoomApiDostkChartKa50080Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "tic_scope": { - "nullable": true, - "type": "string" - }, - "upd_stkpc_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa50080Response": { - "description": "KiwoomApiDostkChartKa50080Response schema", - "properties": { - "gds_min_chart_qry": { - "items": { - "nullable": true, - "properties": { - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa50081Request": { - "description": "KiwoomApiDostkChartKa50081Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "upd_stkpc_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa50081Response": { - "description": "KiwoomApiDostkChartKa50081Response schema", - "properties": { - "gds_day_chart_qry": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa50082Request": { - "description": "KiwoomApiDostkChartKa50082Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "upd_stkpc_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa50082Response": { - "description": "KiwoomApiDostkChartKa50082Response schema", - "properties": { - "gds_week_chart_qry": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa50083Request": { - "description": "KiwoomApiDostkChartKa50083Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "upd_stkpc_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa50083Response": { - "description": "KiwoomApiDostkChartKa50083Response schema", - "properties": { - "gds_month_chart_qry": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa50091Request": { - "description": "KiwoomApiDostkChartKa50091Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "tic_scope": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa50091Response": { - "description": "KiwoomApiDostkChartKa50091Response schema", - "properties": { - "gds_tic_chart_qry": { - "items": { - "nullable": true, - "properties": { - "cntr_pric": { - "nullable": true, - "type": "string" - }, - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa50092Request": { - "description": "KiwoomApiDostkChartKa50092Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "tic_scope": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkChartKa50092Response": { - "description": "KiwoomApiDostkChartKa50092Response schema", - "properties": { - "gds_min_chart_qry": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cntr_pric": { - "nullable": true, - "type": "string" - }, - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkCrdordrKt10006Request": { - "description": "KiwoomApiDostkCrdordrKt10006Request schema", - "properties": { - "cond_uv": { - "nullable": true, - "type": "string" - }, - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "ord_qty": { - "nullable": true, - "type": "string" - }, - "ord_uv": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkCrdordrKt10006Response": { - "description": "KiwoomApiDostkCrdordrKt10006Response schema", - "properties": { - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkCrdordrKt10007Request": { - "description": "KiwoomApiDostkCrdordrKt10007Request schema", - "properties": { - "cond_uv": { - "nullable": true, - "type": "string" - }, - "crd_deal_tp": { - "nullable": true, - "type": "string" - }, - "crd_loan_dt": { - "nullable": true, - "type": "string" - }, - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "ord_qty": { - "nullable": true, - "type": "string" - }, - "ord_uv": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkCrdordrKt10007Response": { - "description": "KiwoomApiDostkCrdordrKt10007Response schema", - "properties": { - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkCrdordrKt10008Request": { - "description": "KiwoomApiDostkCrdordrKt10008Request schema", - "properties": { - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "mdfy_cond_uv": { - "nullable": true, - "type": "string" - }, - "mdfy_qty": { - "nullable": true, - "type": "string" - }, - "mdfy_uv": { - "nullable": true, - "type": "string" - }, - "orig_ord_no": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkCrdordrKt10008Response": { - "description": "KiwoomApiDostkCrdordrKt10008Response schema", - "properties": { - "base_orig_ord_no": { - "nullable": true, - "type": "string" - }, - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "mdfy_qty": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkCrdordrKt10009Request": { - "description": "KiwoomApiDostkCrdordrKt10009Request schema", - "properties": { - "cncl_qty": { - "nullable": true, - "type": "string" - }, - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "orig_ord_no": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkCrdordrKt10009Response": { - "description": "KiwoomApiDostkCrdordrKt10009Response schema", - "properties": { - "base_orig_ord_no": { - "nullable": true, - "type": "string" - }, - "cncl_qty": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa10048Request": { - "description": "KiwoomApiDostkElwKa10048Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa10048Response": { - "description": "KiwoomApiDostkElwKa10048Response schema", - "properties": { - "elwdaly_snst_ix": { - "items": { - "nullable": true, - "properties": { - "delta": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "gam": { - "nullable": true, - "type": "string" - }, - "iv": { - "nullable": true, - "type": "string" - }, - "law": { - "nullable": true, - "type": "string" - }, - "lp": { - "nullable": true, - "type": "string" - }, - "theta": { - "nullable": true, - "type": "string" - }, - "vega": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa10050Request": { - "description": "KiwoomApiDostkElwKa10050Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa10050Response": { - "description": "KiwoomApiDostkElwKa10050Response schema", - "properties": { - "elwsnst_ix_array": { - "items": { - "nullable": true, - "properties": { - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "delta": { - "nullable": true, - "type": "string" - }, - "elwtheory_pric": { - "nullable": true, - "type": "string" - }, - "gam": { - "nullable": true, - "type": "string" - }, - "iv": { - "nullable": true, - "type": "string" - }, - "law": { - "nullable": true, - "type": "string" - }, - "lp": { - "nullable": true, - "type": "string" - }, - "theta": { - "nullable": true, - "type": "string" - }, - "vega": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30001Request": { - "description": "KiwoomApiDostkElwKa30001Request schema", - "properties": { - "bsis_aset_cd": { - "nullable": true, - "type": "string" - }, - "flu_tp": { - "nullable": true, - "type": "string" - }, - "isscomp_cd": { - "nullable": true, - "type": "string" - }, - "lpcd": { - "nullable": true, - "type": "string" - }, - "rght_tp": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - }, - "tm_tp": { - "nullable": true, - "type": "string" - }, - "trde_end_elwskip": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30001Response": { - "description": "KiwoomApiDostkElwKa30001Response schema", - "properties": { - "base_pric_tm": { - "nullable": true, - "type": "string" - }, - "elwpric_jmpflu": { - "items": { - "nullable": true, - "properties": { - "base_pre": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "jmp_rt": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "rank": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_end_elwbase_pric": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30002Request": { - "description": "KiwoomApiDostkElwKa30002Request schema", - "properties": { - "dt": { - "nullable": true, - "type": "string" - }, - "isscomp_cd": { - "nullable": true, - "type": "string" - }, - "trde_end_elwskip": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30002Response": { - "description": "KiwoomApiDostkElwKa30002Response schema", - "properties": { - "trde_ori_elwnettrde_upper": { - "items": { - "nullable": true, - "properties": { - "buy_trde_qty": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "netprps": { - "nullable": true, - "type": "string" - }, - "sel_trde_qty": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "stkpc_flu": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30003Request": { - "description": "KiwoomApiDostkElwKa30003Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "bsis_aset_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30003Response": { - "description": "KiwoomApiDostkElwKa30003Response schema", - "properties": { - "elwlpposs_daly_trnsn": { - "items": { - "nullable": true, - "properties": { - "chg_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "lprmnd_qty": { - "nullable": true, - "type": "string" - }, - "pre_tp": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "wght": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30004Request": { - "description": "KiwoomApiDostkElwKa30004Request schema", - "properties": { - "bsis_aset_cd": { - "nullable": true, - "type": "string" - }, - "isscomp_cd": { - "nullable": true, - "type": "string" - }, - "lpcd": { - "nullable": true, - "type": "string" - }, - "rght_tp": { - "nullable": true, - "type": "string" - }, - "trde_end_elwskip": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30004Response": { - "description": "KiwoomApiDostkElwKa30004Response schema", - "properties": { - "elwdispty_rt": { - "items": { - "nullable": true, - "properties": { - "base_aset_nm": { - "nullable": true, - "type": "string" - }, - "basis": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dispty_rt": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "isscomp_nm": { - "nullable": true, - "type": "string" - }, - "pre_tp": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "rght_tp": { - "nullable": true, - "type": "string" - }, - "sqnc": { - "nullable": true, - "type": "string" - }, - "srvive_dys": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "theory_pric": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30005Request": { - "description": "KiwoomApiDostkElwKa30005Request schema", - "properties": { - "bsis_aset_cd": { - "nullable": true, - "type": "string" - }, - "isscomp_cd": { - "nullable": true, - "type": "string" - }, - "lpcd": { - "nullable": true, - "type": "string" - }, - "rght_tp": { - "nullable": true, - "type": "string" - }, - "sort_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30005Response": { - "description": "KiwoomApiDostkElwKa30005Response schema", - "properties": { - "elwcnd_qry": { - "items": { - "nullable": true, - "properties": { - "base_aset_nm": { - "nullable": true, - "type": "string" - }, - "buy_bid": { - "nullable": true, - "type": "string" - }, - "cfp": { - "nullable": true, - "type": "string" - }, - "cnvt_rt": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "delta": { - "nullable": true, - "type": "string" - }, - "dispty_rt": { - "nullable": true, - "type": "string" - }, - "exec_pric": { - "nullable": true, - "type": "string" - }, - "expr_dt": { - "nullable": true, - "type": "string" - }, - "fin_trde_dt": { - "nullable": true, - "type": "string" - }, - "flo_dt": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "gear_rt": { - "nullable": true, - "type": "string" - }, - "innr_vltl": { - "nullable": true, - "type": "string" - }, - "isscomp_nm": { - "nullable": true, - "type": "string" - }, - "lpinitlast_suply_dt": { - "nullable": true, - "type": "string" - }, - "lpmmcm_nm": { - "nullable": true, - "type": "string" - }, - "lpmmcm_nm_1": { - "nullable": true, - "type": "string" - }, - "lpmmcm_nm_2": { - "nullable": true, - "type": "string" - }, - "lpposs_rt": { - "nullable": true, - "type": "string" - }, - "lvrg": { - "nullable": true, - "type": "string" - }, - "pl_qutr_pt": { - "nullable": true, - "type": "string" - }, - "pl_qutr_rt": { - "nullable": true, - "type": "string" - }, - "pre_tp": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_trde_qty": { - "nullable": true, - "type": "string" - }, - "prty": { - "nullable": true, - "type": "string" - }, - "rght_tp": { - "nullable": true, - "type": "string" - }, - "sel_bid": { - "nullable": true, - "type": "string" - }, - "sqnc": { - "nullable": true, - "type": "string" - }, - "srvive_dys": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "theory_pric": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "trde_qty_pre": { - "nullable": true, - "type": "string" - }, - "xraymont_cntr_qty_arng_trde_tp": { - "nullable": true, - "type": "string" - }, - "xraymont_cntr_qty_profa_100tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30009Request": { - "description": "KiwoomApiDostkElwKa30009Request schema", - "properties": { - "rght_tp": { - "nullable": true, - "type": "string" - }, - "sort_tp": { - "nullable": true, - "type": "string" - }, - "trde_end_skip": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30009Response": { - "description": "KiwoomApiDostkElwKa30009Response schema", - "properties": { - "elwflu_rt_rank": { - "items": { - "nullable": true, - "properties": { - "buy_req": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "rank": { - "nullable": true, - "type": "string" - }, - "sel_req": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30010Request": { - "description": "KiwoomApiDostkElwKa30010Request schema", - "properties": { - "rght_tp": { - "nullable": true, - "type": "string" - }, - "sort_tp": { - "nullable": true, - "type": "string" - }, - "trde_end_skip": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30010Response": { - "description": "KiwoomApiDostkElwKa30010Response schema", - "properties": { - "elwreq_rank": { - "items": { - "nullable": true, - "properties": { - "buy_req": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "netprps_req": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "rank": { - "nullable": true, - "type": "string" - }, - "sel_req": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30011Request": { - "description": "KiwoomApiDostkElwKa30011Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30011Response": { - "description": "KiwoomApiDostkElwKa30011Response schema", - "properties": { - "elwalacc_rt": { - "items": { - "nullable": true, - "properties": { - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "alacc_rt": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30012Request": { - "description": "KiwoomApiDostkElwKa30012Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkElwKa30012Response": { - "description": "KiwoomApiDostkElwKa30012Response schema", - "properties": { - "all_hgst_pric": { - "nullable": true, - "type": "string" - }, - "all_lwst_pric": { - "nullable": true, - "type": "string" - }, - "aset_cd": { - "nullable": true, - "type": "string" - }, - "bsis_aset_1": { - "nullable": true, - "type": "string" - }, - "bsis_aset_2": { - "nullable": true, - "type": "string" - }, - "bsis_aset_3": { - "nullable": true, - "type": "string" - }, - "bsis_aset_4": { - "nullable": true, - "type": "string" - }, - "bsis_aset_5": { - "nullable": true, - "type": "string" - }, - "bsis_aset_comp_rt_1": { - "nullable": true, - "type": "string" - }, - "bsis_aset_comp_rt_2": { - "nullable": true, - "type": "string" - }, - "bsis_aset_comp_rt_3": { - "nullable": true, - "type": "string" - }, - "bsis_aset_comp_rt_4": { - "nullable": true, - "type": "string" - }, - "bsis_aset_comp_rt_5": { - "nullable": true, - "type": "string" - }, - "clsprd_end_elwocr": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dcsn_pay_amt": { - "nullable": true, - "type": "string" - }, - "dispty_rt": { - "nullable": true, - "type": "string" - }, - "elwappr_way": { - "nullable": true, - "type": "string" - }, - "elwcmpn_rt": { - "nullable": true, - "type": "string" - }, - "elwcnvt_rt": { - "nullable": true, - "type": "string" - }, - "elwexec_pric": { - "nullable": true, - "type": "string" - }, - "elwexpr_evlt_pric": { - "nullable": true, - "type": "string" - }, - "elwfin_trde_dt": { - "nullable": true, - "type": "string" - }, - "elwflo_dt": { - "nullable": true, - "type": "string" - }, - "elwgear": { - "nullable": true, - "type": "string" - }, - "elwinnr_vltl": { - "nullable": true, - "type": "string" - }, - "elwinvt_ix_comput": { - "nullable": true, - "type": "string" - }, - "elwlpord_pos": { - "nullable": true, - "type": "string" - }, - "elwpay_agnt": { - "nullable": true, - "type": "string" - }, - "elwpay_dt": { - "nullable": true, - "type": "string" - }, - "elwpblicte_orgn": { - "nullable": true, - "type": "string" - }, - "elwpl_qutr_rt": { - "nullable": true, - "type": "string" - }, - "elwpric_rising_part_rt": { - "nullable": true, - "type": "string" - }, - "elwprty": { - "nullable": true, - "type": "string" - }, - "elwrght_cntn": { - "nullable": true, - "type": "string" - }, - "elwrght_exec_way": { - "nullable": true, - "type": "string" - }, - "elwrght_type": { - "nullable": true, - "type": "string" - }, - "elwspread": { - "nullable": true, - "type": "string" - }, - "elwsrvive_dys": { - "nullable": true, - "type": "string" - }, - "elwtheory_pric": { - "nullable": true, - "type": "string" - }, - "evlt_end_tm": { - "nullable": true, - "type": "string" - }, - "evlt_fnsh_yn": { - "nullable": true, - "type": "string" - }, - "evlt_pric": { - "nullable": true, - "type": "string" - }, - "exec_dt": { - "nullable": true, - "type": "string" - }, - "exp_rght_pric": { - "nullable": true, - "type": "string" - }, - "expr_dt": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "fr_dt": { - "nullable": true, - "type": "string" - }, - "fr_tm": { - "nullable": true, - "type": "string" - }, - "imaf_hgst_pric": { - "nullable": true, - "type": "string" - }, - "imaf_lwst_pric": { - "nullable": true, - "type": "string" - }, - "iv": { - "nullable": true, - "type": "string" - }, - "kobarr": { - "nullable": true, - "type": "string" - }, - "lpmmcm_nm": { - "nullable": true, - "type": "string" - }, - "lpmmcm_nm_1": { - "nullable": true, - "type": "string" - }, - "lpmmcm_nm_2": { - "nullable": true, - "type": "string" - }, - "lpposs_rt": { - "nullable": true, - "type": "string" - }, - "lprmnd_qty": { - "nullable": true, - "type": "string" - }, - "lpsuply_end_dt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "sndhalf_mrkt_hgst_pric": { - "nullable": true, - "type": "string" - }, - "sndhalf_mrkt_lwst_pric": { - "nullable": true, - "type": "string" - }, - "stkcnt": { - "nullable": true, - "type": "string" - }, - "to_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40001Request": { - "description": "KiwoomApiDostkEtfKa40001Request schema", - "properties": { - "dt": { - "nullable": true, - "type": "string" - }, - "etfobjt_idex_cd": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40001Response": { - "description": "KiwoomApiDostkEtfKa40001Response schema", - "properties": { - "etfprft_rt_lst": { - "items": { - "nullable": true, - "properties": { - "cntr_prft_rt": { - "nullable": true, - "type": "string" - }, - "etfprft_rt": { - "nullable": true, - "type": "string" - }, - "for_netprps_qty": { - "nullable": true, - "type": "string" - }, - "orgn_netprps_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40002Request": { - "description": "KiwoomApiDostkEtfKa40002Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40002Response": { - "description": "KiwoomApiDostkEtfKa40002Response schema", - "properties": { - "etfobjt_idex_nm": { - "nullable": true, - "type": "string" - }, - "etftxon_type": { - "nullable": true, - "type": "string" - }, - "etntxon_type": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "wonju_pric": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40003Request": { - "description": "KiwoomApiDostkEtfKa40003Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40003Response": { - "description": "KiwoomApiDostkEtfKa40003Response schema", - "properties": { - "etfdaly_trnsn": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "cntr_dt": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "nav": { - "nullable": true, - "type": "string" - }, - "navetfdispty_rt": { - "nullable": true, - "type": "string" - }, - "navidex_dispty_rt": { - "nullable": true, - "type": "string" - }, - "pre_rt": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "trace_cur_prc": { - "nullable": true, - "type": "string" - }, - "trace_eor_rt": { - "nullable": true, - "type": "string" - }, - "trace_pre_sig": { - "nullable": true, - "type": "string" - }, - "trace_pred_pre": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40004Request": { - "description": "KiwoomApiDostkEtfKa40004Request schema", - "properties": { - "mngmcomp": { - "nullable": true, - "type": "string" - }, - "navpre": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "trace_idex": { - "nullable": true, - "type": "string" - }, - "txon_type": { - "nullable": true, - "type": "string" - }, - "txon_yn": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40004Response": { - "description": "KiwoomApiDostkEtfKa40004Response schema", - "properties": { - "etfall_mrpr": { - "items": { - "nullable": true, - "properties": { - "close_pric": { - "nullable": true, - "type": "string" - }, - "drng": { - "nullable": true, - "type": "string" - }, - "dvid_bf_base": { - "nullable": true, - "type": "string" - }, - "nav": { - "nullable": true, - "type": "string" - }, - "pre_rt": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_dvida": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_cls": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trace_eor_rt": { - "nullable": true, - "type": "string" - }, - "trace_flu_rt": { - "nullable": true, - "type": "string" - }, - "trace_idex": { - "nullable": true, - "type": "string" - }, - "trace_idex_cd": { - "nullable": true, - "type": "string" - }, - "trace_idex_nm": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "txbs": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40006Request": { - "description": "KiwoomApiDostkEtfKa40006Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40006Response": { - "description": "KiwoomApiDostkEtfKa40006Response schema", - "properties": { - "etfobjt_idex_nm": { - "nullable": true, - "type": "string" - }, - "etftisl_trnsn": { - "items": { - "nullable": true, - "properties": { - "close_pric": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "nav": { - "nullable": true, - "type": "string" - }, - "navetf": { - "nullable": true, - "type": "string" - }, - "navidex": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - }, - "trace": { - "nullable": true, - "type": "string" - }, - "trace_idex": { - "nullable": true, - "type": "string" - }, - "trace_idex_pred_pre": { - "nullable": true, - "type": "string" - }, - "trace_idex_pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "etftxon_type": { - "nullable": true, - "type": "string" - }, - "etntxon_type": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "wonju_pric": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40007Request": { - "description": "KiwoomApiDostkEtfKa40007Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40007Response": { - "description": "KiwoomApiDostkEtfKa40007Response schema", - "properties": { - "etfobjt_idex_cd": { - "nullable": true, - "type": "string" - }, - "etfobjt_idex_nm": { - "nullable": true, - "type": "string" - }, - "etftisl_cntr_array": { - "items": { - "nullable": true, - "properties": { - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "objt_idex_pre_rt": { - "nullable": true, - "type": "string" - }, - "stk_cls": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "wonju_pric": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40008Request": { - "description": "KiwoomApiDostkEtfKa40008Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40008Response": { - "description": "KiwoomApiDostkEtfKa40008Response schema", - "properties": { - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "etfnetprps_qty_array": { - "items": { - "nullable": true, - "properties": { - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc_n": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "for_netprps_qty": { - "nullable": true, - "type": "string" - }, - "orgn_netprps_qty": { - "nullable": true, - "type": "string" - }, - "pre_sig_n": { - "nullable": true, - "type": "string" - }, - "pred_pre_n": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40009Request": { - "description": "KiwoomApiDostkEtfKa40009Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40009Response": { - "description": "KiwoomApiDostkEtfKa40009Response schema", - "properties": { - "etfnavarray": { - "items": { - "nullable": true, - "properties": { - "base_pric": { - "nullable": true, - "type": "string" - }, - "conv_pric": { - "nullable": true, - "type": "string" - }, - "dispty_rt": { - "nullable": true, - "type": "string" - }, - "drstk": { - "nullable": true, - "type": "string" - }, - "for_rmnd_qty": { - "nullable": true, - "type": "string" - }, - "nav": { - "nullable": true, - "type": "string" - }, - "navflu_rt": { - "nullable": true, - "type": "string" - }, - "navpred_pre": { - "nullable": true, - "type": "string" - }, - "repl_pric": { - "nullable": true, - "type": "string" - }, - "stkcnt": { - "nullable": true, - "type": "string" - }, - "trace_eor_rt": { - "nullable": true, - "type": "string" - }, - "wonju_pric": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40010Request": { - "description": "KiwoomApiDostkEtfKa40010Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkEtfKa40010Response": { - "description": "KiwoomApiDostkEtfKa40010Response schema", - "properties": { - "etftisl_trnsn": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "for_netprps": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkFrgnisttKa10008Request": { - "description": "KiwoomApiDostkFrgnisttKa10008Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkFrgnisttKa10008Response": { - "description": "KiwoomApiDostkFrgnisttKa10008Response schema", - "properties": { - "stk_frgnr": { - "items": { - "nullable": true, - "properties": { - "chg_qty": { - "nullable": true, - "type": "string" - }, - "close_pric": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "frgnr_limit": { - "nullable": true, - "type": "string" - }, - "frgnr_limit_irds": { - "nullable": true, - "type": "string" - }, - "gain_pos_stkcnt": { - "nullable": true, - "type": "string" - }, - "limit_exh_rt": { - "nullable": true, - "type": "string" - }, - "poss_stkcnt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "wght": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkFrgnisttKa10009Request": { - "description": "KiwoomApiDostkFrgnisttKa10009Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkFrgnisttKa10009Response": { - "description": "KiwoomApiDostkFrgnisttKa10009Response schema", - "properties": { - "close_pric": { - "nullable": true, - "type": "string" - }, - "date": { - "nullable": true, - "type": "string" - }, - "frgnr_daly_nettrde": { - "nullable": true, - "type": "string" - }, - "frgnr_qota_rt": { - "nullable": true, - "type": "string" - }, - "orgn_daly_nettrde": { - "nullable": true, - "type": "string" - }, - "orgn_dt_acc": { - "nullable": true, - "type": "string" - }, - "pre": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkFrgnisttKa10131Request": { - "description": "KiwoomApiDostkFrgnisttKa10131Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "end_dt": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "netslmt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_inds_tp": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkFrgnisttKa10131Response": { - "description": "KiwoomApiDostkFrgnisttKa10131Response schema", - "properties": { - "orgn_frgnr_cont_trde_prst": { - "items": { - "nullable": true, - "properties": { - "frgnr_cont_netprps_amt": { - "nullable": true, - "type": "string" - }, - "frgnr_cont_netprps_dys": { - "nullable": true, - "type": "string" - }, - "frgnr_cont_netprps_qty": { - "nullable": true, - "type": "string" - }, - "frgnr_nettrde_amt": { - "nullable": true, - "type": "string" - }, - "frgnr_nettrde_qty": { - "nullable": true, - "type": "string" - }, - "nettrde_amt": { - "nullable": true, - "type": "string" - }, - "nettrde_qty": { - "nullable": true, - "type": "string" - }, - "orgn_cont_netprps_amt": { - "nullable": true, - "type": "string" - }, - "orgn_cont_netprps_dys": { - "nullable": true, - "type": "string" - }, - "orgn_cont_netprps_qty": { - "nullable": true, - "type": "string" - }, - "orgn_nettrde_amt": { - "nullable": true, - "type": "string" - }, - "orgn_nettrde_qty": { - "nullable": true, - "type": "string" - }, - "prid_stkpc_flu_rt": { - "nullable": true, - "type": "string" - }, - "rank": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tot_cont_netprps_amt": { - "nullable": true, - "type": "string" - }, - "tot_cont_netprps_dys": { - "nullable": true, - "type": "string" - }, - "tot_cont_nettrde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkFrgnisttKa52301Request": { - "description": "KiwoomApiDostkFrgnisttKa52301Request schema" - }, - "KiwoomApiDostkFrgnisttKa52301Response": { - "description": "KiwoomApiDostkFrgnisttKa52301Response schema", - "properties": { - "inve_trad_stat": { - "items": { - "nullable": true, - "properties": { - "acc_netprps_amt": { - "nullable": true, - "type": "string" - }, - "acc_netprps_qty": { - "nullable": true, - "type": "string" - }, - "all_dfrt_trst_buy_amt": { - "nullable": true, - "type": "string" - }, - "all_dfrt_trst_buy_qty": { - "nullable": true, - "type": "string" - }, - "all_dfrt_trst_netprps_amt": { - "nullable": true, - "type": "string" - }, - "all_dfrt_trst_netprps_qty": { - "nullable": true, - "type": "string" - }, - "all_dfrt_trst_sell_amt": { - "nullable": true, - "type": "string" - }, - "all_dfrt_trst_sell_qty": { - "nullable": true, - "type": "string" - }, - "buy_amt_irds": { - "nullable": true, - "type": "string" - }, - "buy_qty_irds": { - "nullable": true, - "type": "string" - }, - "buy_uv": { - "nullable": true, - "type": "string" - }, - "netprps_amt_irds": { - "nullable": true, - "type": "string" - }, - "netprps_qty_irds": { - "nullable": true, - "type": "string" - }, - "sell_amt_irds": { - "nullable": true, - "type": "string" - }, - "sell_qty_irds": { - "nullable": true, - "type": "string" - }, - "sell_uv": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10004Request": { - "description": "KiwoomApiDostkMrkcondKa10004Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10004Response": { - "description": "KiwoomApiDostkMrkcondKa10004Response schema", - "properties": { - "bid_req_base_tm": { - "nullable": true, - "type": "string" - }, - "buy_10th_pre_bid": { - "nullable": true, - "type": "string" - }, - "buy_10th_pre_req": { - "nullable": true, - "type": "string" - }, - "buy_10th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "buy_1th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "buy_2th_pre_bid": { - "nullable": true, - "type": "string" - }, - "buy_2th_pre_req": { - "nullable": true, - "type": "string" - }, - "buy_2th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "buy_3th_pre_bid": { - "nullable": true, - "type": "string" - }, - "buy_3th_pre_req": { - "nullable": true, - "type": "string" - }, - "buy_3th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "buy_4th_pre_bid": { - "nullable": true, - "type": "string" - }, - "buy_4th_pre_req": { - "nullable": true, - "type": "string" - }, - "buy_4th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "buy_5th_pre_bid": { - "nullable": true, - "type": "string" - }, - "buy_5th_pre_req": { - "nullable": true, - "type": "string" - }, - "buy_5th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "buy_6th_pre_bid": { - "nullable": true, - "type": "string" - }, - "buy_6th_pre_req": { - "nullable": true, - "type": "string" - }, - "buy_6th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "buy_7th_pre_bid": { - "nullable": true, - "type": "string" - }, - "buy_7th_pre_req": { - "nullable": true, - "type": "string" - }, - "buy_7th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "buy_8th_pre_bid": { - "nullable": true, - "type": "string" - }, - "buy_8th_pre_req": { - "nullable": true, - "type": "string" - }, - "buy_8th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "buy_9th_pre_bid": { - "nullable": true, - "type": "string" - }, - "buy_9th_pre_req": { - "nullable": true, - "type": "string" - }, - "buy_9th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "buy_fpr_bid": { - "nullable": true, - "type": "string" - }, - "buy_fpr_req": { - "nullable": true, - "type": "string" - }, - "ovt_buy_req": { - "nullable": true, - "type": "string" - }, - "ovt_buy_req_pre": { - "nullable": true, - "type": "string" - }, - "ovt_sel_req": { - "nullable": true, - "type": "string" - }, - "ovt_sel_req_pre": { - "nullable": true, - "type": "string" - }, - "sel_10th_pre_bid": { - "nullable": true, - "type": "string" - }, - "sel_10th_pre_req": { - "nullable": true, - "type": "string" - }, - "sel_10th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "sel_1th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "sel_2th_pre_bid": { - "nullable": true, - "type": "string" - }, - "sel_2th_pre_req": { - "nullable": true, - "type": "string" - }, - "sel_2th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "sel_3th_pre_bid": { - "nullable": true, - "type": "string" - }, - "sel_3th_pre_req": { - "nullable": true, - "type": "string" - }, - "sel_3th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "sel_4th_pre_bid": { - "nullable": true, - "type": "string" - }, - "sel_4th_pre_req": { - "nullable": true, - "type": "string" - }, - "sel_4th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "sel_5th_pre_bid": { - "nullable": true, - "type": "string" - }, - "sel_5th_pre_req": { - "nullable": true, - "type": "string" - }, - "sel_5th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "sel_6th_pre_bid": { - "nullable": true, - "type": "string" - }, - "sel_6th_pre_req": { - "nullable": true, - "type": "string" - }, - "sel_6th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "sel_7th_pre_bid": { - "nullable": true, - "type": "string" - }, - "sel_7th_pre_req": { - "nullable": true, - "type": "string" - }, - "sel_7th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "sel_8th_pre_bid": { - "nullable": true, - "type": "string" - }, - "sel_8th_pre_req": { - "nullable": true, - "type": "string" - }, - "sel_8th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "sel_9th_pre_bid": { - "nullable": true, - "type": "string" - }, - "sel_9th_pre_req": { - "nullable": true, - "type": "string" - }, - "sel_9th_pre_req_pre": { - "nullable": true, - "type": "string" - }, - "sel_fpr_bid": { - "nullable": true, - "type": "string" - }, - "sel_fpr_req": { - "nullable": true, - "type": "string" - }, - "tot_buy_req": { - "nullable": true, - "type": "string" - }, - "tot_buy_req_jub_pre": { - "nullable": true, - "type": "string" - }, - "tot_sel_req": { - "nullable": true, - "type": "string" - }, - "tot_sel_req_jub_pre": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10005Request": { - "description": "KiwoomApiDostkMrkcondKa10005Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10005Response": { - "description": "KiwoomApiDostkMrkcondKa10005Response schema", - "properties": { - "stk_ddwkmm": { - "items": { - "nullable": true, - "properties": { - "close_pric": { - "nullable": true, - "type": "string" - }, - "crd_remn_rt": { - "nullable": true, - "type": "string" - }, - "date": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "for_netprps": { - "nullable": true, - "type": "string" - }, - "for_poss": { - "nullable": true, - "type": "string" - }, - "for_wght": { - "nullable": true, - "type": "string" - }, - "frgn": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "ind_netprps": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "orgn_netprps": { - "nullable": true, - "type": "string" - }, - "pre": { - "nullable": true, - "type": "string" - }, - "prm": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10006Request": { - "description": "KiwoomApiDostkMrkcondKa10006Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10006Response": { - "description": "KiwoomApiDostkMrkcondKa10006Response schema", - "properties": { - "close_pric": { - "nullable": true, - "type": "string" - }, - "cntr_str": { - "nullable": true, - "type": "string" - }, - "date": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pre": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10007Request": { - "description": "KiwoomApiDostkMrkcondKa10007Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10007Response": { - "description": "KiwoomApiDostkMrkcondKa10007Response schema", - "properties": { - "buy_10bid": { - "nullable": true, - "type": "string" - }, - "buy_10bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "buy_10bid_req": { - "nullable": true, - "type": "string" - }, - "buy_1bid": { - "nullable": true, - "type": "string" - }, - "buy_1bid_cnt": { - "nullable": true, - "type": "string" - }, - "buy_1bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "buy_1bid_req": { - "nullable": true, - "type": "string" - }, - "buy_2bid": { - "nullable": true, - "type": "string" - }, - "buy_2bid_cnt": { - "nullable": true, - "type": "string" - }, - "buy_2bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "buy_2bid_req": { - "nullable": true, - "type": "string" - }, - "buy_3bid": { - "nullable": true, - "type": "string" - }, - "buy_3bid_cnt": { - "nullable": true, - "type": "string" - }, - "buy_3bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "buy_3bid_req": { - "nullable": true, - "type": "string" - }, - "buy_4bid": { - "nullable": true, - "type": "string" - }, - "buy_4bid_cnt": { - "nullable": true, - "type": "string" - }, - "buy_4bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "buy_4bid_req": { - "nullable": true, - "type": "string" - }, - "buy_5bid": { - "nullable": true, - "type": "string" - }, - "buy_5bid_cnt": { - "nullable": true, - "type": "string" - }, - "buy_5bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "buy_5bid_req": { - "nullable": true, - "type": "string" - }, - "buy_6bid": { - "nullable": true, - "type": "string" - }, - "buy_6bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "buy_6bid_req": { - "nullable": true, - "type": "string" - }, - "buy_7bid": { - "nullable": true, - "type": "string" - }, - "buy_7bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "buy_7bid_req": { - "nullable": true, - "type": "string" - }, - "buy_8bid": { - "nullable": true, - "type": "string" - }, - "buy_8bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "buy_8bid_req": { - "nullable": true, - "type": "string" - }, - "buy_9bid": { - "nullable": true, - "type": "string" - }, - "buy_9bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "buy_9bid_req": { - "nullable": true, - "type": "string" - }, - "cntr_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "date": { - "nullable": true, - "type": "string" - }, - "exec_pric": { - "nullable": true, - "type": "string" - }, - "exp_buy_pri_bid": { - "nullable": true, - "type": "string" - }, - "exp_cntr_pric": { - "nullable": true, - "type": "string" - }, - "exp_cntr_qty": { - "nullable": true, - "type": "string" - }, - "exp_sel_pri_bid": { - "nullable": true, - "type": "string" - }, - "flo_stkcnt": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "hgst_pric": { - "nullable": true, - "type": "string" - }, - "hgst_pric_dt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "lpbuy_10bid_req": { - "nullable": true, - "type": "string" - }, - "lpbuy_1bid_req": { - "nullable": true, - "type": "string" - }, - "lpbuy_2bid_req": { - "nullable": true, - "type": "string" - }, - "lpbuy_3bid_req": { - "nullable": true, - "type": "string" - }, - "lpbuy_4bid_req": { - "nullable": true, - "type": "string" - }, - "lpbuy_5bid_req": { - "nullable": true, - "type": "string" - }, - "lpbuy_6bid_req": { - "nullable": true, - "type": "string" - }, - "lpbuy_7bid_req": { - "nullable": true, - "type": "string" - }, - "lpbuy_8bid_req": { - "nullable": true, - "type": "string" - }, - "lpbuy_9bid_req": { - "nullable": true, - "type": "string" - }, - "lpsel_10bid_req": { - "nullable": true, - "type": "string" - }, - "lpsel_1bid_req": { - "nullable": true, - "type": "string" - }, - "lpsel_2bid_req": { - "nullable": true, - "type": "string" - }, - "lpsel_3bid_req": { - "nullable": true, - "type": "string" - }, - "lpsel_4bid_req": { - "nullable": true, - "type": "string" - }, - "lpsel_5bid_req": { - "nullable": true, - "type": "string" - }, - "lpsel_6bid_req": { - "nullable": true, - "type": "string" - }, - "lpsel_7bid_req": { - "nullable": true, - "type": "string" - }, - "lpsel_8bid_req": { - "nullable": true, - "type": "string" - }, - "lpsel_9bid_req": { - "nullable": true, - "type": "string" - }, - "lst_pric": { - "nullable": true, - "type": "string" - }, - "lwst_pric": { - "nullable": true, - "type": "string" - }, - "lwst_pric_dt": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_close_pric": { - "nullable": true, - "type": "string" - }, - "pred_rt": { - "nullable": true, - "type": "string" - }, - "pred_trde_prica": { - "nullable": true, - "type": "string" - }, - "pred_trde_qty": { - "nullable": true, - "type": "string" - }, - "sel_10bid": { - "nullable": true, - "type": "string" - }, - "sel_10bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "sel_10bid_req": { - "nullable": true, - "type": "string" - }, - "sel_1bid": { - "nullable": true, - "type": "string" - }, - "sel_1bid_cnt": { - "nullable": true, - "type": "string" - }, - "sel_1bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "sel_1bid_req": { - "nullable": true, - "type": "string" - }, - "sel_2bid": { - "nullable": true, - "type": "string" - }, - "sel_2bid_cnt": { - "nullable": true, - "type": "string" - }, - "sel_2bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "sel_2bid_req": { - "nullable": true, - "type": "string" - }, - "sel_3bid": { - "nullable": true, - "type": "string" - }, - "sel_3bid_cnt": { - "nullable": true, - "type": "string" - }, - "sel_3bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "sel_3bid_req": { - "nullable": true, - "type": "string" - }, - "sel_4bid": { - "nullable": true, - "type": "string" - }, - "sel_4bid_cnt": { - "nullable": true, - "type": "string" - }, - "sel_4bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "sel_4bid_req": { - "nullable": true, - "type": "string" - }, - "sel_5bid": { - "nullable": true, - "type": "string" - }, - "sel_5bid_cnt": { - "nullable": true, - "type": "string" - }, - "sel_5bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "sel_5bid_req": { - "nullable": true, - "type": "string" - }, - "sel_6bid": { - "nullable": true, - "type": "string" - }, - "sel_6bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "sel_6bid_req": { - "nullable": true, - "type": "string" - }, - "sel_7bid": { - "nullable": true, - "type": "string" - }, - "sel_7bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "sel_7bid_req": { - "nullable": true, - "type": "string" - }, - "sel_8bid": { - "nullable": true, - "type": "string" - }, - "sel_8bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "sel_8bid_req": { - "nullable": true, - "type": "string" - }, - "sel_9bid": { - "nullable": true, - "type": "string" - }, - "sel_9bid_jub_pre": { - "nullable": true, - "type": "string" - }, - "sel_9bid_req": { - "nullable": true, - "type": "string" - }, - "smbol": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - }, - "tot_buy_cnt": { - "nullable": true, - "type": "string" - }, - "tot_buy_req": { - "nullable": true, - "type": "string" - }, - "tot_sel_cnt": { - "nullable": true, - "type": "string" - }, - "tot_sel_req": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "trde_strt_dt": { - "nullable": true, - "type": "string" - }, - "upl_pric": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10011Request": { - "description": "KiwoomApiDostkMrkcondKa10011Request schema", - "properties": { - "newstk_recvrht_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10011Response": { - "description": "KiwoomApiDostkMrkcondKa10011Response schema", - "properties": { - "newstk_recvrht_mrpr": { - "items": { - "nullable": true, - "properties": { - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "fpr_buy_bid": { - "nullable": true, - "type": "string" - }, - "fpr_sel_bid": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10044Request": { - "description": "KiwoomApiDostkMrkcondKa10044Request schema", - "properties": { - "end_dt": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10044Response": { - "description": "KiwoomApiDostkMrkcondKa10044Response schema", - "properties": { - "daly_orgn_trde_stk": { - "items": { - "nullable": true, - "properties": { - "netprps_amt": { - "nullable": true, - "type": "string" - }, - "netprps_qty": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10045Request": { - "description": "KiwoomApiDostkMrkcondKa10045Request schema", - "properties": { - "end_dt": { - "nullable": true, - "type": "string" - }, - "for_prsm_unp_tp": { - "nullable": true, - "type": "string" - }, - "orgn_prsm_unp_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10045Response": { - "description": "KiwoomApiDostkMrkcondKa10045Response schema", - "properties": { - "for_prsm_avg_pric": { - "nullable": true, - "type": "string" - }, - "orgn_prsm_avg_pric": { - "nullable": true, - "type": "string" - }, - "stk_orgn_trde_trnsn": { - "items": { - "nullable": true, - "properties": { - "close_pric": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "for_daly_nettrde_qty": { - "nullable": true, - "type": "string" - }, - "for_dt_acc": { - "nullable": true, - "type": "string" - }, - "limit_exh_rt": { - "nullable": true, - "type": "string" - }, - "orgn_daly_nettrde_qty": { - "nullable": true, - "type": "string" - }, - "orgn_dt_acc": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10046Request": { - "description": "KiwoomApiDostkMrkcondKa10046Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10046Response": { - "description": "KiwoomApiDostkMrkcondKa10046Response schema", - "properties": { - "cntr_str_tm": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cntr_str": { - "nullable": true, - "type": "string" - }, - "cntr_str_20min": { - "nullable": true, - "type": "string" - }, - "cntr_str_5min": { - "nullable": true, - "type": "string" - }, - "cntr_str_60min": { - "nullable": true, - "type": "string" - }, - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10047Request": { - "description": "KiwoomApiDostkMrkcondKa10047Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10047Response": { - "description": "KiwoomApiDostkMrkcondKa10047Response schema", - "properties": { - "cntr_str_daly": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cntr_str": { - "nullable": true, - "type": "string" - }, - "cntr_str_20min": { - "nullable": true, - "type": "string" - }, - "cntr_str_5min": { - "nullable": true, - "type": "string" - }, - "cntr_str_60min": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10063Request": { - "description": "KiwoomApiDostkMrkcondKa10063Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "frgn_all": { - "nullable": true, - "type": "string" - }, - "invsr": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "smtm_netprps_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10063Response": { - "description": "KiwoomApiDostkMrkcondKa10063Response schema", - "properties": { - "opmr_invsr_trde": { - "items": { - "nullable": true, - "properties": { - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "buy_amt": { - "nullable": true, - "type": "string" - }, - "buy_amt_irds": { - "nullable": true, - "type": "string" - }, - "buy_qty": { - "nullable": true, - "type": "string" - }, - "buy_qty_irds": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "netprps_amt": { - "nullable": true, - "type": "string" - }, - "netprps_amt_irds": { - "nullable": true, - "type": "string" - }, - "netprps_irds": { - "nullable": true, - "type": "string" - }, - "netprps_qty": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "prev_netprps_amt": { - "nullable": true, - "type": "string" - }, - "prev_pot_netprps_qty": { - "nullable": true, - "type": "string" - }, - "sell_amt": { - "nullable": true, - "type": "string" - }, - "sell_amt_irds": { - "nullable": true, - "type": "string" - }, - "sell_qty": { - "nullable": true, - "type": "string" - }, - "sell_qty_irds": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10066Request": { - "description": "KiwoomApiDostkMrkcondKa10066Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10066Response": { - "description": "KiwoomApiDostkMrkcondKa10066Response schema", - "properties": { - "opaf_invsr_trde": { - "items": { - "nullable": true, - "properties": { - "bank": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "etc_corp": { - "nullable": true, - "type": "string" - }, - "etc_fnnc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "fnnc_invt": { - "nullable": true, - "type": "string" - }, - "frgnr_invsr": { - "nullable": true, - "type": "string" - }, - "ind_invsr": { - "nullable": true, - "type": "string" - }, - "insrnc": { - "nullable": true, - "type": "string" - }, - "invtrt": { - "nullable": true, - "type": "string" - }, - "natn": { - "nullable": true, - "type": "string" - }, - "orgn": { - "nullable": true, - "type": "string" - }, - "penfnd_etc": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "samo_fund": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10078Request": { - "description": "KiwoomApiDostkMrkcondKa10078Request schema", - "properties": { - "end_dt": { - "nullable": true, - "type": "string" - }, - "mmcm_cd": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10078Response": { - "description": "KiwoomApiDostkMrkcondKa10078Response schema", - "properties": { - "sec_stk_trde_trend": { - "items": { - "nullable": true, - "properties": { - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "buy_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "netprps_qty": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "sell_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10086Request": { - "description": "KiwoomApiDostkMrkcondKa10086Request schema", - "properties": { - "indc_tp": { - "nullable": true, - "type": "string" - }, - "qry_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10086Response": { - "description": "KiwoomApiDostkMrkcondKa10086Response schema", - "properties": { - "daly_stkpc": { - "items": { - "nullable": true, - "properties": { - "amt_mn": { - "nullable": true, - "type": "string" - }, - "close_pric": { - "nullable": true, - "type": "string" - }, - "crd_remn_rt": { - "nullable": true, - "type": "string" - }, - "crd_rt": { - "nullable": true, - "type": "string" - }, - "date": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "for_netprps": { - "nullable": true, - "type": "string" - }, - "for_poss": { - "nullable": true, - "type": "string" - }, - "for_qty": { - "nullable": true, - "type": "string" - }, - "for_rt": { - "nullable": true, - "type": "string" - }, - "for_wght": { - "nullable": true, - "type": "string" - }, - "frgn": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "ind": { - "nullable": true, - "type": "string" - }, - "ind_netprps": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "orgn": { - "nullable": true, - "type": "string" - }, - "orgn_netprps": { - "nullable": true, - "type": "string" - }, - "pred_rt": { - "nullable": true, - "type": "string" - }, - "prm": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10087Request": { - "description": "KiwoomApiDostkMrkcondKa10087Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa10087Response": { - "description": "KiwoomApiDostkMrkcondKa10087Response schema", - "properties": { - "bid_req_base_tm": { - "nullable": true, - "type": "string" - }, - "buy_bid_tot_req": { - "nullable": true, - "type": "string" - }, - "buy_bid_tot_req_jub_pre": { - "nullable": true, - "type": "string" - }, - "ovt_buy_bid_tot_req": { - "nullable": true, - "type": "string" - }, - "ovt_buy_bid_tot_req_jub_pre": { - "nullable": true, - "type": "string" - }, - "ovt_sel_bid_tot_req": { - "nullable": true, - "type": "string" - }, - "ovt_sel_bid_tot_req_jub_pre": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_1": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_2": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_3": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_4": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_5": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_jub_pre_1": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_jub_pre_2": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_jub_pre_3": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_jub_pre_4": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_jub_pre_5": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_qty_1": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_qty_2": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_qty_3": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_qty_4": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_qty_5": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_buy_bid_tot_req": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_cur_prc": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_flu_rt": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_pred_pre": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_1": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_2": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_3": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_4": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_5": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_jub_pre_1": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_jub_pre_2": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_jub_pre_3": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_jub_pre_4": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_jub_pre_5": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_qty_1": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_qty_2": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_qty_3": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_qty_4": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_qty_5": { - "nullable": true, - "type": "string" - }, - "ovt_sigpric_sel_bid_tot_req": { - "nullable": true, - "type": "string" - }, - "sel_bid_tot_req": { - "nullable": true, - "type": "string" - }, - "sel_bid_tot_req_jub_pre": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa50010Request": { - "description": "KiwoomApiDostkMrkcondKa50010Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa50010Response": { - "description": "KiwoomApiDostkMrkcondKa50010Response schema", - "properties": { - "gold_cntr": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "cntr_pric": { - "nullable": true, - "type": "string" - }, - "cntr_str": { - "nullable": true, - "type": "string" - }, - "cntr_trde_qty": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pri_buy_bid_unit": { - "nullable": true, - "type": "string" - }, - "pri_sel_bid_unit": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - }, - "trde_pre": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "trde_tern_rt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa50012Request": { - "description": "KiwoomApiDostkMrkcondKa50012Request schema", - "properties": { - "base_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa50012Response": { - "description": "KiwoomApiDostkMrkcondKa50012Response schema", - "properties": { - "gold_daly_trnsn": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "for_netprps": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "ind_netprps": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "orgn_netprps": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa50087Request": { - "description": "KiwoomApiDostkMrkcondKa50087Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa50087Response": { - "description": "KiwoomApiDostkMrkcondKa50087Response schema", - "properties": { - "gold_expt_exec": { - "items": { - "nullable": true, - "properties": { - "exp_acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "exp_cntr_pric": { - "nullable": true, - "type": "string" - }, - "exp_cntr_trde_qty": { - "nullable": true, - "type": "string" - }, - "exp_flu_rt": { - "nullable": true, - "type": "string" - }, - "exp_pre_sig": { - "nullable": true, - "type": "string" - }, - "exp_pred_pre": { - "nullable": true, - "type": "string" - }, - "exp_tm": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa50100Request": { - "description": "KiwoomApiDostkMrkcondKa50100Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa50100Response": { - "description": "KiwoomApiDostkMrkcondKa50100Response schema", - "properties": { - "flu_rt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "lst_pric": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_close_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_rt": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "upl_pric": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa50101Request": { - "description": "KiwoomApiDostkMrkcondKa50101Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "tic_scope": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa50101Response": { - "description": "KiwoomApiDostkMrkcondKa50101Response schema", - "properties": { - "gold_bid": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "cntr_pric": { - "nullable": true, - "type": "string" - }, - "cntr_str": { - "nullable": true, - "type": "string" - }, - "cntr_trde_qty": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "lpmmcm_nm_1": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pri_buy_bid_unit": { - "nullable": true, - "type": "string" - }, - "pri_sel_bid_unit": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - }, - "trde_pre": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "trde_tern_rt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa90005Request": { - "description": "KiwoomApiDostkMrkcondKa90005Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "date": { - "nullable": true, - "type": "string" - }, - "min_tic_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa90005Response": { - "description": "KiwoomApiDostkMrkcondKa90005Response schema", - "properties": { - "prm_trde_trnsn": { - "items": { - "nullable": true, - "properties": { - "all_buy": { - "nullable": true, - "type": "string" - }, - "all_netprps": { - "nullable": true, - "type": "string" - }, - "all_sel": { - "nullable": true, - "type": "string" - }, - "basis": { - "nullable": true, - "type": "string" - }, - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "dfrt_trde_buy": { - "nullable": true, - "type": "string" - }, - "dfrt_trde_buy_qty": { - "nullable": true, - "type": "string" - }, - "dfrt_trde_netprps": { - "nullable": true, - "type": "string" - }, - "dfrt_trde_netprps_qty": { - "nullable": true, - "type": "string" - }, - "dfrt_trde_sel": { - "nullable": true, - "type": "string" - }, - "dfrt_trde_sell_qty": { - "nullable": true, - "type": "string" - }, - "kospi200": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trde_buy": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trde_buy_qty": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trde_netprps": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trde_netprps_qty": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trde_sel": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trde_sell_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa90006Request": { - "description": "KiwoomApiDostkMrkcondKa90006Request schema", - "properties": { - "date": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa90006Response": { - "description": "KiwoomApiDostkMrkcondKa90006Response schema", - "properties": { - "prm_trde_dfrt_remn_trnsn": { - "items": { - "nullable": true, - "properties": { - "buy_dfrt_trde_amt": { - "nullable": true, - "type": "string" - }, - "buy_dfrt_trde_irds_amt": { - "nullable": true, - "type": "string" - }, - "buy_dfrt_trde_qty": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "sel_dfrt_trde_amt": { - "nullable": true, - "type": "string" - }, - "sel_dfrt_trde_irds_amt": { - "nullable": true, - "type": "string" - }, - "sel_dfrt_trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa90007Request": { - "description": "KiwoomApiDostkMrkcondKa90007Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "date": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa90007Response": { - "description": "KiwoomApiDostkMrkcondKa90007Response schema", - "properties": { - "prm_trde_acc_trnsn": { - "items": { - "nullable": true, - "properties": { - "all_acc": { - "nullable": true, - "type": "string" - }, - "all_tdy": { - "nullable": true, - "type": "string" - }, - "basis": { - "nullable": true, - "type": "string" - }, - "dfrt_trde_acc": { - "nullable": true, - "type": "string" - }, - "dfrt_trde_tdy": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "kospi200": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trde_acc": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trde_tdy": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa90008Request": { - "description": "KiwoomApiDostkMrkcondKa90008Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "date": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa90008Response": { - "description": "KiwoomApiDostkMrkcondKa90008Response schema", - "properties": { - "stk_tm_prm_trde_trnsn": { - "items": { - "nullable": true, - "properties": { - "base_pric_tm": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dbrt_trde_rpy_sum": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "prm_buy_amt": { - "nullable": true, - "type": "string" - }, - "prm_buy_qty": { - "nullable": true, - "type": "string" - }, - "prm_netprps_amt": { - "nullable": true, - "type": "string" - }, - "prm_netprps_amt_irds": { - "nullable": true, - "type": "string" - }, - "prm_netprps_qty": { - "nullable": true, - "type": "string" - }, - "prm_netprps_qty_irds": { - "nullable": true, - "type": "string" - }, - "prm_sell_amt": { - "nullable": true, - "type": "string" - }, - "prm_sell_qty": { - "nullable": true, - "type": "string" - }, - "remn_rcvord_sum": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa90010Request": { - "description": "KiwoomApiDostkMrkcondKa90010Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "date": { - "nullable": true, - "type": "string" - }, - "min_tic_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa90010Response": { - "description": "KiwoomApiDostkMrkcondKa90010Response schema", - "properties": { - "prm_trde_trnsn": { - "items": { - "nullable": true, - "properties": { - "all_buy": { - "nullable": true, - "type": "string" - }, - "all_netprps": { - "nullable": true, - "type": "string" - }, - "all_sel": { - "nullable": true, - "type": "string" - }, - "basis": { - "nullable": true, - "type": "string" - }, - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "dfrt_trde_buy": { - "nullable": true, - "type": "string" - }, - "dfrt_trde_buy_qty": { - "nullable": true, - "type": "string" - }, - "dfrt_trde_netprps": { - "nullable": true, - "type": "string" - }, - "dfrt_trde_netprps_qty": { - "nullable": true, - "type": "string" - }, - "dfrt_trde_sel": { - "nullable": true, - "type": "string" - }, - "dfrt_trde_sell_qty": { - "nullable": true, - "type": "string" - }, - "kospi200": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trde_buy": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trde_buy_qty": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trde_netprps": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trde_netprps_qty": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trde_sel": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trde_sell_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa90013Request": { - "description": "KiwoomApiDostkMrkcondKa90013Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "date": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkMrkcondKa90013Response": { - "description": "KiwoomApiDostkMrkcondKa90013Response schema", - "properties": { - "stk_daly_prm_trde_trnsn": { - "items": { - "nullable": true, - "properties": { - "base_pric_tm": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dbrt_trde_rpy_sum": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "prm_buy_amt": { - "nullable": true, - "type": "string" - }, - "prm_buy_qty": { - "nullable": true, - "type": "string" - }, - "prm_netprps_amt": { - "nullable": true, - "type": "string" - }, - "prm_netprps_amt_irds": { - "nullable": true, - "type": "string" - }, - "prm_netprps_qty": { - "nullable": true, - "type": "string" - }, - "prm_netprps_qty_irds": { - "nullable": true, - "type": "string" - }, - "prm_sell_amt": { - "nullable": true, - "type": "string" - }, - "prm_sell_qty": { - "nullable": true, - "type": "string" - }, - "remn_rcvord_sum": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt10000Request": { - "description": "KiwoomApiDostkOrdrKt10000Request schema", - "properties": { - "cond_uv": { - "nullable": true, - "type": "string" - }, - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "ord_qty": { - "nullable": true, - "type": "string" - }, - "ord_uv": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt10000Response": { - "description": "KiwoomApiDostkOrdrKt10000Response schema", - "properties": { - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt10001Request": { - "description": "KiwoomApiDostkOrdrKt10001Request schema", - "properties": { - "cond_uv": { - "nullable": true, - "type": "string" - }, - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "ord_qty": { - "nullable": true, - "type": "string" - }, - "ord_uv": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt10001Response": { - "description": "KiwoomApiDostkOrdrKt10001Response schema", - "properties": { - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt10002Request": { - "description": "KiwoomApiDostkOrdrKt10002Request schema", - "properties": { - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "mdfy_cond_uv": { - "nullable": true, - "type": "string" - }, - "mdfy_qty": { - "nullable": true, - "type": "string" - }, - "mdfy_uv": { - "nullable": true, - "type": "string" - }, - "orig_ord_no": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt10002Response": { - "description": "KiwoomApiDostkOrdrKt10002Response schema", - "properties": { - "base_orig_ord_no": { - "nullable": true, - "type": "string" - }, - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "mdfy_qty": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt10003Request": { - "description": "KiwoomApiDostkOrdrKt10003Request schema", - "properties": { - "cncl_qty": { - "nullable": true, - "type": "string" - }, - "dmst_stex_tp": { - "nullable": true, - "type": "string" - }, - "orig_ord_no": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt10003Response": { - "description": "KiwoomApiDostkOrdrKt10003Response schema", - "properties": { - "base_orig_ord_no": { - "nullable": true, - "type": "string" - }, - "cncl_qty": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt50000Request": { - "description": "KiwoomApiDostkOrdrKt50000Request schema", - "properties": { - "ord_qty": { - "nullable": true, - "type": "string" - }, - "ord_uv": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt50000Response": { - "description": "KiwoomApiDostkOrdrKt50000Response schema", - "properties": { - "ord_no": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt50001Request": { - "description": "KiwoomApiDostkOrdrKt50001Request schema", - "properties": { - "ord_qty": { - "nullable": true, - "type": "string" - }, - "ord_uv": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt50001Response": { - "description": "KiwoomApiDostkOrdrKt50001Response schema", - "properties": { - "ord_no": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt50002Request": { - "description": "KiwoomApiDostkOrdrKt50002Request schema", - "properties": { - "mdfy_qty": { - "nullable": true, - "type": "string" - }, - "mdfy_uv": { - "nullable": true, - "type": "string" - }, - "orig_ord_no": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt50002Response": { - "description": "KiwoomApiDostkOrdrKt50002Response schema", - "properties": { - "base_orig_ord_no": { - "nullable": true, - "type": "string" - }, - "mdfy_qty": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt50003Request": { - "description": "KiwoomApiDostkOrdrKt50003Request schema", - "properties": { - "cncl_qty": { - "nullable": true, - "type": "string" - }, - "orig_ord_no": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkOrdrKt50003Response": { - "description": "KiwoomApiDostkOrdrKt50003Response schema", - "properties": { - "base_orig_ord_no": { - "nullable": true, - "type": "string" - }, - "cncl_qty": { - "nullable": true, - "type": "string" - }, - "ord_no": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10020Request": { - "description": "KiwoomApiDostkRkinfoKa10020Request schema", - "properties": { - "crd_cnd": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "sort_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cnd": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10020Response": { - "description": "KiwoomApiDostkRkinfoKa10020Response schema", - "properties": { - "bid_req_upper": { - "items": { - "nullable": true, - "properties": { - "buy_rt": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "netprps_req": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tot_buy_req": { - "nullable": true, - "type": "string" - }, - "tot_sel_req": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10021Request": { - "description": "KiwoomApiDostkRkinfoKa10021Request schema", - "properties": { - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "sort_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cnd": { - "nullable": true, - "type": "string" - }, - "tm_tp": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10021Response": { - "description": "KiwoomApiDostkRkinfoKa10021Response schema", - "properties": { - "bid_req_sdnin": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "int": { - "nullable": true, - "type": "string" - }, - "now": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "sdnin_qty": { - "nullable": true, - "type": "string" - }, - "sdnin_rt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tot_buy_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10022Request": { - "description": "KiwoomApiDostkRkinfoKa10022Request schema", - "properties": { - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "rt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cnd": { - "nullable": true, - "type": "string" - }, - "tm_tp": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10022Response": { - "description": "KiwoomApiDostkRkinfoKa10022Response schema", - "properties": { - "req_rt_sdnin": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "int": { - "nullable": true, - "type": "string" - }, - "now_rt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "sdnin_rt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tot_buy_req": { - "nullable": true, - "type": "string" - }, - "tot_sel_req": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10023Request": { - "description": "KiwoomApiDostkRkinfoKa10023Request schema", - "properties": { - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "pric_tp": { - "nullable": true, - "type": "string" - }, - "sort_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cnd": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - }, - "tm_tp": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10023Response": { - "description": "KiwoomApiDostkRkinfoKa10023Response schema", - "properties": { - "trde_qty_sdnin": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "now_trde_qty": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "prev_trde_qty": { - "nullable": true, - "type": "string" - }, - "sdnin_qty": { - "nullable": true, - "type": "string" - }, - "sdnin_rt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10027Request": { - "description": "KiwoomApiDostkRkinfoKa10027Request schema", - "properties": { - "crd_cnd": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "pric_cnd": { - "nullable": true, - "type": "string" - }, - "sort_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cnd": { - "nullable": true, - "type": "string" - }, - "trde_prica_cnd": { - "nullable": true, - "type": "string" - }, - "trde_qty_cnd": { - "nullable": true, - "type": "string" - }, - "updown_incls": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10027Response": { - "description": "KiwoomApiDostkRkinfoKa10027Response schema", - "properties": { - "pred_pre_flu_rt_upper": { - "items": { - "nullable": true, - "properties": { - "buy_req": { - "nullable": true, - "type": "string" - }, - "cnt": { - "nullable": true, - "type": "string" - }, - "cntr_str": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "now_trde_qty": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "sel_req": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_cls": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10029Request": { - "description": "KiwoomApiDostkRkinfoKa10029Request schema", - "properties": { - "crd_cnd": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "pric_cnd": { - "nullable": true, - "type": "string" - }, - "sort_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cnd": { - "nullable": true, - "type": "string" - }, - "trde_qty_cnd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10029Response": { - "description": "KiwoomApiDostkRkinfoKa10029Response schema", - "properties": { - "exp_cntr_flu_rt_upper": { - "items": { - "nullable": true, - "properties": { - "base_pric": { - "nullable": true, - "type": "string" - }, - "buy_bid": { - "nullable": true, - "type": "string" - }, - "buy_req": { - "nullable": true, - "type": "string" - }, - "exp_cntr_pric": { - "nullable": true, - "type": "string" - }, - "exp_cntr_qty": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "sel_bid": { - "nullable": true, - "type": "string" - }, - "sel_req": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10030Request": { - "description": "KiwoomApiDostkRkinfoKa10030Request schema", - "properties": { - "crd_tp": { - "nullable": true, - "type": "string" - }, - "mang_stk_incls": { - "nullable": true, - "type": "string" - }, - "mrkt_open_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "pric_tp": { - "nullable": true, - "type": "string" - }, - "sort_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "trde_prica_tp": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10030Response": { - "description": "KiwoomApiDostkRkinfoKa10030Response schema", - "properties": { - "tdy_trde_qty_upper": { - "items": { - "nullable": true, - "properties": { - "af_mkrt_pred_rt": { - "nullable": true, - "type": "string" - }, - "af_mkrt_trde_amt": { - "nullable": true, - "type": "string" - }, - "af_mkrt_trde_qty": { - "nullable": true, - "type": "string" - }, - "af_mkrt_trde_rt": { - "nullable": true, - "type": "string" - }, - "bf_mkrt_pred_rt": { - "nullable": true, - "type": "string" - }, - "bf_mkrt_trde_amt": { - "nullable": true, - "type": "string" - }, - "bf_mkrt_trde_qty": { - "nullable": true, - "type": "string" - }, - "bf_mkrt_trde_rt": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "opmr_pred_rt": { - "nullable": true, - "type": "string" - }, - "opmr_trde_amt": { - "nullable": true, - "type": "string" - }, - "opmr_trde_qty": { - "nullable": true, - "type": "string" - }, - "opmr_trde_rt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_rt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_amt": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "trde_tern_rt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10031Request": { - "description": "KiwoomApiDostkRkinfoKa10031Request schema", - "properties": { - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "qry_tp": { - "nullable": true, - "type": "string" - }, - "rank_end": { - "nullable": true, - "type": "string" - }, - "rank_strt": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10031Response": { - "description": "KiwoomApiDostkRkinfoKa10031Response schema", - "properties": { - "pred_trde_qty_upper": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10032Request": { - "description": "KiwoomApiDostkRkinfoKa10032Request schema", - "properties": { - "mang_stk_incls": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10032Response": { - "description": "KiwoomApiDostkRkinfoKa10032Response schema", - "properties": { - "trde_prica_upper": { - "items": { - "nullable": true, - "properties": { - "buy_bid": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "now_rank": { - "nullable": true, - "type": "string" - }, - "now_trde_qty": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_rank": { - "nullable": true, - "type": "string" - }, - "pred_trde_qty": { - "nullable": true, - "type": "string" - }, - "sel_bid": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10033Request": { - "description": "KiwoomApiDostkRkinfoKa10033Request schema", - "properties": { - "crd_cnd": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cnd": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - }, - "updown_incls": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10033Response": { - "description": "KiwoomApiDostkRkinfoKa10033Response schema", - "properties": { - "crd_rt_upper": { - "items": { - "nullable": true, - "properties": { - "buy_req": { - "nullable": true, - "type": "string" - }, - "crd_rt": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "now_trde_qty": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "sel_req": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_infr": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10034Request": { - "description": "KiwoomApiDostkRkinfoKa10034Request schema", - "properties": { - "dt": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10034Response": { - "description": "KiwoomApiDostkRkinfoKa10034Response schema", - "properties": { - "for_dt_trde_upper": { - "items": { - "nullable": true, - "properties": { - "buy_bid": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "gain_pos_stkcnt": { - "nullable": true, - "type": "string" - }, - "netprps_qty": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "rank": { - "nullable": true, - "type": "string" - }, - "sel_bid": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10035Request": { - "description": "KiwoomApiDostkRkinfoKa10035Request schema", - "properties": { - "base_dt_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10035Response": { - "description": "KiwoomApiDostkRkinfoKa10035Response schema", - "properties": { - "for_cont_nettrde_upper": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dm1": { - "nullable": true, - "type": "string" - }, - "dm2": { - "nullable": true, - "type": "string" - }, - "dm3": { - "nullable": true, - "type": "string" - }, - "limit_exh_rt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_1": { - "nullable": true, - "type": "string" - }, - "pred_pre_2": { - "nullable": true, - "type": "string" - }, - "pred_pre_3": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tot": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10036Request": { - "description": "KiwoomApiDostkRkinfoKa10036Request schema", - "properties": { - "dt": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10036Response": { - "description": "KiwoomApiDostkRkinfoKa10036Response schema", - "properties": { - "for_limit_exh_rt_incrs_upper": { - "items": { - "nullable": true, - "properties": { - "base_limit_exh_rt": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "exh_rt_incrs": { - "nullable": true, - "type": "string" - }, - "gain_pos_stkcnt": { - "nullable": true, - "type": "string" - }, - "limit_exh_rt": { - "nullable": true, - "type": "string" - }, - "poss_stkcnt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "rank": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10037Request": { - "description": "KiwoomApiDostkRkinfoKa10037Request schema", - "properties": { - "dt": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "sort_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10037Response": { - "description": "KiwoomApiDostkRkinfoKa10037Response schema", - "properties": { - "frgn_wicket_trde_upper": { - "items": { - "nullable": true, - "properties": { - "buy_trde_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "netprps_prica": { - "nullable": true, - "type": "string" - }, - "netprps_trde_qty": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "rank": { - "nullable": true, - "type": "string" - }, - "sel_trde_qty": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10038Request": { - "description": "KiwoomApiDostkRkinfoKa10038Request schema", - "properties": { - "dt": { - "nullable": true, - "type": "string" - }, - "end_dt": { - "nullable": true, - "type": "string" - }, - "qry_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10038Response": { - "description": "KiwoomApiDostkRkinfoKa10038Response schema", - "properties": { - "prid_trde_qty": { - "nullable": true, - "type": "string" - }, - "rank_1": { - "nullable": true, - "type": "string" - }, - "rank_2": { - "nullable": true, - "type": "string" - }, - "rank_3": { - "nullable": true, - "type": "string" - }, - "stk_sec_rank": { - "items": { - "nullable": true, - "properties": { - "acc_netprps_qty": { - "nullable": true, - "type": "string" - }, - "buy_qty": { - "nullable": true, - "type": "string" - }, - "mmcm_nm": { - "nullable": true, - "type": "string" - }, - "rank": { - "nullable": true, - "type": "string" - }, - "sell_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10039Request": { - "description": "KiwoomApiDostkRkinfoKa10039Request schema", - "properties": { - "dt": { - "nullable": true, - "type": "string" - }, - "mmcm_cd": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10039Response": { - "description": "KiwoomApiDostkRkinfoKa10039Response schema", - "properties": { - "sec_trde_upper": { - "items": { - "nullable": true, - "properties": { - "buy_amt": { - "nullable": true, - "type": "string" - }, - "buy_trde_qty": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "netprps": { - "nullable": true, - "type": "string" - }, - "netprps_amt": { - "nullable": true, - "type": "string" - }, - "prid_stkpc_flu": { - "nullable": true, - "type": "string" - }, - "prid_trde_qty": { - "nullable": true, - "type": "string" - }, - "rank": { - "nullable": true, - "type": "string" - }, - "sel_trde_qty": { - "nullable": true, - "type": "string" - }, - "sell_amt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10040Request": { - "description": "KiwoomApiDostkRkinfoKa10040Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10040Response": { - "description": "KiwoomApiDostkRkinfoKa10040Response schema", - "properties": { - "buy_trde_ori_1": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_2": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_3": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_4": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_5": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_cd_1": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_cd_2": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_cd_3": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_cd_4": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_cd_5": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_irds_1": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_irds_2": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_irds_3": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_irds_4": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_irds_5": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_qty_1": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_qty_2": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_qty_3": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_qty_4": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_qty_5": { - "nullable": true, - "type": "string" - }, - "frgn_buy_prsm_sum": { - "nullable": true, - "type": "string" - }, - "frgn_buy_prsm_sum_chang": { - "nullable": true, - "type": "string" - }, - "frgn_sel_prsm_sum": { - "nullable": true, - "type": "string" - }, - "frgn_sel_prsm_sum_chang": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_1": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_2": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_3": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_4": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_5": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_cd_1": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_cd_2": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_cd_3": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_cd_4": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_cd_5": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_irds_1": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_irds_2": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_irds_3": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_irds_4": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_irds_5": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_qty_1": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_qty_2": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_qty_3": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_qty_4": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_qty_5": { - "nullable": true, - "type": "string" - }, - "tdy_main_trde_ori": { - "items": { - "nullable": true, - "properties": { - "buy_qty": { - "nullable": true, - "type": "string" - }, - "buy_scesn_tm": { - "nullable": true, - "type": "string" - }, - "buy_upper_scesn_ori": { - "nullable": true, - "type": "string" - }, - "qry_dt": { - "nullable": true, - "type": "string" - }, - "qry_tm": { - "nullable": true, - "type": "string" - }, - "sel_scesn_tm": { - "nullable": true, - "type": "string" - }, - "sel_upper_scesn_ori": { - "nullable": true, - "type": "string" - }, - "sell_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10042Request": { - "description": "KiwoomApiDostkRkinfoKa10042Request schema", - "properties": { - "dt": { - "nullable": true, - "type": "string" - }, - "end_dt": { - "nullable": true, - "type": "string" - }, - "pot_tp": { - "nullable": true, - "type": "string" - }, - "qry_dt_tp": { - "nullable": true, - "type": "string" - }, - "sort_base": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10042Response": { - "description": "KiwoomApiDostkRkinfoKa10042Response schema", - "properties": { - "netprps_trde_ori_rank": { - "items": { - "nullable": true, - "properties": { - "mmcm_cd": { - "nullable": true, - "type": "string" - }, - "mmcm_nm": { - "nullable": true, - "type": "string" - }, - "rank": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10053Request": { - "description": "KiwoomApiDostkRkinfoKa10053Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10053Response": { - "description": "KiwoomApiDostkRkinfoKa10053Response schema", - "properties": { - "tdy_upper_scesn_ori": { - "items": { - "nullable": true, - "properties": { - "buy_qty": { - "nullable": true, - "type": "string" - }, - "buy_scesn_tm": { - "nullable": true, - "type": "string" - }, - "buy_upper_scesn_ori": { - "nullable": true, - "type": "string" - }, - "qry_dt": { - "nullable": true, - "type": "string" - }, - "qry_tm": { - "nullable": true, - "type": "string" - }, - "sel_scesn_tm": { - "nullable": true, - "type": "string" - }, - "sel_upper_scesn_ori": { - "nullable": true, - "type": "string" - }, - "sell_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10062Request": { - "description": "KiwoomApiDostkRkinfoKa10062Request schema", - "properties": { - "end_dt": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "sort_cnd": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - }, - "unit_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10062Response": { - "description": "KiwoomApiDostkRkinfoKa10062Response schema", - "properties": { - "eql_nettrde_rank": { - "items": { - "nullable": true, - "properties": { - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "for_nettrde_amt": { - "nullable": true, - "type": "string" - }, - "for_nettrde_avg_pric": { - "nullable": true, - "type": "string" - }, - "for_nettrde_qty": { - "nullable": true, - "type": "string" - }, - "nettrde_amt": { - "nullable": true, - "type": "string" - }, - "nettrde_qty": { - "nullable": true, - "type": "string" - }, - "orgn_nettrde_amt": { - "nullable": true, - "type": "string" - }, - "orgn_nettrde_avg_pric": { - "nullable": true, - "type": "string" - }, - "orgn_nettrde_qty": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "rank": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10065Request": { - "description": "KiwoomApiDostkRkinfoKa10065Request schema", - "properties": { - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "orgn_tp": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10065Response": { - "description": "KiwoomApiDostkRkinfoKa10065Response schema", - "properties": { - "opmr_invsr_trde_upper": { - "items": { - "nullable": true, - "properties": { - "buy_qty": { - "nullable": true, - "type": "string" - }, - "netslmt": { - "nullable": true, - "type": "string" - }, - "sel_qty": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10098Request": { - "description": "KiwoomApiDostkRkinfoKa10098Request schema", - "properties": { - "crd_cnd": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "sort_base": { - "nullable": true, - "type": "string" - }, - "stk_cnd": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty_cnd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa10098Response": { - "description": "KiwoomApiDostkRkinfoKa10098Response schema", - "properties": { - "ovt_sigpric_flu_rt_rank": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "buy_tot_req": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "rank": { - "nullable": true, - "type": "string" - }, - "sel_tot_req": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tdy_close_pric": { - "nullable": true, - "type": "string" - }, - "tdy_close_pric_flu_rt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa90009Request": { - "description": "KiwoomApiDostkRkinfoKa90009Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "date": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "qry_dt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkRkinfoKa90009Response": { - "description": "KiwoomApiDostkRkinfoKa90009Response schema", - "properties": { - "frgnr_orgn_trde_upper": { - "items": { - "nullable": true, - "properties": { - "for_netprps_amt": { - "nullable": true, - "type": "string" - }, - "for_netprps_qty": { - "nullable": true, - "type": "string" - }, - "for_netprps_stk_cd": { - "nullable": true, - "type": "string" - }, - "for_netprps_stk_nm": { - "nullable": true, - "type": "string" - }, - "for_netslmt_amt": { - "nullable": true, - "type": "string" - }, - "for_netslmt_qty": { - "nullable": true, - "type": "string" - }, - "for_netslmt_stk_cd": { - "nullable": true, - "type": "string" - }, - "for_netslmt_stk_nm": { - "nullable": true, - "type": "string" - }, - "orgn_netprps_amt": { - "nullable": true, - "type": "string" - }, - "orgn_netprps_qty": { - "nullable": true, - "type": "string" - }, - "orgn_netprps_stk_cd": { - "nullable": true, - "type": "string" - }, - "orgn_netprps_stk_nm": { - "nullable": true, - "type": "string" - }, - "orgn_netslmt_amt": { - "nullable": true, - "type": "string" - }, - "orgn_netslmt_qty": { - "nullable": true, - "type": "string" - }, - "orgn_netslmt_stk_cd": { - "nullable": true, - "type": "string" - }, - "orgn_netslmt_stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkSectKa10010Request": { - "description": "KiwoomApiDostkSectKa10010Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkSectKa10010Response": { - "description": "KiwoomApiDostkSectKa10010Response schema", - "properties": { - "all_dfrt_trst_buy_amt": { - "nullable": true, - "type": "string" - }, - "all_dfrt_trst_buy_qty": { - "nullable": true, - "type": "string" - }, - "all_dfrt_trst_netprps_amt": { - "nullable": true, - "type": "string" - }, - "all_dfrt_trst_netprps_qty": { - "nullable": true, - "type": "string" - }, - "all_dfrt_trst_sell_amt": { - "nullable": true, - "type": "string" - }, - "all_dfrt_trst_sell_qty": { - "nullable": true, - "type": "string" - }, - "dfrt_trst_buy_amt": { - "nullable": true, - "type": "string" - }, - "dfrt_trst_buy_qty": { - "nullable": true, - "type": "string" - }, - "dfrt_trst_netprps_amt": { - "nullable": true, - "type": "string" - }, - "dfrt_trst_netprps_qty": { - "nullable": true, - "type": "string" - }, - "dfrt_trst_sell_amt": { - "nullable": true, - "type": "string" - }, - "dfrt_trst_sell_qty": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trst_buy_amt": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trst_buy_qty": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trst_netprps_amt": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trst_netprps_qty": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trst_sell_amt": { - "nullable": true, - "type": "string" - }, - "ndiffpro_trst_sell_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkSectKa10051Request": { - "description": "KiwoomApiDostkSectKa10051Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "base_dt": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkSectKa10051Response": { - "description": "KiwoomApiDostkSectKa10051Response schema", - "properties": { - "inds_netprps": { - "items": { - "nullable": true, - "properties": { - "bank_netprps": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "endw_netprps": { - "nullable": true, - "type": "string" - }, - "etc_corp_netprps": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "frgnr_netprps": { - "nullable": true, - "type": "string" - }, - "ind_netprps": { - "nullable": true, - "type": "string" - }, - "inds_cd": { - "nullable": true, - "type": "string" - }, - "inds_nm": { - "nullable": true, - "type": "string" - }, - "insrnc_netprps": { - "nullable": true, - "type": "string" - }, - "invtrt_netprps": { - "nullable": true, - "type": "string" - }, - "jnsinkm_netprps": { - "nullable": true, - "type": "string" - }, - "native_trmt_frgnr_netprps": { - "nullable": true, - "type": "string" - }, - "natn_netprps": { - "nullable": true, - "type": "string" - }, - "orgn_netprps": { - "nullable": true, - "type": "string" - }, - "pre_smbol": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "samo_fund_netprps": { - "nullable": true, - "type": "string" - }, - "sc_netprps": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkSectKa20001Request": { - "description": "KiwoomApiDostkSectKa20001Request schema", - "properties": { - "inds_cd": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkSectKa20001Response": { - "description": "KiwoomApiDostkSectKa20001Response schema", - "properties": { - "52wk_hgst_pric": { - "nullable": true, - "type": "string" - }, - "52wk_hgst_pric_dt": { - "nullable": true, - "type": "string" - }, - "52wk_hgst_pric_pre_rt": { - "nullable": true, - "type": "string" - }, - "52wk_lwst_pric": { - "nullable": true, - "type": "string" - }, - "52wk_lwst_pric_dt": { - "nullable": true, - "type": "string" - }, - "52wk_lwst_pric_pre_rt": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "fall": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "inds_cur_prc_tm": { - "items": { - "nullable": true, - "properties": { - "acc_trde_qty_n": { - "nullable": true, - "type": "string" - }, - "cur_prc_n": { - "nullable": true, - "type": "string" - }, - "flu_rt_n": { - "nullable": true, - "type": "string" - }, - "pred_pre_n": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig_n": { - "nullable": true, - "type": "string" - }, - "tm_n": { - "nullable": true, - "type": "string" - }, - "trde_qty_n": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "lst": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "rising": { - "nullable": true, - "type": "string" - }, - "stdns": { - "nullable": true, - "type": "string" - }, - "trde_frmatn_rt": { - "nullable": true, - "type": "string" - }, - "trde_frmatn_stk_num": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "upl": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkSectKa20002Request": { - "description": "KiwoomApiDostkSectKa20002Request schema", - "properties": { - "inds_cd": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkSectKa20002Response": { - "description": "KiwoomApiDostkSectKa20002Response schema", - "properties": { - "inds_stkpc": { - "items": { - "nullable": true, - "properties": { - "buy_bid": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "now_trde_qty": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "sel_bid": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkSectKa20003Request": { - "description": "KiwoomApiDostkSectKa20003Request schema", - "properties": { - "inds_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkSectKa20003Response": { - "description": "KiwoomApiDostkSectKa20003Response schema", - "properties": { - "all_inds_idex": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "fall": { - "nullable": true, - "type": "string" - }, - "flo_stk_num": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "lst": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "rising": { - "nullable": true, - "type": "string" - }, - "stdns": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "upl": { - "nullable": true, - "type": "string" - }, - "wght": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkSectKa20009Request": { - "description": "KiwoomApiDostkSectKa20009Request schema", - "properties": { - "inds_cd": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkSectKa20009Response": { - "description": "KiwoomApiDostkSectKa20009Response schema", - "properties": { - "52wk_hgst_pric": { - "nullable": true, - "type": "string" - }, - "52wk_hgst_pric_dt": { - "nullable": true, - "type": "string" - }, - "52wk_hgst_pric_pre_rt": { - "nullable": true, - "type": "string" - }, - "52wk_lwst_pric": { - "nullable": true, - "type": "string" - }, - "52wk_lwst_pric_dt": { - "nullable": true, - "type": "string" - }, - "52wk_lwst_pric_pre_rt": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "fall": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "inds_cur_prc_daly_rept": { - "items": { - "nullable": true, - "properties": { - "acc_trde_qty_n": { - "nullable": true, - "type": "string" - }, - "cur_prc_n": { - "nullable": true, - "type": "string" - }, - "dt_n": { - "nullable": true, - "type": "string" - }, - "flu_rt_n": { - "nullable": true, - "type": "string" - }, - "pred_pre_n": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig_n": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "lst": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "rising": { - "nullable": true, - "type": "string" - }, - "stdns": { - "nullable": true, - "type": "string" - }, - "trde_frmatn_rt": { - "nullable": true, - "type": "string" - }, - "trde_frmatn_stk_num": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "upl": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkShsaKa10014Request": { - "description": "KiwoomApiDostkShsaKa10014Request schema", - "properties": { - "end_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - }, - "tm_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkShsaKa10014Response": { - "description": "KiwoomApiDostkShsaKa10014Response schema", - "properties": { - "shrts_trnsn": { - "items": { - "nullable": true, - "properties": { - "close_pric": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "ovr_shrts_qty": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "shrts_avg_pric": { - "nullable": true, - "type": "string" - }, - "shrts_qty": { - "nullable": true, - "type": "string" - }, - "shrts_trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "trde_wght": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkSlbKa10068Request": { - "description": "KiwoomApiDostkSlbKa10068Request schema", - "properties": { - "all_tp": { - "nullable": true, - "type": "string" - }, - "end_dt": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkSlbKa10068Response": { - "description": "KiwoomApiDostkSlbKa10068Response schema", - "properties": { - "dbrt_trde_trnsn": { - "items": { - "nullable": true, - "properties": { - "dbrt_trde_cntrcnt": { - "nullable": true, - "type": "string" - }, - "dbrt_trde_irds": { - "nullable": true, - "type": "string" - }, - "dbrt_trde_rpy": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "remn_amt": { - "nullable": true, - "type": "string" - }, - "rmnd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkSlbKa10069Request": { - "description": "KiwoomApiDostkSlbKa10069Request schema", - "properties": { - "end_dt": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkSlbKa10069Response": { - "description": "KiwoomApiDostkSlbKa10069Response schema", - "properties": { - "dbrt_trde_cntrcnt_rt": { - "nullable": true, - "type": "string" - }, - "dbrt_trde_cntrcnt_sum": { - "nullable": true, - "type": "string" - }, - "dbrt_trde_rpy_rt": { - "nullable": true, - "type": "string" - }, - "dbrt_trde_rpy_sum": { - "nullable": true, - "type": "string" - }, - "dbrt_trde_upper_10stk": { - "items": { - "nullable": true, - "properties": { - "dbrt_trde_cntrcnt": { - "nullable": true, - "type": "string" - }, - "dbrt_trde_rpy": { - "nullable": true, - "type": "string" - }, - "remn_amt": { - "nullable": true, - "type": "string" - }, - "rmnd": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "remn_amt_rt": { - "nullable": true, - "type": "string" - }, - "remn_amt_sum": { - "nullable": true, - "type": "string" - }, - "rmnd_rt": { - "nullable": true, - "type": "string" - }, - "rmnd_sum": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkSlbKa20068Request": { - "description": "KiwoomApiDostkSlbKa20068Request schema", - "properties": { - "all_tp": { - "nullable": true, - "type": "string" - }, - "end_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkSlbKa20068Response": { - "description": "KiwoomApiDostkSlbKa20068Response schema", - "properties": { - "dbrt_trde_trnsn": { - "items": { - "nullable": true, - "properties": { - "dbrt_trde_cntrcnt": { - "nullable": true, - "type": "string" - }, - "dbrt_trde_irds": { - "nullable": true, - "type": "string" - }, - "dbrt_trde_rpy": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "remn_amt": { - "nullable": true, - "type": "string" - }, - "rmnd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkSlbKa90012Request": { - "description": "KiwoomApiDostkSlbKa90012Request schema", - "properties": { - "dt": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkSlbKa90012Response": { - "description": "KiwoomApiDostkSlbKa90012Response schema", - "properties": { - "dbrt_trde_prps": { - "items": { - "nullable": true, - "properties": { - "dbrt_trde_cntrcnt": { - "nullable": true, - "type": "string" - }, - "dbrt_trde_rpy": { - "nullable": true, - "type": "string" - }, - "remn_amt": { - "nullable": true, - "type": "string" - }, - "rmnd": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa00198Request": { - "description": "KiwoomApiDostkStkinfoKa00198Request schema", - "properties": { - "qry_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa00198Response": { - "description": "KiwoomApiDostkStkinfoKa00198Response schema", - "properties": { - "item_inq_rank": { - "items": { - "nullable": true, - "properties": { - "base_comp_chgr": { - "nullable": true, - "type": "string" - }, - "base_comp_sign": { - "nullable": true, - "type": "string" - }, - "bigd_rank": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "past_curr_prc": { - "nullable": true, - "type": "string" - }, - "prev_base_chgr": { - "nullable": true, - "type": "string" - }, - "prev_base_sign": { - "nullable": true, - "type": "string" - }, - "rank_chg": { - "nullable": true, - "type": "string" - }, - "rank_chg_sign": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10001Request": { - "description": "KiwoomApiDostkStkinfoKa10001Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10001Response": { - "description": "KiwoomApiDostkStkinfoKa10001Response schema", - "properties": { - "250hgst": { - "nullable": true, - "type": "string" - }, - "250hgst_pric_dt": { - "nullable": true, - "type": "string" - }, - "250hgst_pric_pre_rt": { - "nullable": true, - "type": "string" - }, - "250lwst": { - "nullable": true, - "type": "string" - }, - "250lwst_pric_dt": { - "nullable": true, - "type": "string" - }, - "250lwst_pric_pre_rt": { - "nullable": true, - "type": "string" - }, - "base_pric": { - "nullable": true, - "type": "string" - }, - "bps": { - "nullable": true, - "type": "string" - }, - "bus_pro": { - "nullable": true, - "type": "string" - }, - "cap": { - "nullable": true, - "type": "string" - }, - "crd_rt": { - "nullable": true, - "type": "string" - }, - "cup_nga": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dstr_rt": { - "nullable": true, - "type": "string" - }, - "dstr_stk": { - "nullable": true, - "type": "string" - }, - "eps": { - "nullable": true, - "type": "string" - }, - "ev": { - "nullable": true, - "type": "string" - }, - "exp_cntr_pric": { - "nullable": true, - "type": "string" - }, - "exp_cntr_qty": { - "nullable": true, - "type": "string" - }, - "fav": { - "nullable": true, - "type": "string" - }, - "fav_unit": { - "nullable": true, - "type": "string" - }, - "flo_stk": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "for_exh_rt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "lst_pric": { - "nullable": true, - "type": "string" - }, - "mac": { - "nullable": true, - "type": "string" - }, - "mac_wght": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "oyr_hgst": { - "nullable": true, - "type": "string" - }, - "oyr_lwst": { - "nullable": true, - "type": "string" - }, - "pbr": { - "nullable": true, - "type": "string" - }, - "per": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "repl_pric": { - "nullable": true, - "type": "string" - }, - "roe": { - "nullable": true, - "type": "string" - }, - "sale_amt": { - "nullable": true, - "type": "string" - }, - "setl_mm": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_pre": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "upl_pric": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10002Request": { - "description": "KiwoomApiDostkStkinfoKa10002Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10002Response": { - "description": "KiwoomApiDostkStkinfoKa10002Response schema", - "properties": { - "base_pric": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_1": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_2": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_3": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_4": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_5": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_nm_1": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_nm_2": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_nm_3": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_nm_4": { - "nullable": true, - "type": "string" - }, - "buy_trde_ori_nm_5": { - "nullable": true, - "type": "string" - }, - "buy_trde_qty_1": { - "nullable": true, - "type": "string" - }, - "buy_trde_qty_2": { - "nullable": true, - "type": "string" - }, - "buy_trde_qty_3": { - "nullable": true, - "type": "string" - }, - "buy_trde_qty_4": { - "nullable": true, - "type": "string" - }, - "buy_trde_qty_5": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "flu_smbol": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_1": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_2": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_3": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_4": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_5": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_nm_1": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_nm_2": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_nm_3": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_nm_4": { - "nullable": true, - "type": "string" - }, - "sel_trde_ori_nm_5": { - "nullable": true, - "type": "string" - }, - "sel_trde_qty_1": { - "nullable": true, - "type": "string" - }, - "sel_trde_qty_2": { - "nullable": true, - "type": "string" - }, - "sel_trde_qty_3": { - "nullable": true, - "type": "string" - }, - "sel_trde_qty_4": { - "nullable": true, - "type": "string" - }, - "sel_trde_qty_5": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10003Request": { - "description": "KiwoomApiDostkStkinfoKa10003Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10003Response": { - "description": "KiwoomApiDostkStkinfoKa10003Response schema", - "properties": { - "cntr_infr": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cntr_str": { - "nullable": true, - "type": "string" - }, - "cntr_trde_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "pre_rt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pri_buy_bid_unit": { - "nullable": true, - "type": "string" - }, - "pri_sel_bid_unit": { - "nullable": true, - "type": "string" - }, - "sign": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10013Request": { - "description": "KiwoomApiDostkStkinfoKa10013Request schema", - "properties": { - "dt": { - "nullable": true, - "type": "string" - }, - "qry_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10013Response": { - "description": "KiwoomApiDostkStkinfoKa10013Response schema", - "properties": { - "crd_trde_trend": { - "items": { - "nullable": true, - "properties": { - "amt": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "new": { - "nullable": true, - "type": "string" - }, - "pre": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "remn": { - "nullable": true, - "type": "string" - }, - "remn_rt": { - "nullable": true, - "type": "string" - }, - "rpya": { - "nullable": true, - "type": "string" - }, - "shr_rt": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10015Request": { - "description": "KiwoomApiDostkStkinfoKa10015Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10015Response": { - "description": "KiwoomApiDostkStkinfoKa10015Response schema", - "properties": { - "daly_trde_dtl": { - "items": { - "nullable": true, - "properties": { - "af_mkrt_trde_prica": { - "nullable": true, - "type": "string" - }, - "af_mkrt_trde_prica_wght": { - "nullable": true, - "type": "string" - }, - "af_mkrt_trde_qty": { - "nullable": true, - "type": "string" - }, - "af_mkrt_trde_wght": { - "nullable": true, - "type": "string" - }, - "bf_mkrt_trde_prica": { - "nullable": true, - "type": "string" - }, - "bf_mkrt_trde_prica_wght": { - "nullable": true, - "type": "string" - }, - "bf_mkrt_trde_qty": { - "nullable": true, - "type": "string" - }, - "bf_mkrt_trde_wght": { - "nullable": true, - "type": "string" - }, - "close_pric": { - "nullable": true, - "type": "string" - }, - "cntr_str": { - "nullable": true, - "type": "string" - }, - "crd_remn_rt": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "for_netprps": { - "nullable": true, - "type": "string" - }, - "for_poss": { - "nullable": true, - "type": "string" - }, - "for_wght": { - "nullable": true, - "type": "string" - }, - "frgn": { - "nullable": true, - "type": "string" - }, - "ind_netprps": { - "nullable": true, - "type": "string" - }, - "opmr_trde_prica": { - "nullable": true, - "type": "string" - }, - "opmr_trde_prica_wght": { - "nullable": true, - "type": "string" - }, - "opmr_trde_qty": { - "nullable": true, - "type": "string" - }, - "opmr_trde_wght": { - "nullable": true, - "type": "string" - }, - "orgn_netprps": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "prid_trde_qty": { - "nullable": true, - "type": "string" - }, - "prm": { - "nullable": true, - "type": "string" - }, - "tot_3": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10016Request": { - "description": "KiwoomApiDostkStkinfoKa10016Request schema", - "properties": { - "crd_cnd": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "high_low_close_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "ntl_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cnd": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - }, - "updown_incls": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10016Response": { - "description": "KiwoomApiDostkStkinfoKa10016Response schema", - "properties": { - "ntl_pric": { - "items": { - "nullable": true, - "properties": { - "buy_bid": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_trde_qty_pre_rt": { - "nullable": true, - "type": "string" - }, - "sel_bid": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10017Request": { - "description": "KiwoomApiDostkStkinfoKa10017Request schema", - "properties": { - "crd_cnd": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "sort_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cnd": { - "nullable": true, - "type": "string" - }, - "trde_gold_tp": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - }, - "updown_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10017Response": { - "description": "KiwoomApiDostkStkinfoKa10017Response schema", - "properties": { - "updown_pric": { - "items": { - "nullable": true, - "properties": { - "buy_bid": { - "nullable": true, - "type": "string" - }, - "buy_req": { - "nullable": true, - "type": "string" - }, - "cnt": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_trde_qty": { - "nullable": true, - "type": "string" - }, - "sel_bid": { - "nullable": true, - "type": "string" - }, - "sel_req": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_infr": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10018Request": { - "description": "KiwoomApiDostkStkinfoKa10018Request schema", - "properties": { - "alacc_rt": { - "nullable": true, - "type": "string" - }, - "crd_cnd": { - "nullable": true, - "type": "string" - }, - "high_low_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cnd": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10018Response": { - "description": "KiwoomApiDostkStkinfoKa10018Response schema", - "properties": { - "high_low_pric_alacc": { - "items": { - "nullable": true, - "properties": { - "buy_bid": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "sel_bid": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tdy_high_pric": { - "nullable": true, - "type": "string" - }, - "tdy_low_pric": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10019Request": { - "description": "KiwoomApiDostkStkinfoKa10019Request schema", - "properties": { - "crd_cnd": { - "nullable": true, - "type": "string" - }, - "flu_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "pric_cnd": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cnd": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - }, - "tm_tp": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - }, - "updown_incls": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10019Response": { - "description": "KiwoomApiDostkStkinfoKa10019Response schema", - "properties": { - "pric_jmpflu": { - "items": { - "nullable": true, - "properties": { - "base_pre": { - "nullable": true, - "type": "string" - }, - "base_pric": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "jmp_rt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_cls": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10024Request": { - "description": "KiwoomApiDostkStkinfoKa10024Request schema", - "properties": { - "cycle_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10024Response": { - "description": "KiwoomApiDostkStkinfoKa10024Response schema", - "properties": { - "trde_qty_updt": { - "items": { - "nullable": true, - "properties": { - "buy_bid": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "now_trde_qty": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "prev_trde_qty": { - "nullable": true, - "type": "string" - }, - "sel_bid": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10025Request": { - "description": "KiwoomApiDostkStkinfoKa10025Request schema", - "properties": { - "cur_prc_entry": { - "nullable": true, - "type": "string" - }, - "cycle_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "prps_cnctr_rt": { - "nullable": true, - "type": "string" - }, - "prpscnt": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10025Response": { - "description": "KiwoomApiDostkStkinfoKa10025Response schema", - "properties": { - "prps_cnctr": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "now_trde_qty": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "pric_end": { - "nullable": true, - "type": "string" - }, - "pric_strt": { - "nullable": true, - "type": "string" - }, - "prps_qty": { - "nullable": true, - "type": "string" - }, - "prps_rt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10026Request": { - "description": "KiwoomApiDostkStkinfoKa10026Request schema", - "properties": { - "pertp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10026Response": { - "description": "KiwoomApiDostkStkinfoKa10026Response schema", - "properties": { - "high_low_per": { - "items": { - "nullable": true, - "properties": { - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "now_trde_qty": { - "nullable": true, - "type": "string" - }, - "per": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "sel_bid": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10028Request": { - "description": "KiwoomApiDostkStkinfoKa10028Request schema", - "properties": { - "crd_cnd": { - "nullable": true, - "type": "string" - }, - "flu_cnd": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "sort_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cnd": { - "nullable": true, - "type": "string" - }, - "trde_prica_cnd": { - "nullable": true, - "type": "string" - }, - "trde_qty_cnd": { - "nullable": true, - "type": "string" - }, - "updown_incls": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10028Response": { - "description": "KiwoomApiDostkStkinfoKa10028Response schema", - "properties": { - "open_pric_pre_flu_rt": { - "items": { - "nullable": true, - "properties": { - "cntr_str": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "now_trde_qty": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "open_pric_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10043Request": { - "description": "KiwoomApiDostkStkinfoKa10043Request schema", - "properties": { - "dt": { - "nullable": true, - "type": "string" - }, - "end_dt": { - "nullable": true, - "type": "string" - }, - "mmcm_cd": { - "nullable": true, - "type": "string" - }, - "pot_tp": { - "nullable": true, - "type": "string" - }, - "qry_dt_tp": { - "nullable": true, - "type": "string" - }, - "sort_base": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10043Response": { - "description": "KiwoomApiDostkStkinfoKa10043Response schema", - "properties": { - "trde_ori_prps_anly": { - "items": { - "nullable": true, - "properties": { - "buy_qty": { - "nullable": true, - "type": "string" - }, - "close_pric": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "netprps_qty": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "sel_qty": { - "nullable": true, - "type": "string" - }, - "trde_qty_sum": { - "nullable": true, - "type": "string" - }, - "trde_wght": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10052Request": { - "description": "KiwoomApiDostkStkinfoKa10052Request schema", - "properties": { - "mmcm_cd": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "pric_tp": { - "nullable": true, - "type": "string" - }, - "qty_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10052Response": { - "description": "KiwoomApiDostkStkinfoKa10052Response schema", - "properties": { - "trde_ori_mont_trde_qty": { - "items": { - "nullable": true, - "properties": { - "acc_netprps": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "mont_trde_qty": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - }, - "tp": { - "nullable": true, - "type": "string" - }, - "trde_ori_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10054Request": { - "description": "KiwoomApiDostkStkinfoKa10054Request schema", - "properties": { - "bf_mkrt_tp": { - "nullable": true, - "type": "string" - }, - "max_trde_prica": { - "nullable": true, - "type": "string" - }, - "max_trde_qty": { - "nullable": true, - "type": "string" - }, - "min_trde_prica": { - "nullable": true, - "type": "string" - }, - "min_trde_qty": { - "nullable": true, - "type": "string" - }, - "motn_drc": { - "nullable": true, - "type": "string" - }, - "motn_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "skip_stk": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "trde_prica_tp": { - "nullable": true, - "type": "string" - }, - "trde_qty_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10054Response": { - "description": "KiwoomApiDostkStkinfoKa10054Response schema", - "properties": { - "motn_stk": { - "items": { - "nullable": true, - "properties": { - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "dynm_dispty_rt": { - "nullable": true, - "type": "string" - }, - "dynm_stdpc": { - "nullable": true, - "type": "string" - }, - "motn_pric": { - "nullable": true, - "type": "string" - }, - "open_pric_pre_flu_rt": { - "nullable": true, - "type": "string" - }, - "static_dispty_rt": { - "nullable": true, - "type": "string" - }, - "static_stdpc": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "trde_cntr_proc_time": { - "nullable": true, - "type": "string" - }, - "viaplc_tp": { - "nullable": true, - "type": "string" - }, - "vimotn_cnt": { - "nullable": true, - "type": "string" - }, - "virelis_time": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10055Request": { - "description": "KiwoomApiDostkStkinfoKa10055Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "tdy_pred": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10055Response": { - "description": "KiwoomApiDostkStkinfoKa10055Response schema", - "properties": { - "tdy_pred_cntr_qty": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cntr_pric": { - "nullable": true, - "type": "string" - }, - "cntr_qty": { - "nullable": true, - "type": "string" - }, - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10058Request": { - "description": "KiwoomApiDostkStkinfoKa10058Request schema", - "properties": { - "end_dt": { - "nullable": true, - "type": "string" - }, - "invsr_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10058Response": { - "description": "KiwoomApiDostkStkinfoKa10058Response schema", - "properties": { - "invsr_daly_trde_stk": { - "items": { - "nullable": true, - "properties": { - "avg_pric_pre": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt_trde_qty": { - "nullable": true, - "type": "string" - }, - "netslmt_amt": { - "nullable": true, - "type": "string" - }, - "netslmt_qty": { - "nullable": true, - "type": "string" - }, - "pre_rt": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "prsm_avg_pric": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10059Request": { - "description": "KiwoomApiDostkStkinfoKa10059Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - }, - "unit_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10059Response": { - "description": "KiwoomApiDostkStkinfoKa10059Response schema", - "properties": { - "stk_invsr_orgn": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "bank": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "etc_corp": { - "nullable": true, - "type": "string" - }, - "etc_fnnc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "fnnc_invt": { - "nullable": true, - "type": "string" - }, - "frgnr_invsr": { - "nullable": true, - "type": "string" - }, - "ind_invsr": { - "nullable": true, - "type": "string" - }, - "insrnc": { - "nullable": true, - "type": "string" - }, - "invtrt": { - "nullable": true, - "type": "string" - }, - "natfor": { - "nullable": true, - "type": "string" - }, - "natn": { - "nullable": true, - "type": "string" - }, - "orgn": { - "nullable": true, - "type": "string" - }, - "penfnd_etc": { - "nullable": true, - "type": "string" - }, - "pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "samo_fund": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10061Request": { - "description": "KiwoomApiDostkStkinfoKa10061Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "end_dt": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "strt_dt": { - "nullable": true, - "type": "string" - }, - "trde_tp": { - "nullable": true, - "type": "string" - }, - "unit_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10061Response": { - "description": "KiwoomApiDostkStkinfoKa10061Response schema", - "properties": { - "stk_invsr_orgn_tot": { - "items": { - "nullable": true, - "properties": { - "bank": { - "nullable": true, - "type": "string" - }, - "etc_corp": { - "nullable": true, - "type": "string" - }, - "etc_fnnc": { - "nullable": true, - "type": "string" - }, - "fnnc_invt": { - "nullable": true, - "type": "string" - }, - "frgnr_invsr": { - "nullable": true, - "type": "string" - }, - "ind_invsr": { - "nullable": true, - "type": "string" - }, - "insrnc": { - "nullable": true, - "type": "string" - }, - "invtrt": { - "nullable": true, - "type": "string" - }, - "natfor": { - "nullable": true, - "type": "string" - }, - "natn": { - "nullable": true, - "type": "string" - }, - "orgn": { - "nullable": true, - "type": "string" - }, - "penfnd_etc": { - "nullable": true, - "type": "string" - }, - "samo_fund": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10084Request": { - "description": "KiwoomApiDostkStkinfoKa10084Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - }, - "tdy_pred": { - "nullable": true, - "type": "string" - }, - "tic_min": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10084Response": { - "description": "KiwoomApiDostkStkinfoKa10084Response schema", - "properties": { - "tdy_pred_cntr": { - "items": { - "nullable": true, - "properties": { - "acc_trde_prica": { - "nullable": true, - "type": "string" - }, - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cntr_str": { - "nullable": true, - "type": "string" - }, - "cntr_trde_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "pre_rt": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pri_buy_bid_unit": { - "nullable": true, - "type": "string" - }, - "pri_sel_bid_unit": { - "nullable": true, - "type": "string" - }, - "sign": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "tm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10095Request": { - "description": "KiwoomApiDostkStkinfoKa10095Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10095Response": { - "description": "KiwoomApiDostkStkinfoKa10095Response schema", - "properties": { - "atn_stk_infr": { - "items": { - "nullable": true, - "properties": { - "base_pric": { - "nullable": true, - "type": "string" - }, - "bid_tm": { - "nullable": true, - "type": "string" - }, - "buy_1th_bid": { - "nullable": true, - "type": "string" - }, - "buy_2th_bid": { - "nullable": true, - "type": "string" - }, - "buy_3th_bid": { - "nullable": true, - "type": "string" - }, - "buy_4th_bid": { - "nullable": true, - "type": "string" - }, - "buy_5th_bid": { - "nullable": true, - "type": "string" - }, - "buy_bid": { - "nullable": true, - "type": "string" - }, - "cap": { - "nullable": true, - "type": "string" - }, - "cap_support": { - "nullable": true, - "type": "string" - }, - "close_pric": { - "nullable": true, - "type": "string" - }, - "cntr_engg": { - "nullable": true, - "type": "string" - }, - "cntr_pred_pre": { - "nullable": true, - "type": "string" - }, - "cntr_qty": { - "nullable": true, - "type": "string" - }, - "cntr_str": { - "nullable": true, - "type": "string" - }, - "cntr_tm": { - "nullable": true, - "type": "string" - }, - "cnvt_rt": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "delta": { - "nullable": true, - "type": "string" - }, - "dt": { - "nullable": true, - "type": "string" - }, - "elwexec_pric": { - "nullable": true, - "type": "string" - }, - "elwexpr_dt": { - "nullable": true, - "type": "string" - }, - "exp_cntr_pric": { - "nullable": true, - "type": "string" - }, - "exp_cntr_qty": { - "nullable": true, - "type": "string" - }, - "fav": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "gam": { - "nullable": true, - "type": "string" - }, - "gear": { - "nullable": true, - "type": "string" - }, - "high_pric": { - "nullable": true, - "type": "string" - }, - "innr_vltl": { - "nullable": true, - "type": "string" - }, - "law": { - "nullable": true, - "type": "string" - }, - "low_pric": { - "nullable": true, - "type": "string" - }, - "lst_pric": { - "nullable": true, - "type": "string" - }, - "mac": { - "nullable": true, - "type": "string" - }, - "open_pric": { - "nullable": true, - "type": "string" - }, - "pl_qutr": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "pred_pre_sig": { - "nullable": true, - "type": "string" - }, - "pred_trde_qty_pre": { - "nullable": true, - "type": "string" - }, - "pri_buy_cnt": { - "nullable": true, - "type": "string" - }, - "pri_buy_req": { - "nullable": true, - "type": "string" - }, - "pri_sel_cnt": { - "nullable": true, - "type": "string" - }, - "pri_sel_req": { - "nullable": true, - "type": "string" - }, - "prty": { - "nullable": true, - "type": "string" - }, - "sel_1th_bid": { - "nullable": true, - "type": "string" - }, - "sel_2th_bid": { - "nullable": true, - "type": "string" - }, - "sel_3th_bid": { - "nullable": true, - "type": "string" - }, - "sel_4th_bid": { - "nullable": true, - "type": "string" - }, - "sel_5th_bid": { - "nullable": true, - "type": "string" - }, - "sel_bid": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - }, - "stkcnt": { - "nullable": true, - "type": "string" - }, - "theory_pric": { - "nullable": true, - "type": "string" - }, - "theta": { - "nullable": true, - "type": "string" - }, - "tot_buy_cnt": { - "nullable": true, - "type": "string" - }, - "tot_buy_req": { - "nullable": true, - "type": "string" - }, - "tot_sel_cnt": { - "nullable": true, - "type": "string" - }, - "tot_sel_req": { - "nullable": true, - "type": "string" - }, - "trde_prica": { - "nullable": true, - "type": "string" - }, - "trde_qty": { - "nullable": true, - "type": "string" - }, - "upl_pric": { - "nullable": true, - "type": "string" - }, - "vega": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10099Request": { - "description": "KiwoomApiDostkStkinfoKa10099Request schema", - "properties": { - "mrkt_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10099Response": { - "description": "KiwoomApiDostkStkinfoKa10099Response schema", - "properties": { - "list": { - "items": { - "nullable": true, - "properties": { - "auditinfo": { - "nullable": true, - "type": "string" - }, - "code": { - "nullable": true, - "type": "string" - }, - "companyclassname": { - "nullable": true, - "type": "string" - }, - "lastprice": { - "nullable": true, - "type": "string" - }, - "listcount": { - "nullable": true, - "type": "string" - }, - "marketcode": { - "nullable": true, - "type": "string" - }, - "marketname": { - "nullable": true, - "type": "string" - }, - "name": { - "nullable": true, - "type": "string" - }, - "nxtenable": { - "nullable": true, - "type": "string" - }, - "orderwarning": { - "nullable": true, - "type": "string" - }, - "regday": { - "nullable": true, - "type": "string" - }, - "state": { - "nullable": true, - "type": "string" - }, - "upname": { - "nullable": true, - "type": "string" - }, - "upsizename": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10100Request": { - "description": "KiwoomApiDostkStkinfoKa10100Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10100Response": { - "description": "KiwoomApiDostkStkinfoKa10100Response schema", - "properties": { - "auditinfo": { - "nullable": true, - "type": "string" - }, - "code": { - "nullable": true, - "type": "string" - }, - "companyclassname": { - "nullable": true, - "type": "string" - }, - "lastprice": { - "nullable": true, - "type": "string" - }, - "listcount": { - "nullable": true, - "type": "string" - }, - "marketcode": { - "nullable": true, - "type": "string" - }, - "marketname": { - "nullable": true, - "type": "string" - }, - "name": { - "nullable": true, - "type": "string" - }, - "nxtenable": { - "nullable": true, - "type": "string" - }, - "orderwarning": { - "nullable": true, - "type": "string" - }, - "regday": { - "nullable": true, - "type": "string" - }, - "state": { - "nullable": true, - "type": "string" - }, - "upname": { - "nullable": true, - "type": "string" - }, - "upsizename": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10101Request": { - "description": "KiwoomApiDostkStkinfoKa10101Request schema", - "properties": { - "mrkt_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10101Response": { - "description": "KiwoomApiDostkStkinfoKa10101Response schema", - "properties": { - "list": { - "items": { - "nullable": true, - "properties": { - "code": { - "nullable": true, - "type": "string" - }, - "group": { - "nullable": true, - "type": "string" - }, - "marketcode": { - "nullable": true - }, - "name": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa10102Request": { - "description": "KiwoomApiDostkStkinfoKa10102Request schema" - }, - "KiwoomApiDostkStkinfoKa10102Response": { - "description": "KiwoomApiDostkStkinfoKa10102Response schema", - "properties": { - "list": { - "items": { - "nullable": true, - "properties": { - "code": { - "nullable": true, - "type": "string" - }, - "gb": { - "nullable": true, - "type": "string" - }, - "name": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa90003Request": { - "description": "KiwoomApiDostkStkinfoKa90003Request schema", - "properties": { - "amt_qty_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "trde_upper_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa90003Response": { - "description": "KiwoomApiDostkStkinfoKa90003Response schema", - "properties": { - "prm_netprps_upper_50": { - "items": { - "nullable": true, - "properties": { - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "flu_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "prm_buy_amt": { - "nullable": true, - "type": "string" - }, - "prm_netprps_amt": { - "nullable": true, - "type": "string" - }, - "prm_sell_amt": { - "nullable": true, - "type": "string" - }, - "rank": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa90004Request": { - "description": "KiwoomApiDostkStkinfoKa90004Request schema", - "properties": { - "dt": { - "nullable": true, - "type": "string" - }, - "mrkt_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKa90004Response": { - "description": "KiwoomApiDostkStkinfoKa90004Response schema", - "properties": { - "stk_prm_trde_prst": { - "items": { - "nullable": true, - "properties": { - "all_trde_rt": { - "nullable": true, - "type": "string" - }, - "buy_cntr_amt": { - "nullable": true, - "type": "string" - }, - "buy_cntr_qty": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "flu_sig": { - "nullable": true, - "type": "string" - }, - "netprps_prica": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "sel_cntr_amt": { - "nullable": true, - "type": "string" - }, - "sel_cntr_qty": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - }, - "tot_1": { - "nullable": true, - "type": "string" - }, - "tot_2": { - "nullable": true, - "type": "string" - }, - "tot_3": { - "nullable": true, - "type": "string" - }, - "tot_4": { - "nullable": true, - "type": "string" - }, - "tot_5": { - "nullable": true, - "type": "string" - }, - "tot_6": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKt20016Request": { - "description": "KiwoomApiDostkStkinfoKt20016Request schema", - "properties": { - "crd_stk_grde_tp": { - "nullable": true, - "type": "string" - }, - "mrkt_deal_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKt20016Response": { - "description": "KiwoomApiDostkStkinfoKt20016Response schema", - "properties": { - "crd_loan_able": { - "nullable": true, - "type": "string" - }, - "crd_loan_pos_stk": { - "items": { - "nullable": true, - "properties": { - "crd_assr_rt": { - "nullable": true, - "type": "string" - }, - "crd_limit_over_txt": { - "nullable": true, - "type": "string" - }, - "crd_limit_over_yn": { - "nullable": true, - "type": "string" - }, - "pred_close_pric": { - "nullable": true, - "type": "string" - }, - "repl_pric": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKt20017Request": { - "description": "KiwoomApiDostkStkinfoKt20017Request schema", - "properties": { - "stk_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkStkinfoKt20017Response": { - "description": "KiwoomApiDostkStkinfoKt20017Response schema", - "properties": { - "crd_alow_yn": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkThmeKa90001Request": { - "description": "KiwoomApiDostkThmeKa90001Request schema", - "properties": { - "date_tp": { - "nullable": true, - "type": "string" - }, - "flu_pl_amt_tp": { - "nullable": true, - "type": "string" - }, - "qry_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "thema_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkThmeKa90001Response": { - "description": "KiwoomApiDostkThmeKa90001Response schema", - "properties": { - "thema_grp": { - "items": { - "nullable": true, - "properties": { - "dt_prft_rt": { - "nullable": true, - "type": "string" - }, - "fall_stk_num": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "flu_sig": { - "nullable": true, - "type": "string" - }, - "main_stk": { - "nullable": true, - "type": "string" - }, - "rising_stk_num": { - "nullable": true, - "type": "string" - }, - "stk_num": { - "nullable": true, - "type": "string" - }, - "thema_grp_cd": { - "nullable": true, - "type": "string" - }, - "thema_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "KiwoomApiDostkThmeKa90002Request": { - "description": "KiwoomApiDostkThmeKa90002Request schema", - "properties": { - "date_tp": { - "nullable": true, - "type": "string" - }, - "stex_tp": { - "nullable": true, - "type": "string" - }, - "thema_grp_cd": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "KiwoomApiDostkThmeKa90002Response": { - "description": "KiwoomApiDostkThmeKa90002Response schema", - "properties": { - "dt_prft_rt": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "thema_comp_stk": { - "items": { - "nullable": true, - "properties": { - "acc_trde_qty": { - "nullable": true, - "type": "string" - }, - "buy_bid": { - "nullable": true, - "type": "string" - }, - "buy_req": { - "nullable": true, - "type": "string" - }, - "cur_prc": { - "nullable": true, - "type": "string" - }, - "dt_prft_rt_n": { - "nullable": true, - "type": "string" - }, - "flu_rt": { - "nullable": true, - "type": "string" - }, - "flu_sig": { - "nullable": true, - "type": "string" - }, - "pred_pre": { - "nullable": true, - "type": "string" - }, - "sel_bid": { - "nullable": true, - "type": "string" - }, - "sel_req": { - "nullable": true, - "type": "string" - }, - "stk_cd": { - "nullable": true, - "type": "string" - }, - "stk_nm": { - "nullable": true, - "type": "string" - } - }, - "type": "object" - }, - "nullable": true, - "type": "array" - } - }, - "type": "object" - }, - "ModifyOrderRequest": { - "description": "ModifyOrderRequest schema", - "properties": { - "price": { - "format": "double", - "nullable": true, - "type": "number" - }, - "quantity": { - "format": "int64", - "nullable": true, - "type": "integer" - } - }, - "type": "object" - }, - "OrderRequest": { - "description": "OrderRequest schema", - "properties": { - "account_id": { - "type": "string" - }, - "market": { - "type": "string" - }, - "price": { - "format": "double", - "nullable": true, - "type": "number" - }, - "quantity": { - "format": "int64", - "type": "integer" - }, - "side": { - "type": "string" - }, - "symbol": { - "type": "string" - }, - "type": { - "type": "string" - } - }, - "type": "object" - }, - "Response": { - "description": "Response schema", - "properties": { - "broker": { - "nullable": true, - "type": "string" - }, - "data": { - "nullable": true - }, - "error": { - "nullable": true, - "type": "string" - }, - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "kiwoomProxyRequest": { - "description": "kiwoomProxyRequest schema", - "properties": { - "account_id": { - "nullable": true, - "type": "string" - }, - "api_id": { - "type": "string" - }, - "body": { - "additionalProperties": { - "nullable": true - }, - "nullable": true, - "type": "object" - }, - "method": { - "nullable": true, - "type": "string" - }, - "params": { - "additionalProperties": { - "nullable": true - }, - "nullable": true, - "type": "object" - }, - "query": { - "additionalProperties": { - "nullable": true - }, - "nullable": true, - "type": "object" - } - }, - "type": "object" - }, - "unknown-interface": { - "description": "unknown-interface schema" - } - } - }, - "info": { - "description": "Unified broker API over multiple securities broker adapters", - "title": "Korea Securities API", - "version": "1.0.0" - }, - "paths": { - "/accounts": { - "get": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleListAccounts`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\n", - "operationId": "GET_/accounts", - "parameters": [ - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Response" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "List configured accounts", - "tags": [ - "Accounts" - ] - } - }, - "/accounts/summary": { - "get": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleAccountsSummary`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nAggregated balance across all configured accounts.", - "operationId": "GET_/accounts/summary", - "parameters": [ - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Response" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Get combined account summary", - "tags": [ - "Accounts" - ] - } - }, - "/accounts/{account_id}/balance": { - "get": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleGetBalance`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\n", - "operationId": "GET_/accounts/:account_id/balance", - "parameters": [ - { - "description": "Account ID", - "examples": { - "KIS": { - "value": "12345678-01" - }, - "Kiwoom": { - "value": "1234567890" - } - }, - "in": "path", - "name": "account_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Response" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Get account balance", - "tags": [ - "Accounts" - ] - } - }, - "/accounts/{account_id}/orders": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handlePlaceOrder`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nSubmit a new buy or sell order.", - "operationId": "POST_/accounts/:account_id/orders", - "parameters": [ - { - "description": "Account ID", - "examples": { - "KIS": { - "value": "12345678-01" - }, - "Kiwoom": { - "value": "1234567890" - } - }, - "in": "path", - "name": "account_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "*/*": { - "schema": { - "$ref": "#/components/schemas/OrderRequest" - } - } - }, - "description": "Request body for broker.OrderRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Response" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Place order", - "tags": [ - "Orders" - ] - } - }, - "/accounts/{account_id}/orders/{order_id}": { - "delete": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleCancelOrder`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\n", - "operationId": "DELETE_/accounts/:account_id/orders/:order_id", - "parameters": [ - { - "description": "Account that placed the order", - "in": "path", - "name": "account_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Order ID to cancel", - "in": "path", - "name": "order_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Response" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Cancel order", - "tags": [ - "Orders" - ] - }, - "get": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleGetOrder`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\n", - "operationId": "GET_/accounts/:account_id/orders/:order_id", - "parameters": [ - { - "description": "Account that placed the order", - "in": "path", - "name": "account_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Order ID", - "in": "path", - "name": "order_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Response" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Get order status", - "tags": [ - "Orders" - ] - }, - "put": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleModifyOrder`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nChange price or quantity of a pending order.", - "operationId": "PUT_/accounts/:account_id/orders/:order_id", - "parameters": [ - { - "description": "Account that placed the order", - "in": "path", - "name": "account_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Order ID to modify", - "in": "path", - "name": "order_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "*/*": { - "schema": { - "$ref": "#/components/schemas/ModifyOrderRequest" - } - } - }, - "description": "Request body for broker.ModifyOrderRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Response" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Modify order", - "tags": [ - "Orders" - ] - } - }, - "/accounts/{account_id}/orders/{order_id}/fills": { - "get": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleGetOrderFills`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\n", - "operationId": "GET_/accounts/:account_id/orders/:order_id/fills", - "parameters": [ - { - "description": "Account that placed the order", - "in": "path", - "name": "account_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Order ID returned from place order", - "in": "path", - "name": "order_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Response" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Get order fills", - "tags": [ - "Orders" - ] - } - }, - "/accounts/{account_id}/positions": { - "get": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleGetPositions`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\n", - "operationId": "GET_/accounts/:account_id/positions", - "parameters": [ - { - "description": "Account ID", - "examples": { - "KIS": { - "value": "12345678-01" - } - }, - "in": "path", - "name": "account_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Response" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Get account positions", - "tags": [ - "Accounts" - ] - } - }, - "/auth/token": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleAuthToken`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nAuthenticate with a broker and receive an access token.", - "operationId": "POST_/auth/token", - "parameters": [ - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "*/*": { - "schema": { - "$ref": "#/components/schemas/AuthTokenRequest" - } - } - }, - "description": "Request body for server.AuthTokenRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Response" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Issue broker auth token", - "tags": [ - "Auth" - ] - } - }, - "/health": { - "get": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleHealth`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\n", - "operationId": "GET_/health", - "parameters": [ - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Health check", - "tags": [ - "System" - ] - } - }, - "/instruments/{market}/{symbol}": { - "get": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleGetInstrument`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nReturns metadata for a symbol: name, ISIN, sector, listing status, etc.", - "operationId": "GET_/instruments/:market/:symbol", - "parameters": [ - { - "description": "Exchange market code", - "examples": { - "KRX": { - "value": "KRX" - } - }, - "in": "path", - "name": "market", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Ticker symbol", - "examples": { - "Samsung": { - "value": "005930" - } - }, - "in": "path", - "name": "symbol", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Use a specific account's broker (optional)", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Response" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Get instrument metadata", - "tags": [ - "Instruments" - ] - } - }, - "/kis/domestic-bond/v1/quotations/avg-unit": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/avg-unit.", - "operationId": "POST_/kis/domestic-bond/v1/quotations/avg-unit", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsAvgUnitRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1QuotationsAvgUnitRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsAvgUnit" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/avg-unit", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-bond/v1/quotations/inquire-asking-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/inquire-asking-price.", - "operationId": "POST_/kis/domestic-bond/v1/quotations/inquire-asking-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireAskingPriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1QuotationsInquireAskingPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireAskingPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/inquire-asking-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-bond/v1/quotations/inquire-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/inquire-ccnl.", - "operationId": "POST_/kis/domestic-bond/v1/quotations/inquire-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1QuotationsInquireCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/inquire-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-bond/v1/quotations/inquire-daily-itemchartprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/inquire-daily-itemchartprice.", - "operationId": "POST_/kis/domestic-bond/v1/quotations/inquire-daily-itemchartprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireDailyItemchartpriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1QuotationsInquireDailyItemchartpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireDailyItemchartprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/inquire-daily-itemchartprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-bond/v1/quotations/inquire-daily-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/inquire-daily-price.", - "operationId": "POST_/kis/domestic-bond/v1/quotations/inquire-daily-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireDailyPriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1QuotationsInquireDailyPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireDailyPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/inquire-daily-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-bond/v1/quotations/inquire-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/inquire-price.", - "operationId": "POST_/kis/domestic-bond/v1/quotations/inquire-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquirePriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1QuotationsInquirePriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquirePrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/inquire-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-bond/v1/quotations/issue-info": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/issue-info.", - "operationId": "POST_/kis/domestic-bond/v1/quotations/issue-info", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsIssueInfoRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1QuotationsIssueInfoRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsIssueInfo" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/issue-info", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-bond/v1/quotations/search-bond-info": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/search-bond-info.", - "operationId": "POST_/kis/domestic-bond/v1/quotations/search-bond-info", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsSearchBondInfoRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1QuotationsSearchBondInfoRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1QuotationsSearchBondInfo" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/search-bond-info", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-bond/v1/trading/buy": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-bond/v1/trading/buy.", - "operationId": "POST_/kis/domestic-bond/v1/trading/buy", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1TradingBuyRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1TradingBuyRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1TradingBuy" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/trading/buy", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-bond/v1/trading/inquire-balance": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/trading/inquire-balance.", - "operationId": "POST_/kis/domestic-bond/v1/trading/inquire-balance", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1TradingInquireBalanceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1TradingInquireBalanceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1TradingInquireBalance" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/trading/inquire-balance", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-bond/v1/trading/inquire-daily-ccld": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/trading/inquire-daily-ccld.", - "operationId": "POST_/kis/domestic-bond/v1/trading/inquire-daily-ccld", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1TradingInquireDailyCcldRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1TradingInquireDailyCcldRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1TradingInquireDailyCcld" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/trading/inquire-daily-ccld", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-bond/v1/trading/inquire-psbl-order": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/trading/inquire-psbl-order.", - "operationId": "POST_/kis/domestic-bond/v1/trading/inquire-psbl-order", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1TradingInquirePsblOrderRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1TradingInquirePsblOrderRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1TradingInquirePsblOrder" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/trading/inquire-psbl-order", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-bond/v1/trading/inquire-psbl-rvsecncl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/trading/inquire-psbl-rvsecncl.", - "operationId": "POST_/kis/domestic-bond/v1/trading/inquire-psbl-rvsecncl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1TradingInquirePsblRvsecnclRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1TradingInquirePsblRvsecnclRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1TradingInquirePsblRvsecncl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/trading/inquire-psbl-rvsecncl", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-bond/v1/trading/order-rvsecncl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-bond/v1/trading/order-rvsecncl.", - "operationId": "POST_/kis/domestic-bond/v1/trading/order-rvsecncl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1TradingOrderRvsecnclRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1TradingOrderRvsecnclRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1TradingOrderRvsecncl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/trading/order-rvsecncl", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-bond/v1/trading/sell": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-bond/v1/trading/sell.", - "operationId": "POST_/kis/domestic-bond/v1/trading/sell", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1TradingSellRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticBondV1TradingSellRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticBondV1TradingSell" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-bond/v1/trading/sell", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/quotations/display-board-callput": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/display-board-callput.", - "operationId": "POST_/kis/domestic-futureoption/v1/quotations/display-board-callput", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardCallputRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsDisplayBoardCallputRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardCallput" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/display-board-callput", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/quotations/display-board-futures": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/display-board-futures.", - "operationId": "POST_/kis/domestic-futureoption/v1/quotations/display-board-futures", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardFuturesRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsDisplayBoardFuturesRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardFutures" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/display-board-futures", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/quotations/display-board-option-list": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/display-board-option-list.", - "operationId": "POST_/kis/domestic-futureoption/v1/quotations/display-board-option-list", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardOptionListRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsDisplayBoardOptionListRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardOptionList" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/display-board-option-list", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/quotations/display-board-top": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/display-board-top.", - "operationId": "POST_/kis/domestic-futureoption/v1/quotations/display-board-top", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardTopRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsDisplayBoardTopRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardTop" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/display-board-top", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/quotations/exp-price-trend": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/exp-price-trend.", - "operationId": "POST_/kis/domestic-futureoption/v1/quotations/exp-price-trend", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsExpPriceTrendRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsExpPriceTrendRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsExpPriceTrend" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/exp-price-trend", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/quotations/inquire-asking-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/inquire-asking-price.", - "operationId": "POST_/kis/domestic-futureoption/v1/quotations/inquire-asking-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquireAskingPriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsInquireAskingPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquireAskingPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/inquire-asking-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/quotations/inquire-daily-fuopchartprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/inquire-daily-fuopchartprice.", - "operationId": "POST_/kis/domestic-futureoption/v1/quotations/inquire-daily-fuopchartprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquireDailyFuopchartpriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsInquireDailyFuopchartpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquireDailyFuopchartprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/inquire-daily-fuopchartprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/quotations/inquire-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/inquire-price.", - "operationId": "POST_/kis/domestic-futureoption/v1/quotations/inquire-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquirePriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsInquirePriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquirePrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/inquire-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/quotations/inquire-time-fuopchartprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/inquire-time-fuopchartprice.", - "operationId": "POST_/kis/domestic-futureoption/v1/quotations/inquire-time-fuopchartprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquireTimeFuopchartpriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsInquireTimeFuopchartpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquireTimeFuopchartprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/inquire-time-fuopchartprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/trading/inquire-balance": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-balance.", - "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-balance", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireBalanceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireBalanceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireBalance" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-balance", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/trading/inquire-balance-settlement-pl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-balance-settlement-pl.", - "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-balance-settlement-pl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireBalanceSettlementPlRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireBalanceSettlementPlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireBalanceSettlementPl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-balance-settlement-pl", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/trading/inquire-balance-valuation-pl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-balance-valuation-pl.", - "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-balance-valuation-pl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireBalanceValuationPlRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireBalanceValuationPlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireBalanceValuationPl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-balance-valuation-pl", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/trading/inquire-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-ccnl.", - "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/trading/inquire-ccnl-bstime": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-ccnl-bstime.", - "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-ccnl-bstime", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireCcnlBstimeRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireCcnlBstimeRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireCcnlBstime" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-ccnl-bstime", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/trading/inquire-daily-amount-fee": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-daily-amount-fee.", - "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-daily-amount-fee", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireDailyAmountFeeRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireDailyAmountFeeRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireDailyAmountFee" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-daily-amount-fee", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/trading/inquire-deposit": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-deposit.", - "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-deposit", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireDepositRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireDepositRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireDeposit" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-deposit", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/trading/inquire-ngt-balance": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-ngt-balance.", - "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-ngt-balance", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireNgtBalanceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireNgtBalanceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireNgtBalance" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-ngt-balance", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/trading/inquire-ngt-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-ngt-ccnl.", - "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-ngt-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireNgtCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireNgtCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireNgtCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-ngt-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/trading/inquire-psbl-ngt-order": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-psbl-ngt-order.", - "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-psbl-ngt-order", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquirePsblNgtOrderRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquirePsblNgtOrderRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquirePsblNgtOrder" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-psbl-ngt-order", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/trading/inquire-psbl-order": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-psbl-order.", - "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-psbl-order", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquirePsblOrderRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquirePsblOrderRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquirePsblOrder" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-psbl-order", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/trading/ngt-margin-detail": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/ngt-margin-detail.", - "operationId": "POST_/kis/domestic-futureoption/v1/trading/ngt-margin-detail", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingNgtMarginDetailRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1TradingNgtMarginDetailRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingNgtMarginDetail" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/ngt-margin-detail", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/trading/order": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-futureoption/v1/trading/order.", - "operationId": "POST_/kis/domestic-futureoption/v1/trading/order", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingOrderRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1TradingOrderRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingOrder" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/order", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-futureoption/v1/trading/order-rvsecncl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-futureoption/v1/trading/order-rvsecncl.", - "operationId": "POST_/kis/domestic-futureoption/v1/trading/order-rvsecncl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingOrderRvsecnclRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticFutureoptionV1TradingOrderRvsecnclRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingOrderRvsecncl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/order-rvsecncl", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/finance/balance-sheet": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/finance/balance-sheet.", - "operationId": "POST_/kis/domestic-stock/v1/finance/balance-sheet", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1FinanceBalanceSheetRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1FinanceBalanceSheetRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1FinanceBalanceSheet" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/finance/balance-sheet", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/finance/financial-ratio": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/finance/financial-ratio.", - "operationId": "POST_/kis/domestic-stock/v1/finance/financial-ratio", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1FinanceFinancialRatioRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1FinanceFinancialRatioRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1FinanceFinancialRatio" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/finance/financial-ratio", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/finance/growth-ratio": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/finance/growth-ratio.", - "operationId": "POST_/kis/domestic-stock/v1/finance/growth-ratio", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1FinanceGrowthRatioRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1FinanceGrowthRatioRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1FinanceGrowthRatio" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/finance/growth-ratio", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/finance/income-statement": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/finance/income-statement.", - "operationId": "POST_/kis/domestic-stock/v1/finance/income-statement", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1FinanceIncomeStatementRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1FinanceIncomeStatementRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1FinanceIncomeStatement" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/finance/income-statement", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/finance/other-major-ratios": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/finance/other-major-ratios.", - "operationId": "POST_/kis/domestic-stock/v1/finance/other-major-ratios", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1FinanceOtherMajorRatiosRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1FinanceOtherMajorRatiosRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1FinanceOtherMajorRatios" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/finance/other-major-ratios", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/finance/profit-ratio": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/finance/profit-ratio.", - "operationId": "POST_/kis/domestic-stock/v1/finance/profit-ratio", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1FinanceProfitRatioRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1FinanceProfitRatioRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1FinanceProfitRatio" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/finance/profit-ratio", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/finance/stability-ratio": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/finance/stability-ratio.", - "operationId": "POST_/kis/domestic-stock/v1/finance/stability-ratio", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1FinanceStabilityRatioRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1FinanceStabilityRatioRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1FinanceStabilityRatio" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/finance/stability-ratio", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ksdinfo/bonus-issue": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/bonus-issue.", - "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/bonus-issue", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoBonusIssueRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1KsdinfoBonusIssueRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoBonusIssue" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/bonus-issue", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ksdinfo/cap-dcrs": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/cap-dcrs.", - "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/cap-dcrs", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoCapDcrsRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1KsdinfoCapDcrsRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoCapDcrs" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/cap-dcrs", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ksdinfo/dividend": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/dividend.", - "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/dividend", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoDividendRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1KsdinfoDividendRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoDividend" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/dividend", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ksdinfo/forfeit": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/forfeit.", - "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/forfeit", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoForfeitRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1KsdinfoForfeitRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoForfeit" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/forfeit", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ksdinfo/list-info": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/list-info.", - "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/list-info", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoListInfoRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1KsdinfoListInfoRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoListInfo" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/list-info", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ksdinfo/mand-deposit": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/mand-deposit.", - "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/mand-deposit", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoMandDepositRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1KsdinfoMandDepositRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoMandDeposit" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/mand-deposit", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ksdinfo/merger-split": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/merger-split.", - "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/merger-split", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoMergerSplitRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1KsdinfoMergerSplitRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoMergerSplit" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/merger-split", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ksdinfo/paidin-capin": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/paidin-capin.", - "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/paidin-capin", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoPaidinCapinRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1KsdinfoPaidinCapinRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoPaidinCapin" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/paidin-capin", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ksdinfo/pub-offer": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/pub-offer.", - "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/pub-offer", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoPubOfferRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1KsdinfoPubOfferRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoPubOffer" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/pub-offer", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ksdinfo/purreq": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/purreq.", - "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/purreq", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoPurreqRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1KsdinfoPurreqRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoPurreq" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/purreq", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ksdinfo/rev-split": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/rev-split.", - "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/rev-split", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoRevSplitRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1KsdinfoRevSplitRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoRevSplit" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/rev-split", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ksdinfo/sharehld-meet": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/sharehld-meet.", - "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/sharehld-meet", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoSharehldMeetRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1KsdinfoSharehldMeetRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoSharehldMeet" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/sharehld-meet", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/capture-uplowprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/capture-uplowprice.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/capture-uplowprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCaptureUplowpriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsCaptureUplowpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCaptureUplowprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/capture-uplowprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/chk-holiday": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/chk-holiday.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/chk-holiday", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsChkHolidayRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsChkHolidayRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsChkHoliday" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/chk-holiday", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/comp-interest": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/comp-interest.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/comp-interest", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCompInterestRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsCompInterestRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCompInterest" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/comp-interest", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/comp-program-trade-daily": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/comp-program-trade-daily.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/comp-program-trade-daily", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCompProgramTradeDailyRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsCompProgramTradeDailyRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCompProgramTradeDaily" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/comp-program-trade-daily", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/comp-program-trade-today": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/comp-program-trade-today.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/comp-program-trade-today", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCompProgramTradeTodayRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsCompProgramTradeTodayRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCompProgramTradeToday" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/comp-program-trade-today", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/credit-by-company": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/credit-by-company.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/credit-by-company", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCreditByCompanyRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsCreditByCompanyRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCreditByCompany" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/credit-by-company", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/daily-credit-balance": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/daily-credit-balance.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/daily-credit-balance", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsDailyCreditBalanceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsDailyCreditBalanceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsDailyCreditBalance" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/daily-credit-balance", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/daily-loan-trans": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/daily-loan-trans.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/daily-loan-trans", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsDailyLoanTransRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsDailyLoanTransRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsDailyLoanTrans" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/daily-loan-trans", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/daily-short-sale": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/daily-short-sale.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/daily-short-sale", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsDailyShortSaleRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsDailyShortSaleRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsDailyShortSale" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/daily-short-sale", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/estimate-perform": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/estimate-perform.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/estimate-perform", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsEstimatePerformRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsEstimatePerformRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsEstimatePerform" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/estimate-perform", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/exp-closing-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/exp-closing-price.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/exp-closing-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpClosingPriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsExpClosingPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpClosingPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/exp-closing-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/exp-index-trend": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/exp-index-trend.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/exp-index-trend", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpIndexTrendRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsExpIndexTrendRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpIndexTrend" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/exp-index-trend", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/exp-price-trend": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/exp-price-trend.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/exp-price-trend", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpPriceTrendRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsExpPriceTrendRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpPriceTrend" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/exp-price-trend", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/exp-total-index": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/exp-total-index.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/exp-total-index", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpTotalIndexRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsExpTotalIndexRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpTotalIndex" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/exp-total-index", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/foreign-institution-total": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/foreign-institution-total.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/foreign-institution-total", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsForeignInstitutionTotalRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsForeignInstitutionTotalRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsForeignInstitutionTotal" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/foreign-institution-total", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/frgnmem-pchs-trend": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/frgnmem-pchs-trend.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/frgnmem-pchs-trend", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsFrgnmemPchsTrendRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsFrgnmemPchsTrendRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsFrgnmemPchsTrend" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/frgnmem-pchs-trend", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/frgnmem-trade-estimate": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/frgnmem-trade-estimate.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/frgnmem-trade-estimate", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsFrgnmemTradeEstimateRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsFrgnmemTradeEstimateRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsFrgnmemTradeEstimate" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/frgnmem-trade-estimate", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/frgnmem-trade-trend": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/frgnmem-trade-trend.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/frgnmem-trade-trend", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsFrgnmemTradeTrendRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsFrgnmemTradeTrendRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsFrgnmemTradeTrend" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/frgnmem-trade-trend", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-asking-price-exp-ccn": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-asking-price-exp-ccn.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-asking-price-exp-ccn", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireAskingPriceExpCcnRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireAskingPriceExpCcnRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireAskingPriceExpCcn" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-asking-price-exp-ccn", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-ccnl.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-daily-indexchartprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-daily-indexchartprice.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-daily-indexchartprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyIndexchartpriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireDailyIndexchartpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyIndexchartprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-daily-indexchartprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-daily-itemchartprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-daily-itemchartprice.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-daily-itemchartprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyItemchartpriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireDailyItemchartpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyItemchartprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-daily-itemchartprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-daily-overtimeprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-daily-overtimeprice.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-daily-overtimeprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyOvertimepriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireDailyOvertimepriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyOvertimeprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-daily-overtimeprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-daily-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-daily-price.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-daily-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyPriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireDailyPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-daily-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-daily-trade-volume": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-daily-trade-volume.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-daily-trade-volume", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyTradeVolumeRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireDailyTradeVolumeRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyTradeVolume" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-daily-trade-volume", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-elw-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-elw-price.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-elw-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireElwPriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireElwPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireElwPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-elw-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-index-category-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-index-category-price.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-index-category-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexCategoryPriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireIndexCategoryPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexCategoryPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-index-category-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-index-daily-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-index-daily-price.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-index-daily-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexDailyPriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireIndexDailyPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexDailyPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-index-daily-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-index-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-index-price.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-index-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexPriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireIndexPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-index-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-index-tickprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-index-tickprice.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-index-tickprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexTickpriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireIndexTickpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexTickprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-index-tickprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-index-timeprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-index-timeprice.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-index-timeprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexTimepriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireIndexTimepriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexTimeprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-index-timeprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-investor": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-investor.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-investor", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireInvestorRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireInvestorRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireInvestor" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-investor", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-investor-daily-by-market": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-investor-daily-by-market.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-investor-daily-by-market", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireInvestorDailyByMarketRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireInvestorDailyByMarketRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireInvestorDailyByMarket" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-investor-daily-by-market", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-investor-time-by-market": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-investor-time-by-market.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-investor-time-by-market", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireInvestorTimeByMarketRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireInvestorTimeByMarketRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireInvestorTimeByMarket" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-investor-time-by-market", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-member": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-member.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-member", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireMemberRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireMemberRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireMember" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-member", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-member-daily": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-member-daily.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-member-daily", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireMemberDailyRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireMemberDailyRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireMemberDaily" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-member-daily", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-overtime-asking-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-overtime-asking-price.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-overtime-asking-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireOvertimeAskingPriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireOvertimeAskingPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireOvertimeAskingPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-overtime-asking-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-overtime-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-overtime-price.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-overtime-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireOvertimePriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireOvertimePriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireOvertimePrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-overtime-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-price.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquirePriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquirePriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquirePrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-price-2": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-price-2.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-price-2", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquirePriceN2Request" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquirePriceN2Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquirePriceN2" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-price-2", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-time-dailychartprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-time-dailychartprice.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-time-dailychartprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeDailychartpriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireTimeDailychartpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeDailychartprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-time-dailychartprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-time-indexchartprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-time-indexchartprice.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-time-indexchartprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeIndexchartpriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireTimeIndexchartpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeIndexchartprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-time-indexchartprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-time-itemchartprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-time-itemchartprice.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-time-itemchartprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeItemchartpriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireTimeItemchartpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeItemchartprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-time-itemchartprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-time-itemconclusion": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-time-itemconclusion.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-time-itemconclusion", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeItemconclusionRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireTimeItemconclusionRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeItemconclusion" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-time-itemconclusion", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-time-overtimeconclusion": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-time-overtimeconclusion.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-time-overtimeconclusion", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeOvertimeconclusionRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireTimeOvertimeconclusionRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeOvertimeconclusion" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-time-overtimeconclusion", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/inquire-vi-status": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-vi-status.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-vi-status", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireViStatusRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireViStatusRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireViStatus" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-vi-status", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/intstock-grouplist": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/intstock-grouplist.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/intstock-grouplist", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsIntstockGrouplistRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsIntstockGrouplistRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsIntstockGrouplist" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/intstock-grouplist", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/intstock-multprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/intstock-multprice.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/intstock-multprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsIntstockMultpriceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsIntstockMultpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsIntstockMultprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/intstock-multprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/intstock-stocklist-by-group": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/intstock-stocklist-by-group.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/intstock-stocklist-by-group", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsIntstockStocklistByGroupRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsIntstockStocklistByGroupRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsIntstockStocklistByGroup" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/intstock-stocklist-by-group", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/invest-opbysec": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/invest-opbysec.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/invest-opbysec", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestOpbysecRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInvestOpbysecRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestOpbysec" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/invest-opbysec", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/invest-opinion": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/invest-opinion.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/invest-opinion", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestOpinionRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInvestOpinionRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestOpinion" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/invest-opinion", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/investor-program-trade-today": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/investor-program-trade-today.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/investor-program-trade-today", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestorProgramTradeTodayRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInvestorProgramTradeTodayRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestorProgramTradeToday" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/investor-program-trade-today", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/investor-trade-by-stock-daily": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/investor-trade-by-stock-daily.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/investor-trade-by-stock-daily", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestorTradeByStockDailyRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInvestorTradeByStockDailyRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestorTradeByStockDaily" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/investor-trade-by-stock-daily", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/investor-trend-estimate": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/investor-trend-estimate.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/investor-trend-estimate", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestorTrendEstimateRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsInvestorTrendEstimateRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestorTrendEstimate" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/investor-trend-estimate", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/lendable-by-company": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/lendable-by-company.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/lendable-by-company", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsLendableByCompanyRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsLendableByCompanyRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsLendableByCompany" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/lendable-by-company", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/market-time": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/market-time.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/market-time", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsMarketTimeRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsMarketTimeRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsMarketTime" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/market-time", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/mktfunds": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/mktfunds.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/mktfunds", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsMktfundsRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsMktfundsRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsMktfunds" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/mktfunds", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/news-title": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/news-title.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/news-title", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsNewsTitleRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsNewsTitleRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsNewsTitle" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/news-title", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/pbar-tratio": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/pbar-tratio.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/pbar-tratio", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsPbarTratioRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsPbarTratioRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsPbarTratio" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/pbar-tratio", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/program-trade-by-stock": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/program-trade-by-stock.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/program-trade-by-stock", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsProgramTradeByStockRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsProgramTradeByStockRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsProgramTradeByStock" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/program-trade-by-stock", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/program-trade-by-stock-daily": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/program-trade-by-stock-daily.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/program-trade-by-stock-daily", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsProgramTradeByStockDailyRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsProgramTradeByStockDailyRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsProgramTradeByStockDaily" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/program-trade-by-stock-daily", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/psearch-result": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/psearch-result.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/psearch-result", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsPsearchResultRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsPsearchResultRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsPsearchResult" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/psearch-result", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/psearch-title": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/psearch-title.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/psearch-title", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsPsearchTitleRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsPsearchTitleRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsPsearchTitle" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/psearch-title", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/search-info": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/search-info.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/search-info", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsSearchInfoRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsSearchInfoRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsSearchInfo" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/search-info", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/search-stock-info": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/search-stock-info.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/search-stock-info", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsSearchStockInfoRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsSearchStockInfoRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsSearchStockInfo" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/search-stock-info", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/tradprt-byamt": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/tradprt-byamt.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/tradprt-byamt", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsTradprtByamtRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsTradprtByamtRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsTradprtByamt" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/tradprt-byamt", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/quotations/volume-rank": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/volume-rank.", - "operationId": "POST_/kis/domestic-stock/v1/quotations/volume-rank", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsVolumeRankRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1QuotationsVolumeRankRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1QuotationsVolumeRank" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/volume-rank", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/after-hour-balance": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/after-hour-balance.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/after-hour-balance", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingAfterHourBalanceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingAfterHourBalanceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingAfterHourBalance" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/after-hour-balance", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/bulk-trans-num": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/bulk-trans-num.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/bulk-trans-num", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingBulkTransNumRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingBulkTransNumRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingBulkTransNum" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/bulk-trans-num", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/credit-balance": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/credit-balance.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/credit-balance", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingCreditBalanceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingCreditBalanceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingCreditBalance" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/credit-balance", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/disparity": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/disparity.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/disparity", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingDisparityRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingDisparityRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingDisparity" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/disparity", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/dividend-rate": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/dividend-rate.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/dividend-rate", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingDividendRateRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingDividendRateRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingDividendRate" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/dividend-rate", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/exp-trans-updown": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/exp-trans-updown.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/exp-trans-updown", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingExpTransUpdownRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingExpTransUpdownRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingExpTransUpdown" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/exp-trans-updown", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/finance-ratio": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/finance-ratio.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/finance-ratio", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingFinanceRatioRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingFinanceRatioRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingFinanceRatio" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/finance-ratio", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/fluctuation": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/fluctuation.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/fluctuation", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingFluctuationRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingFluctuationRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingFluctuation" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/fluctuation", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/hts-top-view": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/hts-top-view.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/hts-top-view", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingHtsTopViewRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingHtsTopViewRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingHtsTopView" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/hts-top-view", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/market-cap": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/market-cap.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/market-cap", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingMarketCapRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingMarketCapRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingMarketCap" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/market-cap", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/market-value": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/market-value.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/market-value", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingMarketValueRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingMarketValueRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingMarketValue" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/market-value", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/near-new-highlow": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/near-new-highlow.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/near-new-highlow", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingNearNewHighlowRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingNearNewHighlowRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingNearNewHighlow" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/near-new-highlow", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/overtime-exp-trans-fluct": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/overtime-exp-trans-fluct.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/overtime-exp-trans-fluct", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingOvertimeExpTransFluctRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingOvertimeExpTransFluctRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingOvertimeExpTransFluct" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/overtime-exp-trans-fluct", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/overtime-fluctuation": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/overtime-fluctuation.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/overtime-fluctuation", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingOvertimeFluctuationRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingOvertimeFluctuationRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingOvertimeFluctuation" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/overtime-fluctuation", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/overtime-volume": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/overtime-volume.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/overtime-volume", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingOvertimeVolumeRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingOvertimeVolumeRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingOvertimeVolume" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/overtime-volume", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/prefer-disparate-ratio": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/prefer-disparate-ratio.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/prefer-disparate-ratio", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingPreferDisparateRatioRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingPreferDisparateRatioRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingPreferDisparateRatio" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/prefer-disparate-ratio", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/profit-asset-index": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/profit-asset-index.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/profit-asset-index", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingProfitAssetIndexRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingProfitAssetIndexRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingProfitAssetIndex" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/profit-asset-index", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/quote-balance": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/quote-balance.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/quote-balance", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingQuoteBalanceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingQuoteBalanceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingQuoteBalance" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/quote-balance", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/short-sale": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/short-sale.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/short-sale", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingShortSaleRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingShortSaleRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingShortSale" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/short-sale", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/top-interest-stock": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/top-interest-stock.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/top-interest-stock", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingTopInterestStockRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingTopInterestStockRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingTopInterestStock" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/top-interest-stock", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/traded-by-company": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/traded-by-company.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/traded-by-company", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingTradedByCompanyRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingTradedByCompanyRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingTradedByCompany" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/traded-by-company", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/ranking/volume-power": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/volume-power.", - "operationId": "POST_/kis/domestic-stock/v1/ranking/volume-power", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingVolumePowerRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1RankingVolumePowerRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1RankingVolumePower" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/volume-power", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/inquire-account-balance": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-account-balance.", - "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-account-balance", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireAccountBalanceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingInquireAccountBalanceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireAccountBalance" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-account-balance", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/inquire-balance": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-balance.", - "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-balance", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireBalanceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingInquireBalanceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireBalance" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-balance", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/inquire-balance-rlz-pl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-balance-rlz-pl.", - "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-balance-rlz-pl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireBalanceRlzPlRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingInquireBalanceRlzPlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireBalanceRlzPl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-balance-rlz-pl", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/inquire-credit-psamount": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-credit-psamount.", - "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-credit-psamount", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireCreditPsamountRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingInquireCreditPsamountRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireCreditPsamount" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-credit-psamount", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/inquire-daily-ccld": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-daily-ccld.", - "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-daily-ccld", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireDailyCcldRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingInquireDailyCcldRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireDailyCcld" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-daily-ccld", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/inquire-period-profit": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-period-profit.", - "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-period-profit", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePeriodProfitRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingInquirePeriodProfitRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePeriodProfit" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-period-profit", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/inquire-period-trade-profit": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-period-trade-profit.", - "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-period-trade-profit", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePeriodTradeProfitRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingInquirePeriodTradeProfitRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePeriodTradeProfit" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-period-trade-profit", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/inquire-psbl-order": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-psbl-order.", - "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-psbl-order", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePsblOrderRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingInquirePsblOrderRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePsblOrder" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-psbl-order", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/inquire-psbl-rvsecncl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-psbl-rvsecncl.", - "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-psbl-rvsecncl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePsblRvsecnclRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingInquirePsblRvsecnclRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePsblRvsecncl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-psbl-rvsecncl", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/inquire-psbl-sell": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-psbl-sell.", - "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-psbl-sell", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePsblSellRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingInquirePsblSellRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePsblSell" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-psbl-sell", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/intgr-margin": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/intgr-margin.", - "operationId": "POST_/kis/domestic-stock/v1/trading/intgr-margin", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingIntgrMarginRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingIntgrMarginRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingIntgrMargin" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/intgr-margin", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/order-cash": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-stock/v1/trading/order-cash.", - "operationId": "POST_/kis/domestic-stock/v1/trading/order-cash", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderCashRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingOrderCashRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderCash" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/order-cash", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/order-credit": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-stock/v1/trading/order-credit.", - "operationId": "POST_/kis/domestic-stock/v1/trading/order-credit", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderCreditRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingOrderCreditRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderCredit" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/order-credit", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/order-resv": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-stock/v1/trading/order-resv.", - "operationId": "POST_/kis/domestic-stock/v1/trading/order-resv", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderResvRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingOrderResvRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderResv" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/order-resv", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/order-resv-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/order-resv-ccnl.", - "operationId": "POST_/kis/domestic-stock/v1/trading/order-resv-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderResvCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingOrderResvCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderResvCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/order-resv-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/order-resv-rvsecncl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-stock/v1/trading/order-resv-rvsecncl.", - "operationId": "POST_/kis/domestic-stock/v1/trading/order-resv-rvsecncl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderResvRvsecnclRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingOrderResvRvsecnclRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderResvRvsecncl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/order-resv-rvsecncl", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/order-rvsecncl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-stock/v1/trading/order-rvsecncl.", - "operationId": "POST_/kis/domestic-stock/v1/trading/order-rvsecncl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderRvsecnclRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingOrderRvsecnclRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderRvsecncl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/order-rvsecncl", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/pension/inquire-balance": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/pension/inquire-balance.", - "operationId": "POST_/kis/domestic-stock/v1/trading/pension/inquire-balance", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquireBalanceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingPensionInquireBalanceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquireBalance" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/pension/inquire-balance", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/pension/inquire-daily-ccld": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/pension/inquire-daily-ccld.", - "operationId": "POST_/kis/domestic-stock/v1/trading/pension/inquire-daily-ccld", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquireDailyCcldRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingPensionInquireDailyCcldRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquireDailyCcld" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/pension/inquire-daily-ccld", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/pension/inquire-deposit": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/pension/inquire-deposit.", - "operationId": "POST_/kis/domestic-stock/v1/trading/pension/inquire-deposit", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquireDepositRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingPensionInquireDepositRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquireDeposit" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/pension/inquire-deposit", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/pension/inquire-present-balance": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/pension/inquire-present-balance.", - "operationId": "POST_/kis/domestic-stock/v1/trading/pension/inquire-present-balance", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquirePresentBalanceRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingPensionInquirePresentBalanceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquirePresentBalance" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/pension/inquire-present-balance", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/pension/inquire-psbl-order": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/pension/inquire-psbl-order.", - "operationId": "POST_/kis/domestic-stock/v1/trading/pension/inquire-psbl-order", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquirePsblOrderRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingPensionInquirePsblOrderRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquirePsblOrder" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/pension/inquire-psbl-order", - "tags": [ - "KIS" - ] - } - }, - "/kis/domestic-stock/v1/trading/period-rights": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/period-rights.", - "operationId": "POST_/kis/domestic-stock/v1/trading/period-rights", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingPeriodRightsRequest" - } - } - }, - "description": "Request body for *specs.KISDomesticStockV1TradingPeriodRightsRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISDomesticStockV1TradingPeriodRights" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/period-rights", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/compare-stocks": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/compare-stocks.", - "operationId": "POST_/kis/elw/v1/quotations/compare-stocks", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsCompareStocksRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsCompareStocksRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsCompareStocks" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/compare-stocks", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/cond-search": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/cond-search.", - "operationId": "POST_/kis/elw/v1/quotations/cond-search", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsCondSearchRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsCondSearchRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsCondSearch" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/cond-search", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/expiration-stocks": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/expiration-stocks.", - "operationId": "POST_/kis/elw/v1/quotations/expiration-stocks", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsExpirationStocksRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsExpirationStocksRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsExpirationStocks" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/expiration-stocks", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/indicator-trend-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/indicator-trend-ccnl.", - "operationId": "POST_/kis/elw/v1/quotations/indicator-trend-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsIndicatorTrendCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsIndicatorTrendCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsIndicatorTrendCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/indicator-trend-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/indicator-trend-daily": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/indicator-trend-daily.", - "operationId": "POST_/kis/elw/v1/quotations/indicator-trend-daily", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsIndicatorTrendDailyRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsIndicatorTrendDailyRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsIndicatorTrendDaily" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/indicator-trend-daily", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/indicator-trend-minute": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/indicator-trend-minute.", - "operationId": "POST_/kis/elw/v1/quotations/indicator-trend-minute", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsIndicatorTrendMinuteRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsIndicatorTrendMinuteRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsIndicatorTrendMinute" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/indicator-trend-minute", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/lp-trade-trend": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/lp-trade-trend.", - "operationId": "POST_/kis/elw/v1/quotations/lp-trade-trend", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsLpTradeTrendRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsLpTradeTrendRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsLpTradeTrend" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/lp-trade-trend", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/newly-listed": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/newly-listed.", - "operationId": "POST_/kis/elw/v1/quotations/newly-listed", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsNewlyListedRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsNewlyListedRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsNewlyListed" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/newly-listed", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/sensitivity-trend-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/sensitivity-trend-ccnl.", - "operationId": "POST_/kis/elw/v1/quotations/sensitivity-trend-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsSensitivityTrendCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsSensitivityTrendCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsSensitivityTrendCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/sensitivity-trend-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/sensitivity-trend-daily": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/sensitivity-trend-daily.", - "operationId": "POST_/kis/elw/v1/quotations/sensitivity-trend-daily", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsSensitivityTrendDailyRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsSensitivityTrendDailyRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsSensitivityTrendDaily" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/sensitivity-trend-daily", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/udrl-asset-list": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/udrl-asset-list.", - "operationId": "POST_/kis/elw/v1/quotations/udrl-asset-list", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsUdrlAssetListRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsUdrlAssetListRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsUdrlAssetList" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/udrl-asset-list", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/udrl-asset-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/udrl-asset-price.", - "operationId": "POST_/kis/elw/v1/quotations/udrl-asset-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsUdrlAssetPriceRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsUdrlAssetPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsUdrlAssetPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/udrl-asset-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/volatility-trend-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/volatility-trend-ccnl.", - "operationId": "POST_/kis/elw/v1/quotations/volatility-trend-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsVolatilityTrendCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/volatility-trend-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/volatility-trend-daily": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/volatility-trend-daily.", - "operationId": "POST_/kis/elw/v1/quotations/volatility-trend-daily", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendDailyRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsVolatilityTrendDailyRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendDaily" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/volatility-trend-daily", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/volatility-trend-minute": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/volatility-trend-minute.", - "operationId": "POST_/kis/elw/v1/quotations/volatility-trend-minute", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendMinuteRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsVolatilityTrendMinuteRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendMinute" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/volatility-trend-minute", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/quotations/volatility-trend-tick": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/volatility-trend-tick.", - "operationId": "POST_/kis/elw/v1/quotations/volatility-trend-tick", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendTickRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1QuotationsVolatilityTrendTickRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendTick" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/quotations/volatility-trend-tick", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/ranking/indicator": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/ranking/indicator.", - "operationId": "POST_/kis/elw/v1/ranking/indicator", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1RankingIndicatorRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1RankingIndicatorRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1RankingIndicator" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/ranking/indicator", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/ranking/quick-change": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/ranking/quick-change.", - "operationId": "POST_/kis/elw/v1/ranking/quick-change", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1RankingQuickChangeRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1RankingQuickChangeRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1RankingQuickChange" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/ranking/quick-change", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/ranking/sensitivity": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/ranking/sensitivity.", - "operationId": "POST_/kis/elw/v1/ranking/sensitivity", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1RankingSensitivityRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1RankingSensitivityRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1RankingSensitivity" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/ranking/sensitivity", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/ranking/updown-rate": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/ranking/updown-rate.", - "operationId": "POST_/kis/elw/v1/ranking/updown-rate", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1RankingUpdownRateRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1RankingUpdownRateRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1RankingUpdownRate" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/ranking/updown-rate", - "tags": [ - "KIS" - ] - } - }, - "/kis/elw/v1/ranking/volume-rank": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/ranking/volume-rank.", - "operationId": "POST_/kis/elw/v1/ranking/volume-rank", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1RankingVolumeRankRequest" - } - } - }, - "description": "Request body for *specs.KISElwV1RankingVolumeRankRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISElwV1RankingVolumeRank" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/elw/v1/ranking/volume-rank", - "tags": [ - "KIS" - ] - } - }, - "/kis/etfetn/v1/quotations/inquire-component-stock-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/etfetn/v1/quotations/inquire-component-stock-price.", - "operationId": "POST_/kis/etfetn/v1/quotations/inquire-component-stock-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISEtfetnV1QuotationsInquireComponentStockPriceRequest" - } - } - }, - "description": "Request body for *specs.KISEtfetnV1QuotationsInquireComponentStockPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISEtfetnV1QuotationsInquireComponentStockPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/etfetn/v1/quotations/inquire-component-stock-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/etfetn/v1/quotations/inquire-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/etfetn/v1/quotations/inquire-price.", - "operationId": "POST_/kis/etfetn/v1/quotations/inquire-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISEtfetnV1QuotationsInquirePriceRequest" - } - } - }, - "description": "Request body for *specs.KISEtfetnV1QuotationsInquirePriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISEtfetnV1QuotationsInquirePrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/etfetn/v1/quotations/inquire-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/etfetn/v1/quotations/nav-comparison-daily-trend": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/etfetn/v1/quotations/nav-comparison-daily-trend.", - "operationId": "POST_/kis/etfetn/v1/quotations/nav-comparison-daily-trend", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISEtfetnV1QuotationsNavComparisonDailyTrendRequest" - } - } - }, - "description": "Request body for *specs.KISEtfetnV1QuotationsNavComparisonDailyTrendRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISEtfetnV1QuotationsNavComparisonDailyTrend" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/etfetn/v1/quotations/nav-comparison-daily-trend", - "tags": [ - "KIS" - ] - } - }, - "/kis/etfetn/v1/quotations/nav-comparison-time-trend": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/etfetn/v1/quotations/nav-comparison-time-trend.", - "operationId": "POST_/kis/etfetn/v1/quotations/nav-comparison-time-trend", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISEtfetnV1QuotationsNavComparisonTimeTrendRequest" - } - } - }, - "description": "Request body for *specs.KISEtfetnV1QuotationsNavComparisonTimeTrendRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISEtfetnV1QuotationsNavComparisonTimeTrend" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/etfetn/v1/quotations/nav-comparison-time-trend", - "tags": [ - "KIS" - ] - } - }, - "/kis/etfetn/v1/quotations/nav-comparison-trend": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/etfetn/v1/quotations/nav-comparison-trend.", - "operationId": "POST_/kis/etfetn/v1/quotations/nav-comparison-trend", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISEtfetnV1QuotationsNavComparisonTrendRequest" - } - } - }, - "description": "Request body for *specs.KISEtfetnV1QuotationsNavComparisonTrendRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISEtfetnV1QuotationsNavComparisonTrend" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/etfetn/v1/quotations/nav-comparison-trend", - "tags": [ - "KIS" - ] - } - }, - "/kis/hashkey": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/hashkey.", - "operationId": "POST_/kis/hashkey", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISHashkeyRequest" - } - } - }, - "description": "Request body for *specs.KISHashkeyRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISHashkey" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/hashkey", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/daily-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/daily-ccnl.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/daily-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsDailyCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsDailyCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsDailyCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/daily-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/inquire-asking-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/inquire-asking-price.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/inquire-asking-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquireAskingPriceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsInquireAskingPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquireAskingPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/inquire-asking-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/inquire-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/inquire-price.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/inquire-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquirePriceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsInquirePriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquirePrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/inquire-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/inquire-time-futurechartprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/inquire-time-futurechartprice.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/inquire-time-futurechartprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquireTimeFuturechartpriceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsInquireTimeFuturechartpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquireTimeFuturechartprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/inquire-time-futurechartprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/inquire-time-optchartprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/inquire-time-optchartprice.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/inquire-time-optchartprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquireTimeOptchartpriceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsInquireTimeOptchartpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquireTimeOptchartprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/inquire-time-optchartprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/investor-unpd-trend": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/investor-unpd-trend.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/investor-unpd-trend", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInvestorUnpdTrendRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsInvestorUnpdTrendRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInvestorUnpdTrend" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/investor-unpd-trend", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/market-time": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/market-time.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/market-time", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsMarketTimeRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsMarketTimeRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsMarketTime" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/market-time", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/monthly-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/monthly-ccnl.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/monthly-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsMonthlyCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsMonthlyCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsMonthlyCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/monthly-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/opt-asking-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/opt-asking-price.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/opt-asking-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptAskingPriceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsOptAskingPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptAskingPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/opt-asking-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/opt-daily-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/opt-daily-ccnl.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/opt-daily-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptDailyCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsOptDailyCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptDailyCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/opt-daily-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/opt-detail": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/opt-detail.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/opt-detail", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptDetailRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsOptDetailRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptDetail" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/opt-detail", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/opt-monthly-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/opt-monthly-ccnl.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/opt-monthly-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptMonthlyCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsOptMonthlyCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptMonthlyCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/opt-monthly-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/opt-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/opt-price.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/opt-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptPriceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsOptPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/opt-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/opt-tick-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/opt-tick-ccnl.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/opt-tick-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptTickCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsOptTickCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptTickCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/opt-tick-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/opt-weekly-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/opt-weekly-ccnl.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/opt-weekly-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptWeeklyCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsOptWeeklyCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptWeeklyCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/opt-weekly-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/search-contract-detail": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/search-contract-detail.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/search-contract-detail", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsSearchContractDetailRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsSearchContractDetailRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsSearchContractDetail" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/search-contract-detail", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/search-opt-detail": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/search-opt-detail.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/search-opt-detail", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsSearchOptDetailRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsSearchOptDetailRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsSearchOptDetail" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/search-opt-detail", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/stock-detail": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/stock-detail.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/stock-detail", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsStockDetailRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsStockDetailRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsStockDetail" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/stock-detail", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/tick-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/tick-ccnl.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/tick-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsTickCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsTickCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsTickCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/tick-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/quotations/weekly-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/weekly-ccnl.", - "operationId": "POST_/kis/overseas-futureoption/v1/quotations/weekly-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsWeeklyCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsWeeklyCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsWeeklyCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/weekly-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/trading/inquire-ccld": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-ccld.", - "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-ccld", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireCcldRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquireCcldRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireCcld" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-ccld", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/trading/inquire-daily-ccld": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-daily-ccld.", - "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-daily-ccld", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireDailyCcldRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquireDailyCcldRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireDailyCcld" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-daily-ccld", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/trading/inquire-daily-order": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-daily-order.", - "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-daily-order", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireDailyOrderRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquireDailyOrderRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireDailyOrder" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-daily-order", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/trading/inquire-deposit": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-deposit.", - "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-deposit", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireDepositRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquireDepositRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireDeposit" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-deposit", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/trading/inquire-period-ccld": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-period-ccld.", - "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-period-ccld", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquirePeriodCcldRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquirePeriodCcldRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquirePeriodCcld" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-period-ccld", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/trading/inquire-period-trans": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-period-trans.", - "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-period-trans", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquirePeriodTransRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquirePeriodTransRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquirePeriodTrans" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-period-trans", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/trading/inquire-psamount": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-psamount.", - "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-psamount", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquirePsamountRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquirePsamountRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquirePsamount" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-psamount", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/trading/inquire-unpd": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-unpd.", - "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-unpd", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireUnpdRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquireUnpdRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireUnpd" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-unpd", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/trading/margin-detail": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/margin-detail.", - "operationId": "POST_/kis/overseas-futureoption/v1/trading/margin-detail", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingMarginDetailRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1TradingMarginDetailRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingMarginDetail" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/margin-detail", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/trading/order": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-futureoption/v1/trading/order.", - "operationId": "POST_/kis/overseas-futureoption/v1/trading/order", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingOrderRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1TradingOrderRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingOrder" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/order", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-futureoption/v1/trading/order-rvsecncl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-futureoption/v1/trading/order-rvsecncl.", - "operationId": "POST_/kis/overseas-futureoption/v1/trading/order-rvsecncl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingOrderRvsecnclRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasFutureoptionV1TradingOrderRvsecnclRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingOrderRvsecncl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/order-rvsecncl", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/brknews-title": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/brknews-title.", - "operationId": "POST_/kis/overseas-price/v1/quotations/brknews-title", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsBrknewsTitleRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsBrknewsTitleRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsBrknewsTitle" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/brknews-title", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/colable-by-company": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/colable-by-company.", - "operationId": "POST_/kis/overseas-price/v1/quotations/colable-by-company", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsColableByCompanyRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsColableByCompanyRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsColableByCompany" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/colable-by-company", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/dailyprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/dailyprice.", - "operationId": "POST_/kis/overseas-price/v1/quotations/dailyprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsDailypriceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsDailypriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsDailyprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/dailyprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/industry-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/industry-price.", - "operationId": "POST_/kis/overseas-price/v1/quotations/industry-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsIndustryPriceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsIndustryPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsIndustryPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/industry-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/industry-theme": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/industry-theme.", - "operationId": "POST_/kis/overseas-price/v1/quotations/industry-theme", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsIndustryThemeRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsIndustryThemeRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsIndustryTheme" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/industry-theme", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/inquire-asking-price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/inquire-asking-price.", - "operationId": "POST_/kis/overseas-price/v1/quotations/inquire-asking-price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireAskingPriceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsInquireAskingPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireAskingPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/inquire-asking-price", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/inquire-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/inquire-ccnl.", - "operationId": "POST_/kis/overseas-price/v1/quotations/inquire-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsInquireCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/inquire-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/inquire-daily-chartprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/inquire-daily-chartprice.", - "operationId": "POST_/kis/overseas-price/v1/quotations/inquire-daily-chartprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireDailyChartpriceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsInquireDailyChartpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireDailyChartprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/inquire-daily-chartprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/inquire-search": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/inquire-search.", - "operationId": "POST_/kis/overseas-price/v1/quotations/inquire-search", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireSearchRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsInquireSearchRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireSearch" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/inquire-search", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/inquire-time-indexchartprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/inquire-time-indexchartprice.", - "operationId": "POST_/kis/overseas-price/v1/quotations/inquire-time-indexchartprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireTimeIndexchartpriceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsInquireTimeIndexchartpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireTimeIndexchartprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/inquire-time-indexchartprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/inquire-time-itemchartprice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/inquire-time-itemchartprice.", - "operationId": "POST_/kis/overseas-price/v1/quotations/inquire-time-itemchartprice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireTimeItemchartpriceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsInquireTimeItemchartpriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireTimeItemchartprice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/inquire-time-itemchartprice", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/news-title": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/news-title.", - "operationId": "POST_/kis/overseas-price/v1/quotations/news-title", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsNewsTitleRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsNewsTitleRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsNewsTitle" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/news-title", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/period-rights": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/period-rights.", - "operationId": "POST_/kis/overseas-price/v1/quotations/period-rights", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsPeriodRightsRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsPeriodRightsRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsPeriodRights" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/period-rights", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/price": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/price.", - "operationId": "POST_/kis/overseas-price/v1/quotations/price", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsPriceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsPriceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsPrice" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/price", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/price-detail": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/price-detail.", - "operationId": "POST_/kis/overseas-price/v1/quotations/price-detail", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsPriceDetailRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsPriceDetailRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsPriceDetail" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/price-detail", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/rights-by-ice": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/rights-by-ice.", - "operationId": "POST_/kis/overseas-price/v1/quotations/rights-by-ice", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsRightsByIceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsRightsByIceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsRightsByIce" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/rights-by-ice", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-price/v1/quotations/search-info": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/search-info.", - "operationId": "POST_/kis/overseas-price/v1/quotations/search-info", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsSearchInfoRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasPriceV1QuotationsSearchInfoRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsSearchInfo" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/search-info", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/quotations/countries-holiday": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/quotations/countries-holiday.", - "operationId": "POST_/kis/overseas-stock/v1/quotations/countries-holiday", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1QuotationsCountriesHolidayRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1QuotationsCountriesHolidayRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1QuotationsCountriesHoliday" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/quotations/countries-holiday", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/ranking/market-cap": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/market-cap.", - "operationId": "POST_/kis/overseas-stock/v1/ranking/market-cap", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingMarketCapRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1RankingMarketCapRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingMarketCap" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/market-cap", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/ranking/new-highlow": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/new-highlow.", - "operationId": "POST_/kis/overseas-stock/v1/ranking/new-highlow", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingNewHighlowRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1RankingNewHighlowRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingNewHighlow" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/new-highlow", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/ranking/price-fluct": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/price-fluct.", - "operationId": "POST_/kis/overseas-stock/v1/ranking/price-fluct", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingPriceFluctRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1RankingPriceFluctRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingPriceFluct" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/price-fluct", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/ranking/trade-growth": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/trade-growth.", - "operationId": "POST_/kis/overseas-stock/v1/ranking/trade-growth", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingTradeGrowthRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1RankingTradeGrowthRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingTradeGrowth" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/trade-growth", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/ranking/trade-pbmn": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/trade-pbmn.", - "operationId": "POST_/kis/overseas-stock/v1/ranking/trade-pbmn", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingTradePbmnRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1RankingTradePbmnRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingTradePbmn" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/trade-pbmn", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/ranking/trade-turnover": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/trade-turnover.", - "operationId": "POST_/kis/overseas-stock/v1/ranking/trade-turnover", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingTradeTurnoverRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1RankingTradeTurnoverRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingTradeTurnover" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/trade-turnover", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/ranking/trade-vol": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/trade-vol.", - "operationId": "POST_/kis/overseas-stock/v1/ranking/trade-vol", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingTradeVolRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1RankingTradeVolRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingTradeVol" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/trade-vol", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/ranking/updown-rate": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/updown-rate.", - "operationId": "POST_/kis/overseas-stock/v1/ranking/updown-rate", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingUpdownRateRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1RankingUpdownRateRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingUpdownRate" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/updown-rate", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/ranking/volume-power": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/volume-power.", - "operationId": "POST_/kis/overseas-stock/v1/ranking/volume-power", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingVolumePowerRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1RankingVolumePowerRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingVolumePower" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/volume-power", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/ranking/volume-surge": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/volume-surge.", - "operationId": "POST_/kis/overseas-stock/v1/ranking/volume-surge", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingVolumeSurgeRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1RankingVolumeSurgeRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1RankingVolumeSurge" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/volume-surge", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/algo-ordno": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/algo-ordno.", - "operationId": "POST_/kis/overseas-stock/v1/trading/algo-ordno", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingAlgoOrdnoRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingAlgoOrdnoRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingAlgoOrdno" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/algo-ordno", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/daytime-order": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-stock/v1/trading/daytime-order.", - "operationId": "POST_/kis/overseas-stock/v1/trading/daytime-order", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingDaytimeOrderRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingDaytimeOrderRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingDaytimeOrder" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/daytime-order", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/daytime-order-rvsecncl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-stock/v1/trading/daytime-order-rvsecncl.", - "operationId": "POST_/kis/overseas-stock/v1/trading/daytime-order-rvsecncl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingDaytimeOrderRvsecnclRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingDaytimeOrderRvsecnclRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingDaytimeOrderRvsecncl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/daytime-order-rvsecncl", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/foreign-margin": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/foreign-margin.", - "operationId": "POST_/kis/overseas-stock/v1/trading/foreign-margin", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingForeignMarginRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingForeignMarginRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingForeignMargin" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/foreign-margin", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/inquire-algo-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-algo-ccnl.", - "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-algo-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireAlgoCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingInquireAlgoCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireAlgoCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-algo-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/inquire-balance": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-balance.", - "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-balance", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireBalanceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingInquireBalanceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireBalance" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-balance", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/inquire-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-ccnl.", - "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingInquireCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/inquire-nccs": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-nccs.", - "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-nccs", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireNccsRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingInquireNccsRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireNccs" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-nccs", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/inquire-paymt-stdr-balance": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-paymt-stdr-balance.", - "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-paymt-stdr-balance", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePaymtStdrBalanceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingInquirePaymtStdrBalanceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePaymtStdrBalance" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-paymt-stdr-balance", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/inquire-period-profit": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-period-profit.", - "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-period-profit", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePeriodProfitRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingInquirePeriodProfitRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePeriodProfit" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-period-profit", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/inquire-period-trans": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-period-trans.", - "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-period-trans", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePeriodTransRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingInquirePeriodTransRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePeriodTrans" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-period-trans", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/inquire-present-balance": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-present-balance.", - "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-present-balance", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePresentBalanceRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingInquirePresentBalanceRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePresentBalance" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-present-balance", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/inquire-psamount": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-psamount.", - "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-psamount", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePsamountRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingInquirePsamountRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePsamount" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-psamount", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/order": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-stock/v1/trading/order.", - "operationId": "POST_/kis/overseas-stock/v1/trading/order", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingOrderRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingOrder" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/order", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/order-resv": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-stock/v1/trading/order-resv.", - "operationId": "POST_/kis/overseas-stock/v1/trading/order-resv", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderResvRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingOrderResvRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderResv" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/order-resv", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/order-resv-ccnl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-stock/v1/trading/order-resv-ccnl.", - "operationId": "POST_/kis/overseas-stock/v1/trading/order-resv-ccnl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderResvCcnlRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingOrderResvCcnlRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderResvCcnl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/order-resv-ccnl", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/order-resv-list": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/order-resv-list.", - "operationId": "POST_/kis/overseas-stock/v1/trading/order-resv-list", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderResvListRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingOrderResvListRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderResvList" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/order-resv-list", - "tags": [ - "KIS" - ] - } - }, - "/kis/overseas-stock/v1/trading/order-rvsecncl": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-stock/v1/trading/order-rvsecncl.", - "operationId": "POST_/kis/overseas-stock/v1/trading/order-rvsecncl", - "parameters": [ - { - "description": "Optional account selector when multiple KIS accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderRvsecnclRequest" - } - } - }, - "description": "Request body for *specs.KISOverseasStockV1TradingOrderRvsecnclRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderRvsecncl" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/order-rvsecncl", - "tags": [ - "KIS" - ] - } - }, - "/kiwoom/dostk/acnt/ka00001": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka00001).", - "operationId": "POST_/kiwoom/dostk/acnt/ka00001", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa00001Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKa00001Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa00001Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka00001", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/ka01690": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka01690).", - "operationId": "POST_/kiwoom/dostk/acnt/ka01690", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa01690Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKa01690Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa01690Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka01690", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/ka10072": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10072).", - "operationId": "POST_/kiwoom/dostk/acnt/ka10072", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10072Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKa10072Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10072Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10072", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/ka10073": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10073).", - "operationId": "POST_/kiwoom/dostk/acnt/ka10073", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10073Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKa10073Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10073Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10073", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/ka10074": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10074).", - "operationId": "POST_/kiwoom/dostk/acnt/ka10074", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10074Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKa10074Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10074Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10074", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/ka10075": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10075).", - "operationId": "POST_/kiwoom/dostk/acnt/ka10075", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10075Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKa10075Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10075Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10075", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/ka10076": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10076).", - "operationId": "POST_/kiwoom/dostk/acnt/ka10076", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10076Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKa10076Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10076Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10076", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/ka10077": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10077).", - "operationId": "POST_/kiwoom/dostk/acnt/ka10077", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10077Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKa10077Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10077Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10077", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/ka10085": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10085).", - "operationId": "POST_/kiwoom/dostk/acnt/ka10085", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10085Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKa10085Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10085Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10085", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/ka10088": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10088).", - "operationId": "POST_/kiwoom/dostk/acnt/ka10088", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10088Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKa10088Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10088Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10088", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/ka10170": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10170).", - "operationId": "POST_/kiwoom/dostk/acnt/ka10170", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10170Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKa10170Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10170Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10170", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00001": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00001).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00001", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00001Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00001Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00001Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00001", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00002": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00002).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00002", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00002Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00002Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00002Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00002", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00003": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00003).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00003", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00003Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00003Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00003Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00003", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00004": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00004).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00004", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00004Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00004Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00004Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00004", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00005": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00005).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00005", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00005Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00005Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00005Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00005", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00007": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00007).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00007", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00007Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00007Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00007Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00007", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00008": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00008).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00008", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00008Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00008Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00008Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00008", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00009": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00009).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00009", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00009Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00009Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00009Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00009", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00010": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00010).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00010", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00010Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00010Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00010Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00010", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00011": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00011).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00011", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00011Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00011Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00011Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00011", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00012": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00012).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00012", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00012Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00012Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00012Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00012", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00013": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00013).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00013", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00013Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00013Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00013Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00013", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00015": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00015).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00015", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00015Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00015Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00015Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00015", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00016": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00016).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00016", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00016Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00016Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00016Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00016", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00017": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00017).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00017", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00017Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00017Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00017Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00017", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt00018": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00018).", - "operationId": "POST_/kiwoom/dostk/acnt/kt00018", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00018Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt00018Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00018Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00018", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt50020": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt50020).", - "operationId": "POST_/kiwoom/dostk/acnt/kt50020", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50020Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt50020Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50020Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt50020", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt50021": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt50021).", - "operationId": "POST_/kiwoom/dostk/acnt/kt50021", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50021Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt50021Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50021Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt50021", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt50030": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt50030).", - "operationId": "POST_/kiwoom/dostk/acnt/kt50030", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50030Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt50030Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50030Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt50030", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt50031": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt50031).", - "operationId": "POST_/kiwoom/dostk/acnt/kt50031", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50031Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt50031Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50031Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt50031", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt50032": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt50032).", - "operationId": "POST_/kiwoom/dostk/acnt/kt50032", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50032Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt50032Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50032Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt50032", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/acnt/kt50075": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt50075).", - "operationId": "POST_/kiwoom/dostk/acnt/kt50075", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50075Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkAcntKt50075Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50075Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt50075", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka10060": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10060).", - "operationId": "POST_/kiwoom/dostk/chart/ka10060", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10060Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa10060Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10060Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10060", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka10064": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10064).", - "operationId": "POST_/kiwoom/dostk/chart/ka10064", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10064Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa10064Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10064Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10064", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka10079": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10079).", - "operationId": "POST_/kiwoom/dostk/chart/ka10079", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10079Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa10079Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10079Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10079", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka10080": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10080).", - "operationId": "POST_/kiwoom/dostk/chart/ka10080", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10080Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa10080Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10080Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10080", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka10081": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10081).", - "operationId": "POST_/kiwoom/dostk/chart/ka10081", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10081Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa10081Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10081Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10081", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka10082": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10082).", - "operationId": "POST_/kiwoom/dostk/chart/ka10082", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10082Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa10082Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10082Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10082", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka10083": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10083).", - "operationId": "POST_/kiwoom/dostk/chart/ka10083", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10083Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa10083Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10083Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10083", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka10094": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10094).", - "operationId": "POST_/kiwoom/dostk/chart/ka10094", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10094Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa10094Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa10094Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10094", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka20004": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka20004).", - "operationId": "POST_/kiwoom/dostk/chart/ka20004", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa20004Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa20004Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa20004Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka20004", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka20005": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka20005).", - "operationId": "POST_/kiwoom/dostk/chart/ka20005", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa20005Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa20005Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa20005Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka20005", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka20006": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka20006).", - "operationId": "POST_/kiwoom/dostk/chart/ka20006", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa20006Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa20006Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa20006Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka20006", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka20007": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka20007).", - "operationId": "POST_/kiwoom/dostk/chart/ka20007", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa20007Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa20007Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa20007Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka20007", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka20008": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka20008).", - "operationId": "POST_/kiwoom/dostk/chart/ka20008", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa20008Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa20008Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa20008Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka20008", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka20019": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka20019).", - "operationId": "POST_/kiwoom/dostk/chart/ka20019", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa20019Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa20019Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa20019Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka20019", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka50079": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka50079).", - "operationId": "POST_/kiwoom/dostk/chart/ka50079", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa50079Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa50079Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa50079Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka50079", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka50080": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka50080).", - "operationId": "POST_/kiwoom/dostk/chart/ka50080", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa50080Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa50080Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa50080Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka50080", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka50081": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka50081).", - "operationId": "POST_/kiwoom/dostk/chart/ka50081", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa50081Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa50081Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa50081Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka50081", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka50082": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka50082).", - "operationId": "POST_/kiwoom/dostk/chart/ka50082", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa50082Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa50082Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa50082Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka50082", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka50083": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka50083).", - "operationId": "POST_/kiwoom/dostk/chart/ka50083", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa50083Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa50083Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa50083Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka50083", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka50091": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka50091).", - "operationId": "POST_/kiwoom/dostk/chart/ka50091", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa50091Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa50091Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa50091Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka50091", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/chart/ka50092": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka50092).", - "operationId": "POST_/kiwoom/dostk/chart/ka50092", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa50092Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkChartKa50092Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkChartKa50092Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka50092", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/crdordr/kt10006": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/crdordr (api_id=kt10006).", - "operationId": "POST_/kiwoom/dostk/crdordr/kt10006", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10006Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkCrdordrKt10006Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10006Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/crdordr/kt10006", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/crdordr/kt10007": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/crdordr (api_id=kt10007).", - "operationId": "POST_/kiwoom/dostk/crdordr/kt10007", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10007Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkCrdordrKt10007Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10007Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/crdordr/kt10007", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/crdordr/kt10008": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/crdordr (api_id=kt10008).", - "operationId": "POST_/kiwoom/dostk/crdordr/kt10008", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10008Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkCrdordrKt10008Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10008Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/crdordr/kt10008", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/crdordr/kt10009": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/crdordr (api_id=kt10009).", - "operationId": "POST_/kiwoom/dostk/crdordr/kt10009", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10009Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkCrdordrKt10009Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10009Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/crdordr/kt10009", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/elw/ka10048": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka10048).", - "operationId": "POST_/kiwoom/dostk/elw/ka10048", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa10048Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkElwKa10048Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa10048Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka10048", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/elw/ka10050": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka10050).", - "operationId": "POST_/kiwoom/dostk/elw/ka10050", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa10050Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkElwKa10050Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa10050Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka10050", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/elw/ka30001": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30001).", - "operationId": "POST_/kiwoom/dostk/elw/ka30001", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30001Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkElwKa30001Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30001Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30001", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/elw/ka30002": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30002).", - "operationId": "POST_/kiwoom/dostk/elw/ka30002", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30002Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkElwKa30002Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30002Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30002", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/elw/ka30003": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30003).", - "operationId": "POST_/kiwoom/dostk/elw/ka30003", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30003Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkElwKa30003Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30003Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30003", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/elw/ka30004": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30004).", - "operationId": "POST_/kiwoom/dostk/elw/ka30004", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30004Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkElwKa30004Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30004Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30004", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/elw/ka30005": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30005).", - "operationId": "POST_/kiwoom/dostk/elw/ka30005", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30005Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkElwKa30005Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30005Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30005", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/elw/ka30009": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30009).", - "operationId": "POST_/kiwoom/dostk/elw/ka30009", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30009Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkElwKa30009Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30009Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30009", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/elw/ka30010": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30010).", - "operationId": "POST_/kiwoom/dostk/elw/ka30010", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30010Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkElwKa30010Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30010Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30010", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/elw/ka30011": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30011).", - "operationId": "POST_/kiwoom/dostk/elw/ka30011", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30011Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkElwKa30011Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30011Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30011", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/elw/ka30012": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30012).", - "operationId": "POST_/kiwoom/dostk/elw/ka30012", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30012Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkElwKa30012Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkElwKa30012Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30012", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/etf/ka40001": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40001).", - "operationId": "POST_/kiwoom/dostk/etf/ka40001", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40001Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkEtfKa40001Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40001Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40001", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/etf/ka40002": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40002).", - "operationId": "POST_/kiwoom/dostk/etf/ka40002", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40002Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkEtfKa40002Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40002Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40002", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/etf/ka40003": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40003).", - "operationId": "POST_/kiwoom/dostk/etf/ka40003", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40003Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkEtfKa40003Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40003Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40003", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/etf/ka40004": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40004).", - "operationId": "POST_/kiwoom/dostk/etf/ka40004", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40004Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkEtfKa40004Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40004Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40004", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/etf/ka40006": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40006).", - "operationId": "POST_/kiwoom/dostk/etf/ka40006", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40006Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkEtfKa40006Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40006Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40006", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/etf/ka40007": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40007).", - "operationId": "POST_/kiwoom/dostk/etf/ka40007", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40007Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkEtfKa40007Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40007Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40007", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/etf/ka40008": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40008).", - "operationId": "POST_/kiwoom/dostk/etf/ka40008", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40008Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkEtfKa40008Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40008Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40008", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/etf/ka40009": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40009).", - "operationId": "POST_/kiwoom/dostk/etf/ka40009", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40009Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkEtfKa40009Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40009Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40009", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/etf/ka40010": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40010).", - "operationId": "POST_/kiwoom/dostk/etf/ka40010", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40010Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkEtfKa40010Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40010Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40010", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/frgnistt/ka10008": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/frgnistt (api_id=ka10008).", - "operationId": "POST_/kiwoom/dostk/frgnistt/ka10008", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa10008Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkFrgnisttKa10008Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa10008Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/frgnistt/ka10008", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/frgnistt/ka10009": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/frgnistt (api_id=ka10009).", - "operationId": "POST_/kiwoom/dostk/frgnistt/ka10009", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa10009Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkFrgnisttKa10009Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa10009Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/frgnistt/ka10009", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/frgnistt/ka10131": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/frgnistt (api_id=ka10131).", - "operationId": "POST_/kiwoom/dostk/frgnistt/ka10131", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa10131Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkFrgnisttKa10131Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa10131Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/frgnistt/ka10131", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/frgnistt/ka52301": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/frgnistt (api_id=ka52301).", - "operationId": "POST_/kiwoom/dostk/frgnistt/ka52301", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa52301Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkFrgnisttKa52301Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa52301Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/frgnistt/ka52301", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka10004": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10004).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka10004", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10004Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10004Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10004Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10004", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka10005": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10005).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka10005", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10005Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10005Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10005Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10005", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka10006": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10006).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka10006", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10006Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10006Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10006Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10006", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka10007": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10007).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka10007", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10007Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10007Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10007Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10007", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka10011": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10011).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka10011", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10011Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10011Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10011Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10011", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka10044": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10044).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka10044", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10044Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10044Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10044Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10044", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka10045": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10045).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka10045", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10045Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10045Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10045Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10045", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka10046": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10046).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka10046", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10046Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10046Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10046Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10046", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka10047": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10047).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka10047", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10047Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10047Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10047Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10047", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka10063": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10063).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka10063", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10063Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10063Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10063Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10063", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka10066": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10066).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka10066", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10066Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10066Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10066Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10066", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka10078": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10078).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka10078", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10078Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10078Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10078Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10078", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka10086": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10086).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka10086", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10086Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10086Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10086Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10086", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka10087": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10087).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka10087", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10087Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10087Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10087Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10087", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka50010": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka50010).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka50010", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50010Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa50010Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50010Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka50010", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka50012": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka50012).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka50012", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50012Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa50012Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50012Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka50012", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka50087": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka50087).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka50087", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50087Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa50087Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50087Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka50087", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka50100": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka50100).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka50100", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50100Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa50100Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50100Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka50100", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka50101": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka50101).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka50101", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50101Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa50101Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50101Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka50101", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka90005": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka90005).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka90005", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90005Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa90005Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90005Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka90005", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka90006": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka90006).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka90006", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90006Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa90006Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90006Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka90006", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka90007": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka90007).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka90007", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90007Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa90007Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90007Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka90007", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka90008": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka90008).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka90008", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90008Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa90008Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90008Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka90008", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka90010": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka90010).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka90010", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90010Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa90010Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90010Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka90010", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/mrkcond/ka90013": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka90013).", - "operationId": "POST_/kiwoom/dostk/mrkcond/ka90013", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90013Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkMrkcondKa90013Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90013Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka90013", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/ordr/kt10000": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt10000).", - "operationId": "POST_/kiwoom/dostk/ordr/kt10000", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10000Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkOrdrKt10000Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10000Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt10000", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/ordr/kt10001": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt10001).", - "operationId": "POST_/kiwoom/dostk/ordr/kt10001", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10001Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkOrdrKt10001Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10001Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt10001", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/ordr/kt10002": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt10002).", - "operationId": "POST_/kiwoom/dostk/ordr/kt10002", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10002Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkOrdrKt10002Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10002Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt10002", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/ordr/kt10003": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt10003).", - "operationId": "POST_/kiwoom/dostk/ordr/kt10003", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10003Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkOrdrKt10003Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10003Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt10003", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/ordr/kt50000": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt50000).", - "operationId": "POST_/kiwoom/dostk/ordr/kt50000", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50000Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkOrdrKt50000Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50000Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt50000", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/ordr/kt50001": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt50001).", - "operationId": "POST_/kiwoom/dostk/ordr/kt50001", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50001Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkOrdrKt50001Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50001Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt50001", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/ordr/kt50002": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt50002).", - "operationId": "POST_/kiwoom/dostk/ordr/kt50002", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50002Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkOrdrKt50002Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50002Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt50002", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/ordr/kt50003": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt50003).", - "operationId": "POST_/kiwoom/dostk/ordr/kt50003", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50003Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkOrdrKt50003Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50003Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt50003", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10020": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10020).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10020", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10020Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10020Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10020Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10020", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10021": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10021).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10021", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10021Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10021Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10021Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10021", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10022": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10022).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10022", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10022Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10022Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10022Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10022", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10023": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10023).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10023", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10023Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10023Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10023Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10023", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10027": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10027).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10027", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10027Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10027Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10027Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10027", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10029": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10029).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10029", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10029Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10029Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10029Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10029", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10030": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10030).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10030", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10030Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10030Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10030Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10030", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10031": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10031).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10031", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10031Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10031Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10031Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10031", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10032": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10032).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10032", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10032Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10032Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10032Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10032", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10033": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10033).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10033", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10033Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10033Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10033Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10033", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10034": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10034).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10034", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10034Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10034Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10034Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10034", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10035": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10035).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10035", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10035Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10035Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10035Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10035", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10036": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10036).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10036", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10036Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10036Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10036Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10036", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10037": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10037).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10037", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10037Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10037Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10037Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10037", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10038": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10038).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10038", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10038Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10038Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10038Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10038", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10039": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10039).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10039", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10039Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10039Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10039Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10039", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10040": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10040).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10040", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10040Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10040Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10040Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10040", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10042": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10042).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10042", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10042Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10042Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10042Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10042", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10053": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10053).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10053", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10053Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10053Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10053Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10053", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10062": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10062).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10062", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10062Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10062Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10062Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10062", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10065": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10065).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10065", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10065Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10065Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10065Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10065", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka10098": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10098).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka10098", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10098Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10098Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10098Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10098", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/rkinfo/ka90009": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka90009).", - "operationId": "POST_/kiwoom/dostk/rkinfo/ka90009", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa90009Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkRkinfoKa90009Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa90009Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka90009", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/sect/ka10010": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/sect (api_id=ka10010).", - "operationId": "POST_/kiwoom/dostk/sect/ka10010", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSectKa10010Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkSectKa10010Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSectKa10010Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/sect/ka10010", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/sect/ka10051": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/sect (api_id=ka10051).", - "operationId": "POST_/kiwoom/dostk/sect/ka10051", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSectKa10051Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkSectKa10051Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSectKa10051Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/sect/ka10051", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/sect/ka20001": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/sect (api_id=ka20001).", - "operationId": "POST_/kiwoom/dostk/sect/ka20001", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSectKa20001Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkSectKa20001Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSectKa20001Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/sect/ka20001", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/sect/ka20002": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/sect (api_id=ka20002).", - "operationId": "POST_/kiwoom/dostk/sect/ka20002", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSectKa20002Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkSectKa20002Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSectKa20002Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/sect/ka20002", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/sect/ka20003": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/sect (api_id=ka20003).", - "operationId": "POST_/kiwoom/dostk/sect/ka20003", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSectKa20003Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkSectKa20003Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSectKa20003Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/sect/ka20003", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/sect/ka20009": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/sect (api_id=ka20009).", - "operationId": "POST_/kiwoom/dostk/sect/ka20009", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSectKa20009Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkSectKa20009Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSectKa20009Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/sect/ka20009", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/shsa/ka10014": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/shsa (api_id=ka10014).", - "operationId": "POST_/kiwoom/dostk/shsa/ka10014", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkShsaKa10014Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkShsaKa10014Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkShsaKa10014Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/shsa/ka10014", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/slb/ka10068": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/slb (api_id=ka10068).", - "operationId": "POST_/kiwoom/dostk/slb/ka10068", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSlbKa10068Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkSlbKa10068Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSlbKa10068Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/slb/ka10068", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/slb/ka10069": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/slb (api_id=ka10069).", - "operationId": "POST_/kiwoom/dostk/slb/ka10069", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSlbKa10069Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkSlbKa10069Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSlbKa10069Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/slb/ka10069", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/slb/ka20068": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/slb (api_id=ka20068).", - "operationId": "POST_/kiwoom/dostk/slb/ka20068", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSlbKa20068Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkSlbKa20068Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSlbKa20068Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/slb/ka20068", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/slb/ka90012": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/slb (api_id=ka90012).", - "operationId": "POST_/kiwoom/dostk/slb/ka90012", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSlbKa90012Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkSlbKa90012Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkSlbKa90012Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/slb/ka90012", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka00198": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka00198).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka00198", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa00198Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa00198Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa00198Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka00198", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10001": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10001).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10001", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10001Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10001Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10001Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10001", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10002": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10002).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10002", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10002Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10002Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10002Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10002", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10003": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10003).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10003", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10003Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10003Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10003Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10003", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10013": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10013).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10013", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10013Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10013Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10013Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10013", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10015": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10015).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10015", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10015Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10015Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10015Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10015", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10016": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10016).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10016", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10016Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10016Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10016Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10016", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10017": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10017).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10017", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10017Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10017Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10017Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10017", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10018": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10018).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10018", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10018Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10018Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10018Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10018", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10019": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10019).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10019", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10019Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10019Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10019Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10019", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10024": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10024).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10024", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10024Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10024Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10024Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10024", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10025": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10025).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10025", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10025Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10025Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10025Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10025", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10026": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10026).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10026", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10026Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10026Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10026Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10026", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10028": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10028).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10028", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10028Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10028Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10028Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10028", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10043": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10043).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10043", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10043Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10043Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10043Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10043", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10052": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10052).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10052", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10052Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10052Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10052Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10052", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10054": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10054).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10054", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10054Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10054Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10054Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10054", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10055": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10055).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10055", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10055Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10055Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10055Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10055", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10058": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10058).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10058", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10058Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10058Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10058Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10058", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10059": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10059).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10059", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10059Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10059Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10059Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10059", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10061": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10061).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10061", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10061Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10061Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10061Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10061", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10084": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10084).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10084", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10084Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10084Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10084Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10084", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10095": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10095).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10095", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10095Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10095Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10095Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10095", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10099": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10099).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10099", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10099Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10099Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10099Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10099", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10100": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10100).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10100", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10100Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10100Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10100Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10100", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10101": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10101).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10101", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10101Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10101Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10101Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10101", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka10102": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10102).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka10102", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10102Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10102Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10102Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10102", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka90003": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka90003).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka90003", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa90003Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa90003Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa90003Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka90003", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/ka90004": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka90004).", - "operationId": "POST_/kiwoom/dostk/stkinfo/ka90004", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa90004Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKa90004Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa90004Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka90004", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/kt20016": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=kt20016).", - "operationId": "POST_/kiwoom/dostk/stkinfo/kt20016", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKt20016Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKt20016Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKt20016Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/kt20016", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/stkinfo/kt20017": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=kt20017).", - "operationId": "POST_/kiwoom/dostk/stkinfo/kt20017", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKt20017Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkStkinfoKt20017Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKt20017Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/kt20017", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/thme/ka90001": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/thme (api_id=ka90001).", - "operationId": "POST_/kiwoom/dostk/thme/ka90001", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkThmeKa90001Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkThmeKa90001Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkThmeKa90001Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/thme/ka90001", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/dostk/thme/ka90002": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/thme (api_id=ka90002).", - "operationId": "POST_/kiwoom/dostk/thme/ka90002", - "parameters": [ - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkThmeKa90002Request" - } - } - }, - "description": "Request body for *specs.KiwoomApiDostkThmeKa90002Request", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/KiwoomApiDostkThmeKa90002Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom static endpoint /kiwoom/dostk/thme/ka90002", - "tags": [ - "Kiwoom" - ] - } - }, - "/kiwoom/{path...}": { - "post": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxy`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nCalls Kiwoom endpoints implemented in krsec by path. api_id in request body is required.", - "operationId": "POST_/kiwoom/:path...", - "parameters": [ - { - "description": "Kiwoom API path under /api. Accepts wildcard segments.", - "in": "path", - "name": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Optional account selector when multiple Kiwoom accounts exist.", - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - }, - { - "description": " (might contain slashes)", - "in": "path", - "name": "path...", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "*/*": { - "schema": { - "$ref": "#/components/schemas/kiwoomProxyRequest" - } - } - }, - "description": "Request body for server.kiwoomProxyRequest", - "required": true - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Response" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Call Kiwoom endpoint by path", - "tags": [ - "Kiwoom" - ] - } - }, - "/quotes/{market}/{symbol}": { - "get": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleGetQuote`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nReturns the current price for a symbol.", - "operationId": "GET_/quotes/:market/:symbol", - "parameters": [ - { - "description": "Exchange market code", - "examples": { - "KRX": { - "value": "KRX" - }, - "NASDAQ": { - "value": "NASDAQ" - } - }, - "in": "path", - "name": "market", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Ticker symbol", - "examples": { - "AAPL": { - "value": "AAPL" - }, - "Samsung": { - "value": "005930" - } - }, - "in": "path", - "name": "symbol", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Use a specific account's broker (optional)", - "examples": { - "KIS account": { - "value": "12345678-01" - } - }, - "in": "query", - "name": "account_id", - "schema": { - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Response" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Get latest quote", - "tags": [ - "Quotes" - ] - } - }, - "/quotes/{market}/{symbol}/ohlcv": { - "get": { - "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleGetOHLCV`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nReturns daily/weekly/monthly candlestick data.", - "operationId": "GET_/quotes/:market/:symbol/ohlcv", - "parameters": [ - { - "description": "Exchange market code", - "examples": { - "KRX": { - "value": "KRX" - } - }, - "in": "path", - "name": "market", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Ticker symbol", - "examples": { - "Samsung": { - "value": "005930" - } - }, - "in": "path", - "name": "symbol", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Candle interval: 1d, 1w, 1mo", - "examples": { - "daily": { - "value": "1d" - }, - "weekly": { - "value": "1w" - } - }, - "in": "query", - "name": "interval", - "schema": { - "default": "1d", - "type": "string" - } - }, - { - "description": "Start date (YYYY-MM-DD)", - "examples": { - "Jan 2026": { - "value": "2026-01-01" - } - }, - "in": "query", - "name": "from", - "schema": { - "type": "string" - } - }, - { - "description": "End date (YYYY-MM-DD)", - "examples": { - "Feb 2026": { - "value": "2026-02-28" - } - }, - "in": "query", - "name": "to", - "schema": { - "type": "string" - } - }, - { - "description": "Max number of candles (default 100, max 2000)", - "in": "query", - "name": "limit", - "schema": { - "default": "100", - "type": "string" - } - }, - { - "in": "header", - "name": "Accept", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Response" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/Response" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Bad Request _(validation or deserialization error)_" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - }, - "application/xml": { - "schema": { - "$ref": "#/components/schemas/HTTPError" - } - } - }, - "description": "Internal Server Error _(panics)_" - }, - "default": { - "description": "" - } - }, - "summary": "Get OHLCV candles", - "tags": [ - "Quotes" - ] - } - } - } -} + "components": { + "schemas": { + "": { + "description": " schema" + }, + "AuthTokenRequest": { + "description": "AuthTokenRequest schema", + "properties": { + "broker": { + "type": "string" + }, + "credentials": { + "properties": { + "app_key": { + "type": "string" + }, + "app_secret": { + "type": "string" + } + }, + "type": "object" + }, + "sandbox": { + "type": "boolean" + } + }, + "type": "object" + }, + "HTTPError": { + "description": "HTTPError schema", + "properties": { + "detail": { + "description": "Human readable error message", + "nullable": true, + "type": "string" + }, + "errors": { + "items": { + "nullable": true, + "properties": { + "more": { + "additionalProperties": { + "description": "Additional information about the error", + "nullable": true + }, + "description": "Additional information about the error", + "nullable": true, + "type": "object" + }, + "name": { + "description": "For example, name of the parameter that caused the error", + "type": "string" + }, + "reason": { + "description": "Human readable error message", + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "instance": { + "nullable": true, + "type": "string" + }, + "status": { + "description": "HTTP status code", + "example": 403, + "nullable": true, + "type": "integer" + }, + "title": { + "description": "Short title of the error", + "nullable": true, + "type": "string" + }, + "type": { + "description": "URL of the error type. Can be used to lookup the error in a documentation", + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsAvgUnit": { + "description": "KISDomesticBondV1QuotationsAvgUnit schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "avg_evlu_erng_rt": { + "type": "string" + }, + "avg_evlu_rf_unpr": { + "type": "string" + }, + "avg_evlu_unpr": { + "type": "string" + }, + "chng_yn": { + "type": "string" + }, + "evlu_dt": { + "type": "string" + }, + "fnp_crdt_grad_text": { + "type": "string" + }, + "fnp_erng_rt": { + "type": "string" + }, + "fnp_unpr": { + "type": "string" + }, + "kbp_crdt_grad_text": { + "type": "string" + }, + "kbp_erng_rt": { + "type": "string" + }, + "kbp_rf_unpr": { + "type": "string" + }, + "kbp_unpr": { + "type": "string" + }, + "kis_crdt_grad_text": { + "type": "string" + }, + "kis_erng_rt": { + "type": "string" + }, + "kis_rf_unpr": { + "type": "string" + }, + "kis_unpr": { + "type": "string" + }, + "nice_crdt_grad_text": { + "type": "string" + }, + "nice_evlu_erng_rt": { + "type": "string" + }, + "nice_evlu_rf_unpr": { + "type": "string" + }, + "nice_evlu_unpr": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "avg_evlu_amt": { + "type": "string" + }, + "chng_yn": { + "type": "string" + }, + "evlu_dt": { + "type": "string" + }, + "fnp_evlu_amt": { + "type": "string" + }, + "kbp_evlu_amt": { + "type": "string" + }, + "kis_evlu_amt": { + "type": "string" + }, + "nice_evlu_amt": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output3": { + "items": { + "nullable": true, + "properties": { + "avg_evlu_pric": { + "type": "string" + }, + "avg_evlu_unit_pric": { + "type": "string" + }, + "chng_yn": { + "type": "string" + }, + "evlu_dt": { + "type": "string" + }, + "kbp_crcy_cd": { + "type": "string" + }, + "kbp_evlu_pric": { + "type": "string" + }, + "kbp_evlu_unit_pric": { + "type": "string" + }, + "kis_crcy_cd": { + "type": "string" + }, + "kis_evlu_pric": { + "type": "string" + }, + "kis_evlu_unit_pric": { + "type": "string" + }, + "nice_crcy_cd": { + "type": "string" + }, + "nice_evlu_pric": { + "type": "string" + }, + "nice_evlu_unit_pric": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsAvgUnitRequest": { + "description": "KISDomesticBondV1QuotationsAvgUnitRequest schema", + "properties": { + "CTX_AREA_FK100": { + "type": "string" + }, + "CTX_AREA_NK30": { + "type": "string" + }, + "INQR_END_DT": { + "type": "string" + }, + "INQR_STRT_DT": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "PRDT_TYPE_CD": { + "type": "string" + }, + "VRFC_KIND_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsInquireAskingPrice": { + "description": "KISDomesticBondV1QuotationsInquireAskingPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "askp_rsqn1": { + "type": "string" + }, + "askp_rsqn2": { + "type": "string" + }, + "askp_rsqn3": { + "type": "string" + }, + "askp_rsqn4": { + "type": "string" + }, + "askp_rsqn5": { + "type": "string" + }, + "aspr_acpt_hour": { + "type": "string" + }, + "bidp_rsqn1": { + "type": "string" + }, + "bidp_rsqn2": { + "type": "string" + }, + "bidp_rsqn3": { + "type": "string" + }, + "bidp_rsqn4": { + "type": "string" + }, + "bidp_rsqn5": { + "type": "string" + }, + "bond_askp1": { + "type": "string" + }, + "bond_askp2": { + "type": "string" + }, + "bond_askp3": { + "type": "string" + }, + "bond_askp4": { + "type": "string" + }, + "bond_askp5": { + "type": "string" + }, + "bond_bidp1": { + "type": "string" + }, + "bond_bidp2": { + "type": "string" + }, + "bond_bidp3": { + "type": "string" + }, + "bond_bidp4": { + "type": "string" + }, + "bond_bidp5": { + "type": "string" + }, + "ntby_aspr_rsqn": { + "type": "string" + }, + "seln_ernn_rate1": { + "type": "string" + }, + "seln_ernn_rate2": { + "type": "string" + }, + "seln_ernn_rate3": { + "type": "string" + }, + "seln_ernn_rate4": { + "type": "string" + }, + "seln_ernn_rate5": { + "type": "string" + }, + "shnu_ernn_rate1": { + "type": "string" + }, + "shnu_ernn_rate2": { + "type": "string" + }, + "shnu_ernn_rate3": { + "type": "string" + }, + "shnu_ernn_rate4": { + "type": "string" + }, + "shnu_ernn_rate5": { + "type": "string" + }, + "total_askp_rsqn": { + "type": "string" + }, + "total_bidp_rsqn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsInquireAskingPriceRequest": { + "description": "KISDomesticBondV1QuotationsInquireAskingPriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsInquireCcnl": { + "description": "KISDomesticBondV1QuotationsInquireCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "bond_prdy_vrss": { + "type": "string" + }, + "bond_prpr": { + "type": "string" + }, + "cntg_vol": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsInquireCcnlRequest": { + "description": "KISDomesticBondV1QuotationsInquireCcnlRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsInquireDailyItemchartprice": { + "description": "KISDomesticBondV1QuotationsInquireDailyItemchartprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "bond_hgpr": { + "type": "string" + }, + "bond_lwpr": { + "type": "string" + }, + "bond_oprc": { + "type": "string" + }, + "bond_prpr": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsInquireDailyItemchartpriceRequest": { + "description": "KISDomesticBondV1QuotationsInquireDailyItemchartpriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsInquireDailyPrice": { + "description": "KISDomesticBondV1QuotationsInquireDailyPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "bond_hgpr": { + "type": "string" + }, + "bond_lwpr": { + "type": "string" + }, + "bond_oprc": { + "type": "string" + }, + "bond_prdy_vrss": { + "type": "string" + }, + "bond_prpr": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsInquireDailyPriceRequest": { + "description": "KISDomesticBondV1QuotationsInquireDailyPriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsInquirePrice": { + "description": "KISDomesticBondV1QuotationsInquirePrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "bond_hgpr": { + "type": "string" + }, + "bond_llam": { + "type": "string" + }, + "bond_lwpr": { + "type": "string" + }, + "bond_mxpr": { + "type": "string" + }, + "bond_oprc": { + "type": "string" + }, + "bond_prdy_clpr": { + "type": "string" + }, + "bond_prdy_vrss": { + "type": "string" + }, + "bond_prpr": { + "type": "string" + }, + "ernn_rate": { + "type": "string" + }, + "hgpr_ert": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "lwpr_ert": { + "type": "string" + }, + "oprc_ert": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stnd_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsInquirePriceRequest": { + "description": "KISDomesticBondV1QuotationsInquirePriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsIssueInfo": { + "description": "KISDomesticBondV1QuotationsIssueInfo schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "add_erng_rt": { + "type": "string" + }, + "add_erng_rt_aply_dt": { + "type": "string" + }, + "asst_rqdi_dvsn_cd": { + "type": "string" + }, + "bond_clsf_cd": { + "type": "string" + }, + "bond_clsf_kor_name": { + "type": "string" + }, + "bond_grte_istt_name": { + "type": "string" + }, + "bond_int_dfrm_mthd_cd": { + "type": "string" + }, + "bond_nmpr_unit_pric": { + "type": "string" + }, + "bond_rght_dvsn_cd": { + "type": "string" + }, + "bond_rvnu_mthd_cd": { + "type": "string" + }, + "bond_tr_stop_dvsn_cd": { + "type": "string" + }, + "cdtl_cptl_scty_type_cd": { + "type": "string" + }, + "cmco_cd": { + "type": "string" + }, + "crfd_item_rstc_cclc_dt": { + "type": "string" + }, + "crfd_item_yn": { + "type": "string" + }, + "dpsi_psbl_yn": { + "type": "string" + }, + "dsct_ec_rt": { + "type": "string" + }, + "ecis_end_dt": { + "type": "string" + }, + "ecis_opng_dt": { + "type": "string" + }, + "ecis_pric": { + "type": "string" + }, + "elec_scty_yn": { + "type": "string" + }, + "expd_asrc_erng_rt": { + "type": "string" + }, + "expd_dt": { + "type": "string" + }, + "expd_exts_srdp_rcnt": { + "type": "string" + }, + "expd_exts_srdp_rt": { + "type": "string" + }, + "expd_rdpt_rt": { + "type": "string" + }, + "exts_yn": { + "type": "string" + }, + "fnp_crdt_grad_text": { + "type": "string" + }, + "fnrr_rank_dvsn_cd": { + "type": "string" + }, + "frst_erlm_dt": { + "type": "string" + }, + "frst_erlm_stfno": { + "type": "string" + }, + "frst_erlm_tmd": { + "type": "string" + }, + "frst_int_dfrm_dt": { + "type": "string" + }, + "grte_dvsn_cd": { + "type": "string" + }, + "hbbd_yn": { + "type": "string" + }, + "int_anap_dvsn_cd": { + "type": "string" + }, + "int_dfrm_day_type_cd": { + "type": "string" + }, + "int_dfrm_mcnt": { + "type": "string" + }, + "int_mned_dvsn_cd": { + "type": "string" + }, + "int_wunt_uder_prcs_dvsn_cd": { + "type": "string" + }, + "issu_amt": { + "type": "string" + }, + "issu_dt": { + "type": "string" + }, + "issu_istt_cd": { + "type": "string" + }, + "issu_istt_name": { + "type": "string" + }, + "ivst_heed_bond_dvsn_cd": { + "type": "string" + }, + "ivst_heed_bond_dvsn_name": { + "type": "string" + }, + "ivst_heed_prdt_yn": { + "type": "string" + }, + "kbp_crdt_grad_text": { + "type": "string" + }, + "kis_crdt_grad_text": { + "type": "string" + }, + "krx_lstg_abol_dvsn_cd": { + "type": "string" + }, + "ksd_int_calc_unit_cd": { + "type": "string" + }, + "loan_psbl_yn": { + "type": "string" + }, + "lstg_dt": { + "type": "string" + }, + "lstg_rmnd": { + "type": "string" + }, + "nice_crdt_grad_text": { + "type": "string" + }, + "nxtm_int_dfrm_dt": { + "type": "string" + }, + "nxtm_int_dfrm_wday": { + "type": "string" + }, + "opcb_dvsn_cd": { + "type": "string" + }, + "oprt_stff_name": { + "type": "string" + }, + "oprt_stfno": { + "type": "string" + }, + "papr": { + "type": "string" + }, + "pbff_pplc_ofrg_mthd_cd": { + "type": "string" + }, + "pclr_cndt_text": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "pnia_dfrm_agcy_istt_cd": { + "type": "string" + }, + "pnia_int_calc_unpr": { + "type": "string" + }, + "prca_dfmt_term_mcnt": { + "type": "string" + }, + "prcm_idx_bond_yn": { + "type": "string" + }, + "prdt_abrv_name": { + "type": "string" + }, + "prdt_eng_abrv_name": { + "type": "string" + }, + "prdt_eng_name": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_pclc_text": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "rdpt_dt": { + "type": "string" + }, + "rgbf_int_dfrm_dt": { + "type": "string" + }, + "rgbf_int_dfrm_wday": { + "type": "string" + }, + "rght_stck_std_pdno": { + "type": "string" + }, + "rvnu_dt": { + "type": "string" + }, + "rvnu_shap_cd": { + "type": "string" + }, + "sbst_pric": { + "type": "string" + }, + "splt_rdpt_rcnt": { + "type": "string" + }, + "sprx_psbl_yn": { + "type": "string" + }, + "sq1_clop_ecis_opng_dt": { + "type": "string" + }, + "srfc_inrt": { + "type": "string" + }, + "tlg_rcvg_dtl_dtime": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsIssueInfoRequest": { + "description": "KISDomesticBondV1QuotationsIssueInfoRequest schema", + "properties": { + "PDNO": { + "type": "string" + }, + "PRDT_TYPE_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsSearchBondInfo": { + "description": "KISDomesticBondV1QuotationsSearchBondInfo schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "aply_day_prcm_idx_lnkg_cefc": { + "type": "string" + }, + "atyp_rdpt_bond_erlm_yn": { + "type": "string" + }, + "bond_clsf_cd": { + "type": "string" + }, + "bond_clsf_kor_name": { + "type": "string" + }, + "bond_expd_asrc_erng_rt": { + "type": "string" + }, + "bond_expd_rdpt_rt": { + "type": "string" + }, + "bond_int_dfrm_mthd_cd": { + "type": "string" + }, + "crfd_item_yn": { + "type": "string" + }, + "csbd_cclc_dt": { + "type": "string" + }, + "csbd_yn": { + "type": "string" + }, + "dpsi_end_dt": { + "type": "string" + }, + "dpsi_psbl_excp_stat_cd": { + "type": "string" + }, + "dpsi_psbl_yn": { + "type": "string" + }, + "dpsi_strt_dt": { + "type": "string" + }, + "dshn_occr_yn": { + "type": "string" + }, + "dydv_calc_dcnt": { + "type": "string" + }, + "elec_scty_yn": { + "type": "string" + }, + "expd_asrc_erng_rt": { + "type": "string" + }, + "expd_dydv_calc_dcnt": { + "type": "string" + }, + "expd_exts_srdp_rcnt": { + "type": "string" + }, + "expd_exts_srdp_rt": { + "type": "string" + }, + "expd_exts_yn": { + "type": "string" + }, + "expd_rdpt_rt": { + "type": "string" + }, + "frn_intr": { + "type": "string" + }, + "frst_int_dfrm_dt": { + "type": "string" + }, + "ictx_rt_dvsn_cd": { + "type": "string" + }, + "int_caltm_mcnt": { + "type": "string" + }, + "int_dfrm_day_type_cd": { + "type": "string" + }, + "int_mned_dvsn_cd": { + "type": "string" + }, + "int_rkng_mthd_dvsn_cd": { + "type": "string" + }, + "iso_crcy_cd": { + "type": "string" + }, + "issu_dt": { + "type": "string" + }, + "krx_issu_istt_cd": { + "type": "string" + }, + "ksd_bond_int_dfrm_dvsn_cd": { + "type": "string" + }, + "ksd_bond_intr_dvsn_cd": { + "type": "string" + }, + "ksd_bond_issu_mthd_cd": { + "type": "string" + }, + "ksd_bond_item_eng_name": { + "type": "string" + }, + "ksd_bond_item_name": { + "type": "string" + }, + "ksd_bond_lstg_type_cd": { + "type": "string" + }, + "ksd_cbbw_dvsn_cd": { + "type": "string" + }, + "ksd_dydv_caltm_aply_dvsn_cd": { + "type": "string" + }, + "ksd_expd_dydv_calc_bass_cd": { + "type": "string" + }, + "ksd_indf_frqc_uder_calc_cd": { + "type": "string" + }, + "ksd_indf_frqc_uder_calc_dcnt": { + "type": "string" + }, + "ksd_inrt_aply_dvsn_cd": { + "type": "string" + }, + "ksd_int_calc_unit_cd": { + "type": "string" + }, + "ksd_lhdy_pnia_dfrm_mthd_cd": { + "type": "string" + }, + "ksd_ofrg_dvsn_cd": { + "type": "string" + }, + "ksd_opcb_yn": { + "type": "string" + }, + "ksd_prca_rdpt_mthd_cd": { + "type": "string" + }, + "ksd_prcm_lnkg_gvbd_yn": { + "type": "string" + }, + "ksd_rcvg_bond_dsct_rt": { + "type": "string" + }, + "ksd_rcvg_bond_srfc_inrt": { + "type": "string" + }, + "ksd_rqdi_scty_yn": { + "type": "string" + }, + "ksd_sodn_yn": { + "type": "string" + }, + "ksd_tot_issu_amt": { + "type": "string" + }, + "laps_indf_yn": { + "type": "string" + }, + "lstg_abol_dt": { + "type": "string" + }, + "lstg_dt": { + "type": "string" + }, + "mdwy_rdpt_dt": { + "type": "string" + }, + "next_indf_chk_ecls_yn": { + "type": "string" + }, + "nxtm_int_dfrm_dt": { + "type": "string" + }, + "ofrg_dvsn_cd": { + "type": "string" + }, + "padf_plac_hdof_name": { + "type": "string" + }, + "pclr_ptcr_text": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "pnia_bank_ofdy_dfrm_mthd_cd": { + "type": "string" + }, + "pnia_int_calc_unpr": { + "type": "string" + }, + "prca_dfmt_term_mcnt": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "qib_cclc_dt": { + "type": "string" + }, + "qib_yn": { + "type": "string" + }, + "rdpt_dt": { + "type": "string" + }, + "rgbf_int_dfrm_dt": { + "type": "string" + }, + "rght_ecis_mbdy_dvsn_cd": { + "type": "string" + }, + "rvnu_dt": { + "type": "string" + }, + "splt_rdpt_rcnt": { + "type": "string" + }, + "sprx_psbl_yn": { + "type": "string" + }, + "tlg_rcvg_dtl_dtime": { + "type": "string" + }, + "uval_cut_dcpt_dgit": { + "type": "string" + }, + "uval_cut_dvsn_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1QuotationsSearchBondInfoRequest": { + "description": "KISDomesticBondV1QuotationsSearchBondInfoRequest schema", + "properties": { + "PDNO": { + "type": "string" + }, + "PRDT_TYPE_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1TradingBuy": { + "description": "KISDomesticBondV1TradingBuy schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "krx_fwdg_ord_orgno": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1TradingBuyRequest": { + "description": "KISDomesticBondV1TradingBuyRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "BOND_ORD_UNPR": { + "type": "string" + }, + "BOND_RTL_MKET_YN": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTAC_TLNO": { + "type": "string" + }, + "IDCR_STFNO": { + "type": "string" + }, + "MGCO_APTM_ODNO": { + "type": "string" + }, + "ORD_QTY2": { + "type": "string" + }, + "ORD_SVR_DVSN_CD": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "SAMT_MKET_PTCI_YN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1TradingInquireBalance": { + "description": "KISDomesticBondV1TradingInquireBalance schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "agrx_qty": { + "type": "string" + }, + "buy_amt": { + "type": "string" + }, + "buy_dt": { + "type": "string" + }, + "buy_erng_rt": { + "type": "string" + }, + "buy_sqno": { + "type": "string" + }, + "buy_unpr": { + "type": "string" + }, + "cblc_qty": { + "type": "string" + }, + "exdt": { + "type": "string" + }, + "ord_psbl_qty": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "sprx_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1TradingInquireBalanceRequest": { + "description": "KISDomesticBondV1TradingInquireBalanceRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "BUY_DT": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "INQR_CNDT": { + "type": "string" + }, + "PDNO": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1TradingInquireDailyCcld": { + "description": "KISDomesticBondV1TradingInquireDailyCcld schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "tot_bond_ccld_avg_unpr": { + "type": "string" + }, + "tot_ccld_amt_smtl": { + "type": "string" + }, + "tot_ccld_qty_smtl": { + "type": "string" + }, + "tot_ord_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "bond_avg_unpr": { + "type": "string" + }, + "bond_ord_unpr": { + "type": "string" + }, + "buy_dt": { + "type": "string" + }, + "loan_dt": { + "type": "string" + }, + "nccs_qty": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_dt": { + "type": "string" + }, + "ord_dvsn_name": { + "type": "string" + }, + "ord_gno_brno": { + "type": "string" + }, + "ord_mdia_dvsn_name": { + "type": "string" + }, + "ord_qty": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + }, + "orgn_odno": { + "type": "string" + }, + "prdt_abrv_name": { + "type": "string" + }, + "samt_mket_ptci_yn_name": { + "type": "string" + }, + "shtn_pdno": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "sll_buy_dvsn_cd_name": { + "type": "string" + }, + "sprx_psbl_yn_ifom": { + "type": "string" + }, + "tot_ccld_amt": { + "type": "string" + }, + "tot_ccld_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1TradingInquireDailyCcldRequest": { + "description": "KISDomesticBondV1TradingInquireDailyCcldRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "INQR_END_DT": { + "type": "string" + }, + "INQR_STRT_DT": { + "type": "string" + }, + "NCCS_YN": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + }, + "SORT_SQN_DVSN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1TradingInquirePsblOrder": { + "description": "KISDomesticBondV1TradingInquirePsblOrder schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "bond_ord_unpr2": { + "type": "string" + }, + "buy_psbl_amt": { + "type": "string" + }, + "buy_psbl_qty": { + "type": "string" + }, + "cma_evlu_amt": { + "type": "string" + }, + "ord_psbl_cash": { + "type": "string" + }, + "ord_psbl_sbst": { + "type": "string" + }, + "ruse_psbl_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1TradingInquirePsblOrderRequest": { + "description": "KISDomesticBondV1TradingInquirePsblOrderRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "BOND_ORD_UNPR": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "SAMT_MKET_PTCI_YN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1TradingInquirePsblRvsecncl": { + "description": "KISDomesticBondV1TradingInquirePsblRvsecncl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "bond_ord_unpr": { + "type": "string" + }, + "mgco_aptm_odno": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_dvsn_cd": { + "type": "string" + }, + "ord_psbl_qty": { + "type": "string" + }, + "ord_qty": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + }, + "orgn_odno": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_abrv_name": { + "type": "string" + }, + "rvse_cncl_dvsn_name": { + "type": "string" + }, + "samt_mket_ptci_yn": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "tot_ccld_amt": { + "type": "string" + }, + "tot_ccld_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1TradingInquirePsblRvsecnclRequest": { + "description": "KISDomesticBondV1TradingInquirePsblRvsecnclRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "ODNO": { + "type": "string" + }, + "ORD_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1TradingOrderRvsecncl": { + "description": "KISDomesticBondV1TradingOrderRvsecncl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "krx_fwdg_ord_orgno": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1TradingOrderRvsecnclRequest": { + "description": "KISDomesticBondV1TradingOrderRvsecnclRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "BOND_ORD_UNPR": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTAC_TLNO": { + "type": "string" + }, + "MGCO_APTM_ODNO": { + "type": "string" + }, + "ORD_QTY2": { + "type": "string" + }, + "ORD_SVR_DVSN_CD": { + "type": "string" + }, + "ORGN_ODNO": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "QTY_ALL_ORD_YN": { + "type": "string" + }, + "RVSE_CNCL_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1TradingSell": { + "description": "KISDomesticBondV1TradingSell schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "krx_fwdg_ord_orgno": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticBondV1TradingSellRequest": { + "description": "KISDomesticBondV1TradingSellRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "BOND_ORD_UNPR": { + "type": "string" + }, + "BOND_RTL_MKET_YN": { + "type": "string" + }, + "BUY_DT": { + "type": "string" + }, + "BUY_SEQ": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTAC_TLNO": { + "type": "string" + }, + "MGCO_APTM_ODNO": { + "type": "string" + }, + "ORD_DVSN": { + "type": "string" + }, + "ORD_QTY2": { + "type": "string" + }, + "ORD_SVR_DVSN_CD": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "SAMT_MKET_PTCI_YN": { + "type": "string" + }, + "SLL_AGCO_OPPS_SLL_YN": { + "type": "string" + }, + "SPRX_YN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsDisplayBoardCallput": { + "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardCallput schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "acpr": { + "type": "string" + }, + "antc_cntg_prdy_ctrt": { + "type": "string" + }, + "antc_cntg_vrss_sign": { + "type": "string" + }, + "atm_cls_name": { + "type": "string" + }, + "delta_val": { + "type": "string" + }, + "dprt": { + "type": "string" + }, + "esdg": { + "type": "string" + }, + "futs_antc_cnpr": { + "type": "string" + }, + "futs_antc_cntg_vrss": { + "type": "string" + }, + "gama": { + "type": "string" + }, + "hist_vltl": { + "type": "string" + }, + "hts_ints_vltl": { + "type": "string" + }, + "hts_otst_stpl_qty": { + "type": "string" + }, + "hts_thpr": { + "type": "string" + }, + "invl_val": { + "type": "string" + }, + "nmix_sdpr": { + "type": "string" + }, + "optn_askp": { + "type": "string" + }, + "optn_bidp": { + "type": "string" + }, + "optn_hgpr": { + "type": "string" + }, + "optn_llam": { + "type": "string" + }, + "optn_lwpr": { + "type": "string" + }, + "optn_mxpr": { + "type": "string" + }, + "optn_oprc": { + "type": "string" + }, + "optn_prdy_ctrt": { + "type": "string" + }, + "optn_prdy_vrss": { + "type": "string" + }, + "optn_prpr": { + "type": "string" + }, + "optn_shrn_iscd": { + "type": "string" + }, + "otst_stpl_qty_icdc": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "rgbf_vrss_icdc": { + "type": "string" + }, + "rho": { + "type": "string" + }, + "seln_rsqn": { + "type": "string" + }, + "shnu_rsqn": { + "type": "string" + }, + "theta": { + "type": "string" + }, + "tmvl_val": { + "type": "string" + }, + "total_askp_rsqn": { + "type": "string" + }, + "total_bidp_rsqn": { + "type": "string" + }, + "unch_prpr": { + "type": "string" + }, + "vega": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "acpr": { + "type": "string" + }, + "antc_cntg_prdy_ctrt": { + "type": "string" + }, + "antc_cntg_vrss_sign": { + "type": "string" + }, + "atm_cls_name": { + "type": "string" + }, + "delta_val": { + "type": "string" + }, + "dprt": { + "type": "string" + }, + "esdg": { + "type": "string" + }, + "futs_antc_cnpr": { + "type": "string" + }, + "futs_antc_cntg_vrss": { + "type": "string" + }, + "gama": { + "type": "string" + }, + "hist_vltl": { + "type": "string" + }, + "hts_ints_vltl": { + "type": "string" + }, + "hts_otst_stpl_qty": { + "type": "string" + }, + "hts_thpr": { + "type": "string" + }, + "invl_val": { + "type": "string" + }, + "nmix_sdpr": { + "type": "string" + }, + "optn_askp": { + "type": "string" + }, + "optn_bidp": { + "type": "string" + }, + "optn_hgpr": { + "type": "string" + }, + "optn_llam": { + "type": "string" + }, + "optn_lwpr": { + "type": "string" + }, + "optn_mxpr": { + "type": "string" + }, + "optn_oprc": { + "type": "string" + }, + "optn_prdy_ctrt": { + "type": "string" + }, + "optn_prdy_vrss": { + "type": "string" + }, + "optn_prpr": { + "type": "string" + }, + "optn_shrn_iscd": { + "type": "string" + }, + "otst_stpl_qty_icdc": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "rgbf_vrss_icdc": { + "type": "string" + }, + "rho": { + "type": "string" + }, + "seln_rsqn": { + "type": "string" + }, + "shnu_rsqn": { + "type": "string" + }, + "theta": { + "type": "string" + }, + "tmvl_val": { + "type": "string" + }, + "total_askp_rsqn": { + "type": "string" + }, + "total_bidp_rsqn": { + "type": "string" + }, + "unch_prpr": { + "type": "string" + }, + "vega": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsDisplayBoardCallputRequest": { + "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardCallputRequest schema", + "properties": { + "FID_COND_MRKT_CLS_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_MRKT_CLS_CODE": { + "type": "string" + }, + "FID_MRKT_CLS_CODE1": { + "type": "string" + }, + "FID_MTRT_CNT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsDisplayBoardFutures": { + "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardFutures schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "antc_cntg_prdy_ctrt": { + "type": "string" + }, + "antc_cntg_vrss_sign": { + "type": "string" + }, + "futs_antc_cnpr": { + "type": "string" + }, + "futs_antc_cntg_vrss": { + "type": "string" + }, + "futs_askp": { + "type": "string" + }, + "futs_bidp": { + "type": "string" + }, + "futs_hgpr": { + "type": "string" + }, + "futs_lwpr": { + "type": "string" + }, + "futs_prdy_ctrt": { + "type": "string" + }, + "futs_prdy_vrss": { + "type": "string" + }, + "futs_prpr": { + "type": "string" + }, + "futs_shrn_iscd": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "hts_otst_stpl_qty": { + "type": "string" + }, + "hts_rmnn_dynu": { + "type": "string" + }, + "hts_thpr": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "total_askp_rsqn": { + "type": "string" + }, + "total_bidp_rsqn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsDisplayBoardFuturesRequest": { + "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardFuturesRequest schema", + "properties": { + "FID_COND_MRKT_CLS_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsDisplayBoardOptionList": { + "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardOptionList schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "mtrt_yymm": { + "type": "string" + }, + "mtrt_yymm_code": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsDisplayBoardOptionListRequest": { + "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardOptionListRequest schema", + "properties": { + "FID_COND_MRKT_CLS_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsDisplayBoardTop": { + "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardTop schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "futs_prdy_ctrt": { + "type": "string" + }, + "futs_prdy_vrss": { + "type": "string" + }, + "futs_prpr": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "unas_acml_vol": { + "type": "string" + }, + "unas_prdy_ctrt": { + "type": "string" + }, + "unas_prdy_vrss": { + "type": "string" + }, + "unas_prdy_vrss_sign": { + "type": "string" + }, + "unas_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "hts_rmnn_dynu": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsDisplayBoardTopRequest": { + "description": "KISDomesticFutureoptionV1QuotationsDisplayBoardTopRequest schema", + "properties": { + "FID_COND_MRKT_CLS_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE1": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_MTRT_CNT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsExpPriceTrend": { + "description": "KISDomesticFutureoptionV1QuotationsExpPriceTrend schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "antc_cntg_prdy_ctrt": { + "type": "string" + }, + "antc_cntg_vrss_sign": { + "type": "string" + }, + "futs_antc_cnpr": { + "type": "string" + }, + "futs_antc_cntg_vrss": { + "type": "string" + }, + "futs_sdpr": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "antc_cntg_prdy_ctrt": { + "type": "string" + }, + "antc_cntg_vrss_sign": { + "type": "string" + }, + "futs_antc_cnpr": { + "type": "string" + }, + "futs_antc_cntg_vrss": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsExpPriceTrendRequest": { + "description": "KISDomesticFutureoptionV1QuotationsExpPriceTrendRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsInquireAskingPrice": { + "description": "KISDomesticFutureoptionV1QuotationsInquireAskingPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "futs_prdy_clpr": { + "type": "string" + }, + "futs_prdy_ctrt": { + "type": "string" + }, + "futs_prdy_vrss": { + "type": "string" + }, + "futs_prpr": { + "type": "string" + }, + "futs_shrn_iscd": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "askp_csnu1": { + "type": "string" + }, + "askp_csnu2": { + "type": "string" + }, + "askp_csnu3": { + "type": "string" + }, + "askp_csnu4": { + "type": "string" + }, + "askp_csnu5": { + "type": "string" + }, + "askp_rsqn1": { + "type": "string" + }, + "askp_rsqn2": { + "type": "string" + }, + "askp_rsqn3": { + "type": "string" + }, + "askp_rsqn4": { + "type": "string" + }, + "askp_rsqn5": { + "type": "string" + }, + "aspr_acpt_hour": { + "type": "string" + }, + "bidp_csnu1": { + "type": "string" + }, + "bidp_csnu2": { + "type": "string" + }, + "bidp_csnu3": { + "type": "string" + }, + "bidp_csnu4": { + "type": "string" + }, + "bidp_csnu5": { + "type": "string" + }, + "bidp_rsqn1": { + "type": "string" + }, + "bidp_rsqn2": { + "type": "string" + }, + "bidp_rsqn3": { + "type": "string" + }, + "bidp_rsqn4": { + "type": "string" + }, + "bidp_rsqn5": { + "type": "string" + }, + "futs_askp1": { + "type": "string" + }, + "futs_askp2": { + "type": "string" + }, + "futs_askp3": { + "type": "string" + }, + "futs_askp4": { + "type": "string" + }, + "futs_askp5": { + "type": "string" + }, + "futs_bidp1": { + "type": "string" + }, + "futs_bidp2": { + "type": "string" + }, + "futs_bidp3": { + "type": "string" + }, + "futs_bidp4": { + "type": "string" + }, + "futs_bidp5": { + "type": "string" + }, + "total_askp_csnu": { + "type": "string" + }, + "total_askp_rsqn": { + "type": "string" + }, + "total_bidp_csnu": { + "type": "string" + }, + "total_bidp_rsqn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsInquireAskingPriceRequest": { + "description": "KISDomesticFutureoptionV1QuotationsInquireAskingPriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsInquireDailyFuopchartprice": { + "description": "KISDomesticFutureoptionV1QuotationsInquireDailyFuopchartprice schema", + "properties": { + "-acml_tr_pbmn": { + "nullable": true, + "type": "string" + }, + "-acml_vol": { + "nullable": true, + "type": "string" + }, + "-basis": { + "nullable": true, + "type": "string" + }, + "-dprt": { + "nullable": true, + "type": "string" + }, + "-futs_askp": { + "nullable": true, + "type": "string" + }, + "-futs_bidp": { + "nullable": true, + "type": "string" + }, + "-futs_hgpr": { + "nullable": true, + "type": "string" + }, + "-futs_llam": { + "nullable": true, + "type": "string" + }, + "-futs_lwpr": { + "nullable": true, + "type": "string" + }, + "-futs_mxpr": { + "nullable": true, + "type": "string" + }, + "-futs_oprc": { + "nullable": true, + "type": "string" + }, + "-futs_prdy_clpr": { + "nullable": true, + "type": "string" + }, + "-futs_prdy_ctrt": { + "nullable": true, + "type": "string" + }, + "-futs_prdy_hgpr": { + "nullable": true, + "type": "string" + }, + "-futs_prdy_lwpr": { + "nullable": true, + "type": "string" + }, + "-futs_prdy_oprc": { + "nullable": true, + "type": "string" + }, + "-futs_prdy_vrss": { + "nullable": true, + "type": "string" + }, + "-futs_prpr": { + "nullable": true, + "type": "string" + }, + "-futs_shrn_iscd": { + "nullable": true, + "type": "string" + }, + "-hts_kor_isnm": { + "nullable": true, + "type": "string" + }, + "-hts_otst_stpl_qty": { + "nullable": true, + "type": "string" + }, + "-hts_thpr": { + "nullable": true, + "type": "string" + }, + "-kospi200_nmix": { + "nullable": true, + "type": "string" + }, + "-kospi200_prdy_ctrt": { + "nullable": true, + "type": "string" + }, + "-kospi200_prdy_vrss": { + "nullable": true, + "type": "string" + }, + "-kospi200_prdy_vrss_sign": { + "nullable": true, + "type": "string" + }, + "-mod_yn": { + "nullable": true, + "type": "string" + }, + "-otst_stpl_qty_icdc": { + "nullable": true, + "type": "string" + }, + "-prdy_vol": { + "nullable": true, + "type": "string" + }, + "-prdy_vrss_sign": { + "nullable": true, + "type": "string" + }, + "-stck_bsop_date": { + "nullable": true, + "type": "string" + }, + "-tday_rltv": { + "nullable": true, + "type": "string" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "nullable": true, + "type": "string" + }, + "output2": { + "nullable": true, + "type": "string" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsInquireDailyFuopchartpriceRequest": { + "description": "KISDomesticFutureoptionV1QuotationsInquireDailyFuopchartpriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_PERIOD_DIV_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsInquirePrice": { + "description": "KISDomesticFutureoptionV1QuotationsInquirePrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "acpr": { + "type": "string" + }, + "basis": { + "type": "string" + }, + "crbr_aply_llam": { + "type": "string" + }, + "crbr_aply_mxpr": { + "type": "string" + }, + "delta_val": { + "type": "string" + }, + "dprt": { + "type": "string" + }, + "futs_hgpr": { + "type": "string" + }, + "futs_last_tr_date": { + "type": "string" + }, + "futs_llam": { + "type": "string" + }, + "futs_lstn_medm_hgpr": { + "type": "string" + }, + "futs_lstn_medm_lwpr": { + "type": "string" + }, + "futs_lwpr": { + "type": "string" + }, + "futs_mxpr": { + "type": "string" + }, + "futs_oprc": { + "type": "string" + }, + "futs_prdy_clpr": { + "type": "string" + }, + "futs_prdy_ctrt": { + "type": "string" + }, + "futs_prdy_vrss": { + "type": "string" + }, + "futs_prpr": { + "type": "string" + }, + "futs_sdpr": { + "type": "string" + }, + "gama": { + "type": "string" + }, + "hist_vltl": { + "type": "string" + }, + "hts_ints_vltl": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "hts_otst_stpl_qty": { + "type": "string" + }, + "hts_rmnn_dynu": { + "type": "string" + }, + "hts_thpr": { + "type": "string" + }, + "mrkt_basis": { + "type": "string" + }, + "otst_stpl_qty_icdc": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "rho": { + "type": "string" + }, + "theta": { + "type": "string" + }, + "vega": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "bstp_cls_code": { + "type": "string" + }, + "bstp_nmix_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output3": { + "items": { + "nullable": true, + "properties": { + "bstp_cls_code": { + "type": "string" + }, + "bstp_nmix_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsInquirePriceRequest": { + "description": "KISDomesticFutureoptionV1QuotationsInquirePriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsInquireTimeFuopchartprice": { + "description": "KISDomesticFutureoptionV1QuotationsInquireTimeFuopchartprice schema", + "properties": { + "Output1": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "basis": { + "type": "string" + }, + "dprt": { + "type": "string" + }, + "futs_askp": { + "type": "string" + }, + "futs_bidp": { + "type": "string" + }, + "futs_hgpr": { + "type": "string" + }, + "futs_llam": { + "type": "string" + }, + "futs_lwpr": { + "type": "string" + }, + "futs_mxpr": { + "type": "string" + }, + "futs_oprc": { + "type": "string" + }, + "futs_prdy_clpr": { + "type": "string" + }, + "futs_prdy_ctrt": { + "type": "string" + }, + "futs_prdy_hgpr": { + "type": "string" + }, + "futs_prdy_lwpr": { + "type": "string" + }, + "futs_prdy_oprc": { + "type": "string" + }, + "futs_prdy_vrss": { + "type": "string" + }, + "futs_prpr": { + "type": "string" + }, + "futs_shrn_iscd": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "hts_otst_stpl_qty": { + "type": "string" + }, + "hts_thpr": { + "type": "string" + }, + "kospi200_nmix": { + "type": "string" + }, + "kospi200_prdy_ctrt": { + "type": "string" + }, + "kospi200_prdy_vrss": { + "type": "string" + }, + "kospi200_prdy_vrss_sign": { + "type": "string" + }, + "otst_stpl_qty_icdc": { + "type": "string" + }, + "prdy_nmix": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "tday_rltv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "Output2": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "cntg_vol": { + "type": "string" + }, + "futs_hgpr": { + "type": "string" + }, + "futs_lwpr": { + "type": "string" + }, + "futs_oprc": { + "type": "string" + }, + "futs_prpr": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1QuotationsInquireTimeFuopchartpriceRequest": { + "description": "KISDomesticFutureoptionV1QuotationsInquireTimeFuopchartpriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_FAKE_TICK_INCU_YN": { + "type": "string" + }, + "FID_HOUR_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_HOUR_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_PW_DATA_INCU_YN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireBalance": { + "description": "KISDomesticFutureoptionV1TradingInquireBalance schema", + "properties": { + "ctx_area_fk200": { + "nullable": true, + "type": "string" + }, + "ctx_area_nk200": { + "nullable": true, + "type": "string" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acnt_prdt_cd": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "cblc_qty": { + "type": "string" + }, + "ccld_avg_unpr1": { + "type": "string" + }, + "evlu_amt": { + "type": "string" + }, + "evlu_pfls_amt": { + "type": "string" + }, + "excc_unpr": { + "type": "string" + }, + "idx_clpr": { + "type": "string" + }, + "lqd_psbl_qty": { + "type": "string" + }, + "pchs_amt": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "shtn_pdno": { + "type": "string" + }, + "sll_buy_dvsn_name": { + "type": "string" + }, + "trad_pfls_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "add_mgna_cash": { + "type": "string" + }, + "add_mgna_tota": { + "type": "string" + }, + "cash_mgna": { + "type": "string" + }, + "dnca_cash": { + "type": "string" + }, + "dnca_sbst": { + "type": "string" + }, + "evlu_amt_smtl": { + "type": "string" + }, + "evlu_pfls_amt_smtl": { + "type": "string" + }, + "fee": { + "type": "string" + }, + "frcr_dncl_amt": { + "type": "string" + }, + "futr_evlu_pfls_amt": { + "type": "string" + }, + "futr_trad_pfls_amt": { + "type": "string" + }, + "mgna_tota": { + "type": "string" + }, + "nxdy_dnca": { + "type": "string" + }, + "nxdy_dncl_amt": { + "type": "string" + }, + "opt_dfpa": { + "type": "string" + }, + "opt_evlu_pfls_amt": { + "type": "string" + }, + "opt_trad_pfls_amt": { + "type": "string" + }, + "ord_psbl_cash": { + "type": "string" + }, + "ord_psbl_sbst": { + "type": "string" + }, + "ord_psbl_tota": { + "type": "string" + }, + "pchs_amt_smtl": { + "type": "string" + }, + "pprt_ord_psbl_cash": { + "type": "string" + }, + "prsm_dpast": { + "type": "string" + }, + "prsm_dpast_amt": { + "type": "string" + }, + "rnwl_dfpa": { + "type": "string" + }, + "sbst_mgna": { + "type": "string" + }, + "thdt_dfpa": { + "type": "string" + }, + "tot_ccld_amt": { + "type": "string" + }, + "tot_dncl_amt": { + "type": "string" + }, + "trad_pfls_amt_smtl": { + "type": "string" + }, + "wdrw_psbl_tot_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireBalanceRequest": { + "description": "KISDomesticFutureoptionV1TradingInquireBalanceRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "EXCC_STAT_CD": { + "type": "string" + }, + "MGNA_DVSN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireBalanceSettlementPl": { + "description": "KISDomesticFutureoptionV1TradingInquireBalanceSettlementPl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "bfdy_cblc_qty": { + "type": "string" + }, + "cblc_amt": { + "type": "string" + }, + "cblc_qty": { + "type": "string" + }, + "evlu_amt": { + "type": "string" + }, + "evlu_pfls_amt": { + "type": "string" + }, + "mnpl_rpch_qty": { + "type": "string" + }, + "new_qty": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "trad_dvsn_name": { + "type": "string" + }, + "trad_pfls_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "brkg_mgna_cash": { + "type": "string" + }, + "brkg_mgna_tota": { + "type": "string" + }, + "dnca_cash": { + "type": "string" + }, + "dnca_sbst": { + "type": "string" + }, + "fee": { + "type": "string" + }, + "mmga_cash": { + "type": "string" + }, + "mmga_tota": { + "type": "string" + }, + "nxdy_dnca": { + "type": "string" + }, + "opt_buy_chgs": { + "type": "string" + }, + "opt_lqd_evlu_amt": { + "type": "string" + }, + "opt_sll_chgs": { + "type": "string" + }, + "rnwl_dfpa": { + "type": "string" + }, + "thdt_dfpa": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireBalanceSettlementPlRequest": { + "description": "KISDomesticFutureoptionV1TradingInquireBalanceSettlementPlRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "INQR_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireBalanceValuationPl": { + "description": "KISDomesticFutureoptionV1TradingInquireBalanceValuationPl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acnt_prdt_cd": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "cblc_qty1": { + "type": "string" + }, + "ccld_avg_unpr1": { + "type": "string" + }, + "evlu_amt": { + "type": "string" + }, + "evlu_pfls_amt": { + "type": "string" + }, + "excc_unpr": { + "type": "string" + }, + "idx_clpr": { + "type": "string" + }, + "lqd_psbl_qty": { + "type": "string" + }, + "pchs_amt": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "shtn_pdno": { + "type": "string" + }, + "sll_buy_dvsn_name": { + "type": "string" + }, + "trad_pfls_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "add_mgna_cash": { + "type": "string" + }, + "add_mgna_tota": { + "type": "string" + }, + "cash_mgna": { + "type": "string" + }, + "dnca_cash": { + "type": "string" + }, + "dnca_sbst": { + "type": "string" + }, + "evlu_pfls_amt_smtl": { + "type": "string" + }, + "fee": { + "type": "string" + }, + "frcr_dncl_amt": { + "type": "string" + }, + "futr_evlu_pfls_amt": { + "type": "string" + }, + "futr_trad_pfls_amt": { + "type": "string" + }, + "mgna_tota": { + "type": "string" + }, + "nxdy_dnca": { + "type": "string" + }, + "nxdy_dncl_amt": { + "type": "string" + }, + "opt_dfpa": { + "type": "string" + }, + "opt_evlu_pfls_amt": { + "type": "string" + }, + "opt_trad_pfls_amt": { + "type": "string" + }, + "ord_psbl_cash": { + "type": "string" + }, + "ord_psbl_sbst": { + "type": "string" + }, + "ord_psbl_tota": { + "type": "string" + }, + "pprt_ord_psbl_cash": { + "type": "string" + }, + "prsm_dpast": { + "type": "string" + }, + "prsm_dpast_amt": { + "type": "string" + }, + "rnwl_dfpa": { + "type": "string" + }, + "sbst_mgna": { + "type": "string" + }, + "thdt_dfpa": { + "type": "string" + }, + "tot_ccld_amt": { + "type": "string" + }, + "tot_dncl_amt": { + "type": "string" + }, + "trad_pfls_amt_smtl": { + "type": "string" + }, + "wdrw_psbl_tot_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireBalanceValuationPlRequest": { + "description": "KISDomesticFutureoptionV1TradingInquireBalanceValuationPlRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "EXCC_STAT_CD": { + "type": "string" + }, + "MGNA_DVSN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireCcnl": { + "description": "KISDomesticFutureoptionV1TradingInquireCcnl schema", + "properties": { + "ctx_area_fk200": { + "nullable": true, + "type": "string" + }, + "ctx_area_nk200": { + "nullable": true, + "type": "string" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acnt_prdt_cd": { + "type": "string" + }, + "avg_idx": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "csac_name": { + "type": "string" + }, + "ingr_trad_rjct_rson_cd": { + "type": "string" + }, + "ingr_trad_rjct_rson_name": { + "type": "string" + }, + "nmpr_type_cd": { + "type": "string" + }, + "nmpr_type_name": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_dt": { + "type": "string" + }, + "ord_gno_brno": { + "type": "string" + }, + "ord_idx": { + "type": "string" + }, + "ord_ip_addr": { + "type": "string" + }, + "ord_qty": { + "type": "string" + }, + "ord_stfno": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + }, + "orgn_odno": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "qty": { + "type": "string" + }, + "rjct_qty": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "sprd_item_yn": { + "type": "string" + }, + "tot_ccld_amt": { + "type": "string" + }, + "tot_ccld_qty": { + "type": "string" + }, + "trad_dvsn_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "ctac_tlno": { + "type": "string" + }, + "fee_smtl": { + "type": "string" + }, + "tot_ccld_amt_smtl": { + "type": "string" + }, + "tot_ccld_qty_smtl": { + "type": "string" + }, + "tot_ord_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireCcnlBstime": { + "description": "KISDomesticFutureoptionV1TradingInquireCcnlBstime schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "ccld_btwn": { + "type": "string" + }, + "ccld_idx": { + "type": "string" + }, + "ccld_qty": { + "type": "string" + }, + "fee": { + "type": "string" + }, + "last_sttldt": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "tr_type_name": { + "type": "string" + }, + "trad_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "fee_adjt": { + "type": "string" + }, + "fee_smtl": { + "type": "string" + }, + "tot_ccld_amt_smtl": { + "type": "string" + }, + "tot_ccld_qty_smtl": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireCcnlBstimeRequest": { + "description": "KISDomesticFutureoptionV1TradingInquireCcnlBstimeRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "FUOP_TR_END_TMD": { + "type": "string" + }, + "FUOP_TR_STRT_TMD": { + "type": "string" + }, + "ORD_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireCcnlRequest": { + "description": "KISDomesticFutureoptionV1TradingInquireCcnlRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CCLD_NCCS_DVSN": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "END_ORD_DT": { + "type": "string" + }, + "MKET_ID_CD": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + }, + "SORT_SQN": { + "type": "string" + }, + "STRT_ODNO": { + "type": "string" + }, + "STRT_ORD_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireDailyAmountFee": { + "description": "KISDomesticFutureoptionV1TradingInquireDailyAmountFee schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "buy_agrm_amt": { + "type": "string" + }, + "buy_fee": { + "type": "string" + }, + "item_name": { + "type": "string" + }, + "ord_dt": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "sll_agrm_amt": { + "type": "string" + }, + "sll_fee": { + "type": "string" + }, + "tot_fee_smtl": { + "type": "string" + }, + "trad_pfls": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "agrm_amt_smtl": { + "type": "string" + }, + "buy_agrm_amt": { + "type": "string" + }, + "buy_fee": { + "type": "string" + }, + "fee": { + "type": "string" + }, + "fee_smtl": { + "type": "string" + }, + "futr_agrm": { + "type": "string" + }, + "futr_agrm_amt": { + "type": "string" + }, + "futr_agrm_amt_smtl": { + "type": "string" + }, + "futr_buy_fee_smtl": { + "type": "string" + }, + "futr_fee": { + "type": "string" + }, + "futr_fee_smtl": { + "type": "string" + }, + "futr_sll_fee_smtl": { + "type": "string" + }, + "opt_agrm": { + "type": "string" + }, + "opt_agrm_amt": { + "type": "string" + }, + "opt_agrm_amt_smtl": { + "type": "string" + }, + "opt_buy_fee_smtl": { + "type": "string" + }, + "opt_fee": { + "type": "string" + }, + "opt_fee_smtl": { + "type": "string" + }, + "opt_sll_fee_smtl": { + "type": "string" + }, + "prdt_fuop": { + "type": "string" + }, + "prdt_futr_agrm": { + "type": "string" + }, + "prdt_futr_evlu_amt": { + "type": "string" + }, + "sll_agrm_amt": { + "type": "string" + }, + "sll_fee": { + "type": "string" + }, + "trad_pfls_smtl": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireDailyAmountFeeRequest": { + "description": "KISDomesticFutureoptionV1TradingInquireDailyAmountFeeRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "INQR_END_DAY": { + "type": "string" + }, + "INQR_STRT_DAY": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireDeposit": { + "description": "KISDomesticFutureoptionV1TradingInquireDeposit schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "add_mgna_cash": { + "type": "string" + }, + "add_mgna_tota": { + "type": "string" + }, + "bfdy_chck_amt": { + "type": "string" + }, + "brkg_fee": { + "type": "string" + }, + "brkg_mgna_cash": { + "type": "string" + }, + "brkg_mgna_sbst": { + "type": "string" + }, + "cash_mntn_amt": { + "type": "string" + }, + "dnca_sbst": { + "type": "string" + }, + "dnca_tota": { + "type": "string" + }, + "evlu_pfls_smtl": { + "type": "string" + }, + "excc_dfpa": { + "type": "string" + }, + "frcr_evlu_amt": { + "type": "string" + }, + "futr_evlu_pfls_amt": { + "type": "string" + }, + "futr_trad_pfls": { + "type": "string" + }, + "hack_acdt_acnt_move_amt": { + "type": "string" + }, + "mtnc_rt": { + "type": "string" + }, + "nxdy_dnca": { + "type": "string" + }, + "opt_dfpa": { + "type": "string" + }, + "opt_evlu_pfls_amt": { + "type": "string" + }, + "opt_trad_pfls_amt": { + "type": "string" + }, + "ord_psbl_cash": { + "type": "string" + }, + "ord_psbl_tota": { + "type": "string" + }, + "prsm_dpast_amt": { + "type": "string" + }, + "rcva": { + "type": "string" + }, + "rlth_uwdl_dpos_amt": { + "type": "string" + }, + "sbst_rlse_psbl_amt": { + "type": "string" + }, + "scts_sbst_amt": { + "type": "string" + }, + "thdt_chck_amt": { + "type": "string" + }, + "trad_pfls_smtl": { + "type": "string" + }, + "wdrw_psbl_tot_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireDepositRequest": { + "description": "KISDomesticFutureoptionV1TradingInquireDepositRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireNgtBalance": { + "description": "KISDomesticFutureoptionV1TradingInquireNgtBalance schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acnt_prdt_cd": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "cblc_qty": { + "type": "string" + }, + "ccld_avg_unpr1": { + "type": "string" + }, + "evlu_amt": { + "type": "string" + }, + "evlu_pfls_amt": { + "type": "string" + }, + "excc_unpr": { + "type": "string" + }, + "idx_clpr": { + "type": "string" + }, + "lqd_psbl_qty": { + "type": "string" + }, + "pchs_amt": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "shtn_pdno": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "sll_buy_dvsn_name": { + "type": "string" + }, + "trad_dvsn_name": { + "type": "string" + }, + "trad_pfls_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "add_mgna_cash": { + "type": "string" + }, + "add_mgna_tota": { + "type": "string" + }, + "cash_mgna": { + "type": "string" + }, + "dnca_cash": { + "type": "string" + }, + "dnca_sbst": { + "type": "string" + }, + "evlu_amt_smtl": { + "type": "string" + }, + "evlu_pfls_amt_smtl": { + "type": "string" + }, + "fee": { + "type": "string" + }, + "frcr_dncl_amt": { + "type": "string" + }, + "futr_evlu_pfls_amt": { + "type": "string" + }, + "futr_trad_pfls_amt": { + "type": "string" + }, + "isfc_amt": { + "type": "string" + }, + "mgna_tota": { + "type": "string" + }, + "mmga_cash_amt": { + "type": "string" + }, + "mmga_tot_amt": { + "type": "string" + }, + "mtnc_rt": { + "type": "string" + }, + "nxdy_dnca": { + "type": "string" + }, + "nxdy_dncl_amt": { + "type": "string" + }, + "opt_dfpa": { + "type": "string" + }, + "opt_evlu_pfls_amt": { + "type": "string" + }, + "opt_trad_pfls_amt": { + "type": "string" + }, + "ord_psbl_cash": { + "type": "string" + }, + "ord_psbl_sbst": { + "type": "string" + }, + "ord_psbl_tota": { + "type": "string" + }, + "pchs_amt_smtl": { + "type": "string" + }, + "pprt_ord_psbl_cash": { + "type": "string" + }, + "prsm_dpast": { + "type": "string" + }, + "rnwl_dfpa": { + "type": "string" + }, + "sbst_mgna": { + "type": "string" + }, + "thdt_dfpa": { + "type": "string" + }, + "tot_dncl_amt": { + "type": "string" + }, + "trad_pfls_amt_smtl": { + "type": "string" + }, + "wdrw_psbl_tot_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireNgtBalanceRequest": { + "description": "KISDomesticFutureoptionV1TradingInquireNgtBalanceRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "ACNT_PWD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "EXCC_STAT_CD": { + "type": "string" + }, + "MGNA_DVSN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireNgtCcnl": { + "description": "KISDomesticFutureoptionV1TradingInquireNgtCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acnt_prdt_cd": { + "type": "string" + }, + "avg_idx": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "csac_name": { + "type": "string" + }, + "ingr_trad_rjct_rson_cd": { + "type": "string" + }, + "ingr_trad_rjct_rson_name": { + "type": "string" + }, + "nmpr_type_name": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_dt": { + "type": "string" + }, + "ord_gno_brno": { + "type": "string" + }, + "ord_idx4": { + "type": "string" + }, + "ord_ip_addr": { + "type": "string" + }, + "ord_qty": { + "type": "string" + }, + "ord_stfno": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + }, + "orgn_odno": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "qty": { + "type": "string" + }, + "rjct_qty": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "sprd_item_yn": { + "type": "string" + }, + "tot_ccld_amt": { + "type": "string" + }, + "tot_ccld_qty": { + "type": "string" + }, + "trad_dvsn_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "ctac_tlno": { + "type": "string" + }, + "fee": { + "type": "string" + }, + "tot_ccld_amt": { + "type": "string" + }, + "tot_ccld_amt_SMTL": { + "type": "string" + }, + "tot_ccld_qty": { + "type": "string" + }, + "tot_ccld_qty_SMTL": { + "type": "string" + }, + "tot_ord_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquireNgtCcnlRequest": { + "description": "KISDomesticFutureoptionV1TradingInquireNgtCcnlRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CCLD_NCCS_DVSN": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "END_ORD_DT": { + "type": "string" + }, + "FUOP_DVSN_CD": { + "type": "string" + }, + "MKET_ID_CD": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "SCRN_DVSN": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + }, + "SORT_SQN": { + "type": "string" + }, + "STRT_ODNO": { + "type": "string" + }, + "STRT_ORD_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquirePsblNgtOrder": { + "description": "KISDomesticFutureoptionV1TradingInquirePsblNgtOrder schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "bass_idx": { + "type": "string" + }, + "lqd_psbl_qty": { + "type": "string" + }, + "lqd_psbl_qty_1": { + "type": "string" + }, + "max_ord_psbl_qty": { + "type": "string" + }, + "ord_psbl_qty": { + "type": "string" + }, + "tot_psbl_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquirePsblNgtOrderRequest": { + "description": "KISDomesticFutureoptionV1TradingInquirePsblNgtOrderRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "ORD_DVSN_CD": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "PRDT_TYPE_CD": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + }, + "UNIT_PRICE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquirePsblOrder": { + "description": "KISDomesticFutureoptionV1TradingInquirePsblOrder schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "bass_idx": { + "type": "string" + }, + "lqd_psbl_qty1": { + "type": "string" + }, + "ord_psbl_qty": { + "type": "string" + }, + "tot_psbl_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingInquirePsblOrderRequest": { + "description": "KISDomesticFutureoptionV1TradingInquirePsblOrderRequest schema" + }, + "KISDomesticFutureoptionV1TradingNgtMarginDetail": { + "description": "KISDomesticFutureoptionV1TradingNgtMarginDetail schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "cash_amt": { + "type": "string" + }, + "tot_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "cash_amt": { + "type": "string" + }, + "sbst_amt": { + "type": "string" + }, + "tot_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output3": { + "items": { + "nullable": true, + "properties": { + "base_dpsa_gdat_grad_cd": { + "type": "string" + }, + "bfdy_sbst_sll_ccld_amt": { + "type": "string" + }, + "bfdy_sbst_sll_sbst_amt": { + "type": "string" + }, + "excc_dfpa": { + "type": "string" + }, + "fee_amt": { + "type": "string" + }, + "nxdy_dncl_amt": { + "type": "string" + }, + "opt_base_dpsa_gdat_grad_cd": { + "type": "string" + }, + "opt_buy_exus_acnt_yn": { + "type": "string" + }, + "opt_dfpa": { + "type": "string" + }, + "prsm_dpast_amt": { + "type": "string" + }, + "thdt_sbst_sll_ccld_amt": { + "type": "string" + }, + "thdt_sbst_sll_sbst_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingNgtMarginDetailRequest": { + "description": "KISDomesticFutureoptionV1TradingNgtMarginDetailRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "MGNA_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingOrder": { + "description": "KISDomesticFutureoptionV1TradingOrder schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "ACNT_NAME": { + "type": "string" + }, + "ITEM_NAME": { + "type": "string" + }, + "ODNO": { + "type": "string" + }, + "ORD_GNO_BRNO": { + "type": "string" + }, + "ORD_TMD": { + "type": "string" + }, + "TRAD_DVSN_NAME": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingOrderRequest": { + "description": "KISDomesticFutureoptionV1TradingOrderRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "ORD_DVSN_CD": { + "type": "string" + }, + "ORD_PRCS_DVSN_CD": { + "type": "string" + }, + "ORD_QTY": { + "type": "string" + }, + "SHTN_PDNO": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + }, + "UNIT_PRICE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingOrderRvsecncl": { + "description": "KISDomesticFutureoptionV1TradingOrderRvsecncl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "ACNT_NAME": { + "type": "string" + }, + "ITEM_NAME": { + "type": "string" + }, + "ODNO": { + "type": "string" + }, + "ORD_GNO_BRNO": { + "type": "string" + }, + "ORD_TMD": { + "type": "string" + }, + "ORGN_ODNO": { + "type": "string" + }, + "TRAD_DVSN_NAME": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticFutureoptionV1TradingOrderRvsecnclRequest": { + "description": "KISDomesticFutureoptionV1TradingOrderRvsecnclRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "KRX_NMPR_CNDT_CD": { + "type": "string" + }, + "NMPR_TYPE_CD": { + "type": "string" + }, + "ORD_DVSN_CD": { + "type": "string" + }, + "ORD_PRCS_DVSN_CD": { + "type": "string" + }, + "ORD_QTY": { + "type": "string" + }, + "ORGN_ODNO": { + "type": "string" + }, + "RMN_QTY_YN": { + "type": "string" + }, + "RVSE_CNCL_DVSN_CD": { + "type": "string" + }, + "UNIT_PRICE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1FinanceBalanceSheet": { + "description": "KISDomesticStockV1FinanceBalanceSheet schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "cfp_surp": { + "type": "string" + }, + "cpfn": { + "type": "string" + }, + "cras": { + "type": "string" + }, + "fix_lblt": { + "type": "string" + }, + "flow_lblt": { + "type": "string" + }, + "fxas": { + "type": "string" + }, + "prfi_surp": { + "type": "string" + }, + "stac_yymm": { + "type": "string" + }, + "total_aset": { + "type": "string" + }, + "total_cptl": { + "type": "string" + }, + "total_lblt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1FinanceBalanceSheetRequest": { + "description": "KISDomesticStockV1FinanceBalanceSheetRequest schema", + "properties": { + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1FinanceFinancialRatio": { + "description": "KISDomesticStockV1FinanceFinancialRatio schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "bps": { + "type": "string" + }, + "bsop_prfi_inrt": { + "type": "string" + }, + "eps": { + "type": "string" + }, + "grs": { + "type": "string" + }, + "lblt_rate": { + "type": "string" + }, + "ntin_inrt": { + "type": "string" + }, + "roe_val": { + "type": "string" + }, + "rsrv_rate": { + "type": "string" + }, + "sps": { + "type": "string" + }, + "stac_yymm": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1FinanceFinancialRatioRequest": { + "description": "KISDomesticStockV1FinanceFinancialRatioRequest schema", + "properties": { + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1FinanceGrowthRatio": { + "description": "KISDomesticStockV1FinanceGrowthRatio schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "bsop_prfi_inrt": { + "type": "string" + }, + "equt_inrt": { + "type": "string" + }, + "grs": { + "type": "string" + }, + "stac_yymm": { + "type": "string" + }, + "totl_aset_inrt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1FinanceGrowthRatioRequest": { + "description": "KISDomesticStockV1FinanceGrowthRatioRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1FinanceIncomeStatement": { + "description": "KISDomesticStockV1FinanceIncomeStatement schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "bsop_non_ernn": { + "type": "string" + }, + "bsop_non_expn": { + "type": "string" + }, + "bsop_prti": { + "type": "string" + }, + "depr_cost": { + "type": "string" + }, + "op_prfi": { + "type": "string" + }, + "sale_account": { + "type": "string" + }, + "sale_cost": { + "type": "string" + }, + "sale_totl_prfi": { + "type": "string" + }, + "sell_mang": { + "type": "string" + }, + "spec_loss": { + "type": "string" + }, + "spec_prfi": { + "type": "string" + }, + "stac_yymm": { + "type": "string" + }, + "thtr_ntin": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1FinanceIncomeStatementRequest": { + "description": "KISDomesticStockV1FinanceIncomeStatementRequest schema", + "properties": { + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1FinanceOtherMajorRatios": { + "description": "KISDomesticStockV1FinanceOtherMajorRatios schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "ebitda": { + "type": "string" + }, + "ev_ebitda": { + "type": "string" + }, + "eva": { + "type": "string" + }, + "payout_rate": { + "type": "string" + }, + "stac_yymm": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1FinanceOtherMajorRatiosRequest": { + "description": "KISDomesticStockV1FinanceOtherMajorRatiosRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1FinanceProfitRatio": { + "description": "KISDomesticStockV1FinanceProfitRatio schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "cptl_ntin_rate": { + "type": "string" + }, + "sale_ntin_rate": { + "type": "string" + }, + "sale_totl_rate": { + "type": "string" + }, + "self_cptl_ntin_inrt": { + "type": "string" + }, + "stac_yymm": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1FinanceProfitRatioRequest": { + "description": "KISDomesticStockV1FinanceProfitRatioRequest schema", + "properties": { + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1FinanceStabilityRatio": { + "description": "KISDomesticStockV1FinanceStabilityRatio schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "bram_depn": { + "type": "string" + }, + "crnt_rate": { + "type": "string" + }, + "lblt_rate": { + "type": "string" + }, + "quck_rate": { + "type": "string" + }, + "stac_yymm": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1FinanceStabilityRatioRequest": { + "description": "KISDomesticStockV1FinanceStabilityRatioRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoBonusIssue": { + "description": "KISDomesticStockV1KsdinfoBonusIssue schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "fix_rate": { + "type": "string" + }, + "isin_name": { + "type": "string" + }, + "issue_stk_qty": { + "type": "string" + }, + "list_date": { + "type": "string" + }, + "odd_pay_dt": { + "type": "string" + }, + "odd_rec_price": { + "type": "string" + }, + "record_date": { + "type": "string" + }, + "right_dt": { + "type": "string" + }, + "sht_cd": { + "type": "string" + }, + "stk_kind": { + "type": "string" + }, + "tot_issue_stk_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoBonusIssueRequest": { + "description": "KISDomesticStockV1KsdinfoBonusIssueRequest schema", + "properties": { + "CTS": { + "type": "string" + }, + "F_DT": { + "type": "string" + }, + "SHT_CD": { + "type": "string" + }, + "T_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoCapDcrs": { + "description": "KISDomesticStockV1KsdinfoCapDcrs schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "comp_way": { + "type": "string" + }, + "isin_name": { + "type": "string" + }, + "list_dt": { + "type": "string" + }, + "record_date": { + "type": "string" + }, + "reduce_cap_rate": { + "type": "string" + }, + "reduce_cap_type": { + "type": "string" + }, + "sht_cd": { + "type": "string" + }, + "stk_kind": { + "type": "string" + }, + "td_stop_dt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoCapDcrsRequest": { + "description": "KISDomesticStockV1KsdinfoCapDcrsRequest schema", + "properties": { + "CTS": { + "type": "string" + }, + "F_DT": { + "type": "string" + }, + "SHT_CD": { + "type": "string" + }, + "T_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoDividend": { + "description": "KISDomesticStockV1KsdinfoDividend schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "divi_kind": { + "type": "string" + }, + "divi_pay_dt": { + "type": "string" + }, + "divi_rate": { + "type": "string" + }, + "face_val": { + "type": "string" + }, + "high_divi_gb": { + "type": "string" + }, + "isin_name": { + "type": "string" + }, + "odd_pay_dt": { + "type": "string" + }, + "per_sto_divi_amt": { + "type": "string" + }, + "record_date": { + "type": "string" + }, + "sht_cd": { + "type": "string" + }, + "stk_div_pay_dt": { + "type": "string" + }, + "stk_divi_rate": { + "type": "string" + }, + "stk_kind": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoDividendRequest": { + "description": "KISDomesticStockV1KsdinfoDividendRequest schema", + "properties": { + "CTS": { + "type": "string" + }, + "F_DT": { + "type": "string" + }, + "GB1": { + "type": "string" + }, + "HIGH_GB": { + "type": "string" + }, + "SHT_CD": { + "type": "string" + }, + "T_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoForfeit": { + "description": "KISDomesticStockV1KsdinfoForfeit schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "isin_name": { + "type": "string" + }, + "lead_mgr": { + "type": "string" + }, + "list_dt": { + "type": "string" + }, + "record_date": { + "type": "string" + }, + "refund_dt": { + "type": "string" + }, + "sht_cd": { + "type": "string" + }, + "subscr_dt": { + "type": "string" + }, + "subscr_price": { + "type": "string" + }, + "subscr_stk_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoForfeitRequest": { + "description": "KISDomesticStockV1KsdinfoForfeitRequest schema", + "properties": { + "CTS": { + "type": "string" + }, + "F_DT": { + "type": "string" + }, + "SHT_CD": { + "type": "string" + }, + "T_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoListInfo": { + "description": "KISDomesticStockV1KsdinfoListInfo schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "isin_name": { + "type": "string" + }, + "issue_price": { + "type": "string" + }, + "issue_stk_qty": { + "type": "string" + }, + "issue_type": { + "type": "string" + }, + "list_dt": { + "type": "string" + }, + "sht_cd": { + "type": "string" + }, + "stk_kind": { + "type": "string" + }, + "tot_issue_stk_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoListInfoRequest": { + "description": "KISDomesticStockV1KsdinfoListInfoRequest schema", + "properties": { + "CTS": { + "type": "string" + }, + "F_DT": { + "type": "string" + }, + "SHT_CD": { + "type": "string" + }, + "T_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoMandDeposit": { + "description": "KISDomesticStockV1KsdinfoMandDeposit schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "depo_date": { + "type": "string" + }, + "depo_reason": { + "type": "string" + }, + "isin_name": { + "type": "string" + }, + "sht_cd": { + "type": "string" + }, + "stk_qty": { + "type": "string" + }, + "tot_issue_qty_per_rate": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoMandDepositRequest": { + "description": "KISDomesticStockV1KsdinfoMandDepositRequest schema", + "properties": { + "CTS": { + "type": "string" + }, + "F_DT": { + "type": "string" + }, + "SHT_CD": { + "type": "string" + }, + "T_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoMergerSplit": { + "description": "KISDomesticStockV1KsdinfoMergerSplit schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "cust_cd": { + "type": "string" + }, + "cust_nm": { + "type": "string" + }, + "issue_stk_qty": { + "type": "string" + }, + "list_dt": { + "type": "string" + }, + "merge_rate": { + "type": "string" + }, + "merge_type": { + "type": "string" + }, + "odd_amt_pay_dt": { + "type": "string" + }, + "opp_cust_cd": { + "type": "string" + }, + "opp_cust_nm": { + "type": "string" + }, + "record_date": { + "type": "string" + }, + "seq": { + "type": "string" + }, + "sht_cd": { + "type": "string" + }, + "td_stop_dt": { + "type": "string" + }, + "tot_issue_stk_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoMergerSplitRequest": { + "description": "KISDomesticStockV1KsdinfoMergerSplitRequest schema", + "properties": { + "CTS": { + "type": "string" + }, + "F_DT": { + "type": "string" + }, + "SHT_CD": { + "type": "string" + }, + "T_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoPaidinCapin": { + "description": "KISDomesticStockV1KsdinfoPaidinCapin schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "disc_rate": { + "type": "string" + }, + "fix_price": { + "type": "string" + }, + "fix_rate": { + "type": "string" + }, + "isin_name": { + "type": "string" + }, + "issue_stk_qty": { + "type": "string" + }, + "list_date": { + "type": "string" + }, + "record_date": { + "type": "string" + }, + "right_dt": { + "type": "string" + }, + "sht_cd": { + "type": "string" + }, + "stk_kind": { + "type": "string" + }, + "sub_term": { + "type": "string" + }, + "sub_term_ft": { + "type": "string" + }, + "tot_issue_stk_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoPaidinCapinRequest": { + "description": "KISDomesticStockV1KsdinfoPaidinCapinRequest schema", + "properties": { + "CTS": { + "type": "string" + }, + "F_DT": { + "type": "string" + }, + "GB1": { + "type": "string" + }, + "SHT_CD": { + "type": "string" + }, + "T_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoPubOffer": { + "description": "KISDomesticStockV1KsdinfoPubOffer schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "assign_stk_qty": { + "type": "string" + }, + "face_value": { + "type": "string" + }, + "fix_subscr_pri": { + "type": "string" + }, + "isin_name": { + "type": "string" + }, + "lead_mgr": { + "type": "string" + }, + "list_dt": { + "type": "string" + }, + "pay_dt": { + "type": "string" + }, + "pub_af_cap": { + "type": "string" + }, + "pub_bf_cap": { + "type": "string" + }, + "record_date": { + "type": "string" + }, + "refund_dt": { + "type": "string" + }, + "sht_cd": { + "type": "string" + }, + "subscr_dt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoPubOfferRequest": { + "description": "KISDomesticStockV1KsdinfoPubOfferRequest schema", + "properties": { + "CTS": { + "type": "string" + }, + "F_DT": { + "type": "string" + }, + "SHT_CD": { + "type": "string" + }, + "T_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoPurreq": { + "description": "KISDomesticStockV1KsdinfoPurreq schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "buy_amt_pay_dt": { + "type": "string" + }, + "buy_req_price": { + "type": "string" + }, + "buy_req_rcpt_term": { + "type": "string" + }, + "get_meet_dt": { + "type": "string" + }, + "isin_name": { + "type": "string" + }, + "opp_opi_rcpt_term": { + "type": "string" + }, + "record_date": { + "type": "string" + }, + "sht_cd": { + "type": "string" + }, + "stk_kind": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoPurreqRequest": { + "description": "KISDomesticStockV1KsdinfoPurreqRequest schema", + "properties": { + "CTS": { + "type": "string" + }, + "F_DT": { + "type": "string" + }, + "SHT_CD": { + "type": "string" + }, + "T_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoRevSplit": { + "description": "KISDomesticStockV1KsdinfoRevSplit schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "inter_af_face_amt": { + "type": "string" + }, + "inter_bf_face_amt": { + "type": "string" + }, + "isin_name": { + "type": "string" + }, + "list_dt": { + "type": "string" + }, + "record_date": { + "type": "string" + }, + "sht_cd": { + "type": "string" + }, + "td_stop_dt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoRevSplitRequest": { + "description": "KISDomesticStockV1KsdinfoRevSplitRequest schema", + "properties": { + "CTS": { + "type": "string" + }, + "F_DT": { + "type": "string" + }, + "MARKET_GB": { + "type": "string" + }, + "SHT_CD": { + "type": "string" + }, + "T_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoSharehldMeet": { + "description": "KISDomesticStockV1KsdinfoSharehldMeet schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "agenda": { + "type": "string" + }, + "gen_meet_dt": { + "type": "string" + }, + "gen_meet_type": { + "type": "string" + }, + "isin_name": { + "type": "string" + }, + "record_date": { + "type": "string" + }, + "sht_cd": { + "type": "string" + }, + "vote_tot_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1KsdinfoSharehldMeetRequest": { + "description": "KISDomesticStockV1KsdinfoSharehldMeetRequest schema", + "properties": { + "CTS": { + "type": "string" + }, + "F_DT": { + "type": "string" + }, + "SHT_CD": { + "type": "string" + }, + "T_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsCaptureUplowprice": { + "description": "KISDomesticStockV1QuotationsCaptureUplowprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "askp_rsqn1": { + "type": "string" + }, + "bidp_rsqn1": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prdy_vrss_vol_rate": { + "type": "string" + }, + "seln_cnqn": { + "type": "string" + }, + "shnu_cnqn": { + "type": "string" + }, + "stck_llam": { + "type": "string" + }, + "stck_mxpr": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "total_askp_rsqn": { + "type": "string" + }, + "total_bidp_rsqn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsCaptureUplowpriceRequest": { + "description": "KISDomesticStockV1QuotationsCaptureUplowpriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_PRICE_1": { + "type": "string" + }, + "FID_INPUT_PRICE_2": { + "type": "string" + }, + "FID_PRC_CLS_CODE": { + "type": "string" + }, + "FID_TRGT_CLS_CODE": { + "type": "string" + }, + "FID_TRGT_EXLS_CLS_CODE": { + "type": "string" + }, + "FID_VOL_CNT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsChkHoliday": { + "description": "KISDomesticStockV1QuotationsChkHoliday schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "bass_dt": { + "type": "string" + }, + "bzdy_yn": { + "type": "string" + }, + "opnd_yn": { + "type": "string" + }, + "sttl_day_yn": { + "type": "string" + }, + "tr_day_yn": { + "type": "string" + }, + "wday_dvsn_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsChkHolidayRequest": { + "description": "KISDomesticStockV1QuotationsChkHolidayRequest schema", + "properties": { + "BASS_DT": { + "type": "string" + }, + "CTX_AREA_FK": { + "type": "string" + }, + "CTX_AREA_NK": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsCompInterest": { + "description": "KISDomesticStockV1QuotationsCompInterest schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "bcdt_code": { + "type": "string" + }, + "bond_mnrt_prdy_vrss": { + "type": "string" + }, + "bond_mnrt_prpr": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "bcdt_code": { + "type": "string" + }, + "bond_mnrt_prdy_vrss": { + "type": "string" + }, + "bond_mnrt_prpr": { + "type": "string" + }, + "bstp_nmix_prdy_ctrt": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsCompInterestRequest": { + "description": "KISDomesticStockV1QuotationsCompInterestRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE1": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsCompProgramTradeDaily": { + "description": "KISDomesticStockV1QuotationsCompProgramTradeDaily schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "arbt_entm_ntby_qty": { + "type": "string" + }, + "arbt_entm_ntby_qty_rate": { + "type": "string" + }, + "arbt_entm_ntby_tr_pbmn": { + "type": "string" + }, + "arbt_entm_ntby_tr_pbmn_rate": { + "type": "string" + }, + "arbt_entm_seln_tr_pbmn": { + "type": "string" + }, + "arbt_entm_seln_tr_pbmn_rate": { + "type": "string" + }, + "arbt_entm_seln_vol": { + "type": "string" + }, + "arbt_entm_seln_vol_rate": { + "type": "string" + }, + "arbt_entm_shnu_tr_pbmn": { + "type": "string" + }, + "arbt_entm_shnu_tr_pbmn_rate": { + "type": "string" + }, + "arbt_entm_shnu_vol": { + "type": "string" + }, + "arbt_entm_shnu_vol_rate": { + "type": "string" + }, + "arbt_onsl_ntby_qty": { + "type": "string" + }, + "arbt_onsl_ntby_qty_rate": { + "type": "string" + }, + "arbt_onsl_ntby_tr_pbmn": { + "type": "string" + }, + "arbt_onsl_ntby_tr_pbmn_rate": { + "type": "string" + }, + "arbt_onsl_seln_tr_pbmn": { + "type": "string" + }, + "arbt_onsl_seln_tr_pbmn_rate": { + "type": "string" + }, + "arbt_onsl_seln_vol": { + "type": "string" + }, + "arbt_onsl_seln_vol_rate": { + "type": "string" + }, + "arbt_onsl_shnu_tr_pbmn": { + "type": "string" + }, + "arbt_onsl_shnu_tr_pbmn_rate": { + "type": "string" + }, + "arbt_onsl_shnu_vol": { + "type": "string" + }, + "arbt_onsl_shnu_vol_rate": { + "type": "string" + }, + "arbt_smtm_ntby_qty_rate": { + "type": "string" + }, + "arbt_smtm_ntby_tr_pbmn_rate": { + "type": "string" + }, + "arbt_smtm_seln_tr_pbmn_rate": { + "type": "string" + }, + "arbt_smtm_seln_vol_rate": { + "type": "string" + }, + "arbt_smtm_shun_tr_pbmn_rate": { + "type": "string" + }, + "arbt_smtm_shun_vol_rate": { + "type": "string" + }, + "arbt_smtn_ntby_qty": { + "type": "string" + }, + "arbt_smtn_ntby_tr_pbmn": { + "type": "string" + }, + "arbt_smtn_seln_tr_pbmn": { + "type": "string" + }, + "arbt_smtn_seln_vol": { + "type": "string" + }, + "arbt_smtn_shnu_tr_pbmn": { + "type": "string" + }, + "arbt_smtn_shnu_vol": { + "type": "string" + }, + "nabt_entm_ntby_qty": { + "type": "string" + }, + "nabt_entm_ntby_qty_rate": { + "type": "string" + }, + "nabt_entm_ntby_tr_pbmn": { + "type": "string" + }, + "nabt_entm_ntby_tr_pbmn_rate": { + "type": "string" + }, + "nabt_entm_seln_tr_pbmn": { + "type": "string" + }, + "nabt_entm_seln_tr_pbmn_rate": { + "type": "string" + }, + "nabt_entm_seln_vol": { + "type": "string" + }, + "nabt_entm_seln_vol_rate": { + "type": "string" + }, + "nabt_entm_shnu_tr_pbmn": { + "type": "string" + }, + "nabt_entm_shnu_tr_pbmn_rate": { + "type": "string" + }, + "nabt_entm_shnu_vol": { + "type": "string" + }, + "nabt_entm_shnu_vol_rate": { + "type": "string" + }, + "nabt_onsl_ntby_qty": { + "type": "string" + }, + "nabt_onsl_ntby_qty_rate": { + "type": "string" + }, + "nabt_onsl_ntby_tr_pbmn": { + "type": "string" + }, + "nabt_onsl_ntby_tr_pbmn_rate": { + "type": "string" + }, + "nabt_onsl_seln_tr_pbmn": { + "type": "string" + }, + "nabt_onsl_seln_tr_pbmn_rate": { + "type": "string" + }, + "nabt_onsl_seln_vol": { + "type": "string" + }, + "nabt_onsl_seln_vol_rate": { + "type": "string" + }, + "nabt_onsl_shnu_tr_pbmn": { + "type": "string" + }, + "nabt_onsl_shnu_tr_pbmn_rate": { + "type": "string" + }, + "nabt_onsl_shnu_vol": { + "type": "string" + }, + "nabt_onsl_shnu_vol_rate": { + "type": "string" + }, + "nabt_smtm_ntby_qty_rate": { + "type": "string" + }, + "nabt_smtm_ntby_tr_pbmn_rate": { + "type": "string" + }, + "nabt_smtm_seln_tr_pbmn_rate": { + "type": "string" + }, + "nabt_smtm_seln_vol_rate": { + "type": "string" + }, + "nabt_smtm_shun_tr_pbmn_rate": { + "type": "string" + }, + "nabt_smtm_shun_vol_rate": { + "type": "string" + }, + "nabt_smtn_ntby_qty": { + "type": "string" + }, + "nabt_smtn_ntby_tr_pbmn": { + "type": "string" + }, + "nabt_smtn_seln_tr_pbmn": { + "type": "string" + }, + "nabt_smtn_seln_vol": { + "type": "string" + }, + "nabt_smtn_shnu_tr_pbmn": { + "type": "string" + }, + "nabt_smtn_shnu_vol": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "whol_entm_ntby_qty": { + "type": "string" + }, + "whol_entm_ntby_qty_rate": { + "type": "string" + }, + "whol_entm_ntby_tr_pbmn": { + "type": "string" + }, + "whol_entm_seln_tr_pbmn": { + "type": "string" + }, + "whol_entm_seln_tr_pbmn_rate": { + "type": "string" + }, + "whol_entm_seln_vol": { + "type": "string" + }, + "whol_entm_seln_vol_rate": { + "type": "string" + }, + "whol_entm_shnu_tr_pbmn": { + "type": "string" + }, + "whol_entm_shnu_tr_pbmn_rate": { + "type": "string" + }, + "whol_entm_shnu_vol": { + "type": "string" + }, + "whol_entm_shnu_vol_rate": { + "type": "string" + }, + "whol_onsl_seln_tr_pbmn": { + "type": "string" + }, + "whol_onsl_seln_tr_pbmn_rate": { + "type": "string" + }, + "whol_onsl_seln_vol": { + "type": "string" + }, + "whol_onsl_seln_vol_rate": { + "type": "string" + }, + "whol_onsl_shnu_tr_pbmn": { + "type": "string" + }, + "whol_onsl_shnu_tr_pbmn_rate": { + "type": "string" + }, + "whol_onsl_shnu_vol": { + "type": "string" + }, + "whol_onsl_shnu_vol_rate": { + "type": "string" + }, + "whol_seln_tr_pbmn_rate": { + "type": "string" + }, + "whol_seln_vol_rate": { + "type": "string" + }, + "whol_shun_tr_pbmn_rate": { + "type": "string" + }, + "whol_shun_vol_rate": { + "type": "string" + }, + "whol_smtn_seln_tr_pbmn": { + "type": "string" + }, + "whol_smtn_seln_vol": { + "type": "string" + }, + "whol_smtn_shnu_tr_pbmn": { + "type": "string" + }, + "whol_smtn_shnu_vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsCompProgramTradeDailyRequest": { + "description": "KISDomesticStockV1QuotationsCompProgramTradeDailyRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_MRKT_CLS_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsCompProgramTradeToday": { + "description": "KISDomesticStockV1QuotationsCompProgramTradeToday schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "arbt_smtm_ntby_tr_pbmn_rate": { + "type": "string" + }, + "arbt_smtm_seln_tr_pbmn_rate": { + "type": "string" + }, + "arbt_smtm_shun_tr_pbmn_rate": { + "type": "string" + }, + "arbt_smtn_ntby_tr_pbmn": { + "type": "string" + }, + "arbt_smtn_seln_tr_pbmn": { + "type": "string" + }, + "arbt_smtn_shnu_tr_pbmn": { + "type": "string" + }, + "bsop_hour": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "nabt_smtm_ntby_tr_pbmn_rate": { + "type": "string" + }, + "nabt_smtm_seln_tr_pbmn_rate": { + "type": "string" + }, + "nabt_smtm_shun_tr_pbmn_rate": { + "type": "string" + }, + "nabt_smtn_ntby_tr_pbmn": { + "type": "string" + }, + "nabt_smtn_seln_tr_pbmn": { + "type": "string" + }, + "nabt_smtn_shnu_tr_pbmn": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "whol_ntby_tr_pbmn_rate": { + "type": "string" + }, + "whol_smtn_ntby_tr_pbmn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsCompProgramTradeTodayRequest": { + "description": "KISDomesticStockV1QuotationsCompProgramTradeTodayRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE1": { + "type": "string" + }, + "FID_INPUT_HOUR_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_MRKT_CLS_CODE": { + "type": "string" + }, + "FID_SCTN_CLS_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsCreditByCompany": { + "description": "KISDomesticStockV1QuotationsCreditByCompany schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "crdt_rate": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsCreditByCompanyRequest": { + "description": "KISDomesticStockV1QuotationsCreditByCompanyRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_rank_sort_cls_code": { + "type": "string" + }, + "fid_slct_yn": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsDailyCreditBalance": { + "description": "KISDomesticStockV1QuotationsDailyCreditBalance schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "deal_date": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_oprc": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stlm_date": { + "type": "string" + }, + "whol_loan_gvrt": { + "type": "string" + }, + "whol_loan_new_amt": { + "type": "string" + }, + "whol_loan_new_stcn": { + "type": "string" + }, + "whol_loan_rdmp_amt": { + "type": "string" + }, + "whol_loan_rdmp_stcn": { + "type": "string" + }, + "whol_loan_rmnd_amt": { + "type": "string" + }, + "whol_loan_rmnd_rate": { + "type": "string" + }, + "whol_loan_rmnd_stcn": { + "type": "string" + }, + "whol_stln_gvrt": { + "type": "string" + }, + "whol_stln_new_amt": { + "type": "string" + }, + "whol_stln_new_stcn": { + "type": "string" + }, + "whol_stln_rdmp_amt": { + "type": "string" + }, + "whol_stln_rdmp_stcn": { + "type": "string" + }, + "whol_stln_rmnd_amt": { + "type": "string" + }, + "whol_stln_rmnd_rate": { + "type": "string" + }, + "whol_stln_rmnd_stcn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsDailyCreditBalanceRequest": { + "description": "KISDomesticStockV1QuotationsDailyCreditBalanceRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_input_date_1": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsDailyLoanTrans": { + "description": "KISDomesticStockV1QuotationsDailyLoanTrans schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "bsop_date": { + "type": "string" + }, + "new_stcn": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_rmnd_vrss": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "rdmp_stcn": { + "type": "string" + }, + "rmnd_amt": { + "type": "string" + }, + "rmnd_stcn": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsDailyLoanTransRequest": { + "description": "KISDomesticStockV1QuotationsDailyLoanTransRequest schema", + "properties": { + "CTS": { + "type": "string" + }, + "END_DATE": { + "type": "string" + }, + "MKSC_SHRN_ISCD": { + "type": "string" + }, + "MRKT_DIV_CLS_CODE": { + "type": "string" + }, + "START_DATE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsDailyShortSale": { + "description": "KISDomesticStockV1QuotationsDailyShortSale schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_ssts_cntg_qty": { + "type": "string" + }, + "acml_ssts_cntg_qty_rlim": { + "type": "string" + }, + "acml_ssts_tr_pbmn": { + "type": "string" + }, + "acml_ssts_tr_pbmn_rlim": { + "type": "string" + }, + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "avrg_prc": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "ssts_cntg_qty": { + "type": "string" + }, + "ssts_tr_pbmn": { + "type": "string" + }, + "ssts_tr_pbmn_rlim": { + "type": "string" + }, + "ssts_vol_rlim": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_clpr": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_oprc": { + "type": "string" + }, + "stnd_tr_pbmn_smtn": { + "type": "string" + }, + "stnd_vol_smtn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsDailyShortSaleRequest": { + "description": "KISDomesticStockV1QuotationsDailyShortSaleRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsEstimatePerform": { + "description": "KISDomesticStockV1QuotationsEstimatePerform schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "capital": { + "type": "string" + }, + "estdate": { + "type": "string" + }, + "forn_item_lmtrt": { + "type": "string" + }, + "item_kor_nm": { + "type": "string" + }, + "name1": { + "type": "string" + }, + "name2": { + "type": "string" + }, + "rcmd_name": { + "type": "string" + }, + "sht_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "data1": { + "type": "string" + }, + "data2": { + "type": "string" + }, + "data3": { + "type": "string" + }, + "data4": { + "type": "string" + }, + "data5": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output3": { + "items": { + "nullable": true, + "properties": { + "data1": { + "type": "string" + }, + "data2": { + "type": "string" + }, + "data3": { + "type": "string" + }, + "data4": { + "type": "string" + }, + "data5": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output4": { + "items": { + "nullable": true, + "properties": { + "dt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsEstimatePerformRequest": { + "description": "KISDomesticStockV1QuotationsEstimatePerformRequest schema", + "properties": { + "SHT_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsExpClosingPrice": { + "description": "KISDomesticStockV1QuotationsExpClosingPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "cntg_vol": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "sdpr_vrss_prpr": { + "type": "string" + }, + "sdpr_vrss_prpr_rate": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsExpClosingPriceRequest": { + "description": "KISDomesticStockV1QuotationsExpClosingPriceRequest schema", + "properties": { + "FID_BLNG_CLS_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsExpIndexTrend": { + "description": "KISDomesticStockV1QuotationsExpIndexTrend schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsExpIndexTrendRequest": { + "description": "KISDomesticStockV1QuotationsExpIndexTrendRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_HOUR_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_MKOP_CLS_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsExpPriceTrend": { + "description": "KISDomesticStockV1QuotationsExpPriceTrend schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "antc_cnpr": { + "type": "string" + }, + "antc_cntg_prdy_ctrt": { + "type": "string" + }, + "antc_cntg_vrss": { + "type": "string" + }, + "antc_cntg_vrss_sign": { + "type": "string" + }, + "antc_tr_pbmn": { + "type": "string" + }, + "antc_vol": { + "type": "string" + }, + "rprs_mrkt_kor_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsExpPriceTrendRequest": { + "description": "KISDomesticStockV1QuotationsExpPriceTrendRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_mkop_cls_code": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsExpTotalIndex": { + "description": "KISDomesticStockV1QuotationsExpTotalIndex schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "ascn_issu_cnt": { + "type": "string" + }, + "bstp_cls_code": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "down_issu_cnt": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stnr_issu_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "ascn_issu_cnt": { + "type": "string" + }, + "bstp_nmix_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "down_issu_cnt": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "nmix_sdpr": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stnr_issu_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsExpTotalIndexRequest": { + "description": "KISDomesticStockV1QuotationsExpTotalIndexRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_mkop_cls_code": { + "type": "string" + }, + "fid_mrkt_cls_code": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsForeignInstitutionTotal": { + "description": "KISDomesticStockV1QuotationsForeignInstitutionTotal schema", + "properties": { + "Output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "bank_ntby_qty": { + "type": "string" + }, + "bank_ntby_tr_pbmn": { + "type": "string" + }, + "etc_corp_ntby_tr_pbmn": { + "type": "string" + }, + "etc_corp_ntby_vol": { + "type": "string" + }, + "etc_orgt_ntby_tr_pbmn": { + "type": "string" + }, + "etc_orgt_ntby_vol": { + "type": "string" + }, + "frgn_ntby_qty": { + "type": "string" + }, + "frgn_ntby_tr_pbmn": { + "type": "string" + }, + "fund_ntby_qty": { + "type": "string" + }, + "fund_ntby_tr_pbmn": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "insu_ntby_qty": { + "type": "string" + }, + "insu_ntby_tr_pbmn": { + "type": "string" + }, + "ivtr_ntby_qty": { + "type": "string" + }, + "ivtr_ntby_tr_pbmn": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "mrbn_ntby_qty": { + "type": "string" + }, + "mrbn_ntby_tr_pbmn": { + "type": "string" + }, + "ntby_qty": { + "type": "string" + }, + "orgn_ntby_qty": { + "type": "string" + }, + "orgn_ntby_tr_pbmn": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsForeignInstitutionTotalRequest": { + "description": "KISDomesticStockV1QuotationsForeignInstitutionTotalRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_ETC_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsFrgnmemPchsTrend": { + "description": "KISDomesticStockV1QuotationsFrgnmemPchsTrend schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "bsop_hour": { + "type": "string" + }, + "frgn_ntby_qty_icdc": { + "type": "string" + }, + "frgn_seln_vol": { + "type": "string" + }, + "frgn_shnu_vol": { + "type": "string" + }, + "glob_ntby_qty": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsFrgnmemPchsTrendRequest": { + "description": "KISDomesticStockV1QuotationsFrgnmemPchsTrendRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_ISCD_2": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsFrgnmemTradeEstimate": { + "description": "KISDomesticStockV1QuotationsFrgnmemTradeEstimate schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "glob_ntsl_qty": { + "type": "string" + }, + "glob_total_seln_qty": { + "type": "string" + }, + "glob_total_shnu_qty": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsFrgnmemTradeEstimateRequest": { + "description": "KISDomesticStockV1QuotationsFrgnmemTradeEstimateRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE_2": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsFrgnmemTradeTrend": { + "description": "KISDomesticStockV1QuotationsFrgnmemTradeTrend schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "total_seln_qty": { + "type": "string" + }, + "total_shnu_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_ntby_qty": { + "type": "string" + }, + "bsop_hour": { + "type": "string" + }, + "cntg_vol": { + "type": "string" + }, + "frgn_ntby_qty_icdc": { + "type": "string" + }, + "glob_ntby_qty": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "mbcr_name": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsFrgnmemTradeTrendRequest": { + "description": "KISDomesticStockV1QuotationsFrgnmemTradeTrendRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_ISCD_2": { + "type": "string" + }, + "FID_MRKT_CLS_CODE": { + "type": "string" + }, + "FID_VOL_CNT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireAskingPriceExpCcn": { + "description": "KISDomesticStockV1QuotationsInquireAskingPriceExpCcn schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "askp1": { + "type": "string" + }, + "askp10": { + "type": "string" + }, + "askp2": { + "type": "string" + }, + "askp3": { + "type": "string" + }, + "askp4": { + "type": "string" + }, + "askp5": { + "type": "string" + }, + "askp6": { + "type": "string" + }, + "askp7": { + "type": "string" + }, + "askp8": { + "type": "string" + }, + "askp9": { + "type": "string" + }, + "askp_rsqn1": { + "type": "string" + }, + "askp_rsqn10": { + "type": "string" + }, + "askp_rsqn2": { + "type": "string" + }, + "askp_rsqn3": { + "type": "string" + }, + "askp_rsqn4": { + "type": "string" + }, + "askp_rsqn5": { + "type": "string" + }, + "askp_rsqn6": { + "type": "string" + }, + "askp_rsqn7": { + "type": "string" + }, + "askp_rsqn8": { + "type": "string" + }, + "askp_rsqn9": { + "type": "string" + }, + "askp_rsqn_icdc1": { + "type": "string" + }, + "askp_rsqn_icdc10": { + "type": "string" + }, + "askp_rsqn_icdc2": { + "type": "string" + }, + "askp_rsqn_icdc3": { + "type": "string" + }, + "askp_rsqn_icdc4": { + "type": "string" + }, + "askp_rsqn_icdc5": { + "type": "string" + }, + "askp_rsqn_icdc6": { + "type": "string" + }, + "askp_rsqn_icdc7": { + "type": "string" + }, + "askp_rsqn_icdc8": { + "type": "string" + }, + "askp_rsqn_icdc9": { + "type": "string" + }, + "aspr_acpt_hour": { + "type": "string" + }, + "bidp1": { + "type": "string" + }, + "bidp10": { + "type": "string" + }, + "bidp2": { + "type": "string" + }, + "bidp3": { + "type": "string" + }, + "bidp4": { + "type": "string" + }, + "bidp5": { + "type": "string" + }, + "bidp6": { + "type": "string" + }, + "bidp7": { + "type": "string" + }, + "bidp8": { + "type": "string" + }, + "bidp9": { + "type": "string" + }, + "bidp_rsqn1": { + "type": "string" + }, + "bidp_rsqn10": { + "type": "string" + }, + "bidp_rsqn2": { + "type": "string" + }, + "bidp_rsqn3": { + "type": "string" + }, + "bidp_rsqn4": { + "type": "string" + }, + "bidp_rsqn5": { + "type": "string" + }, + "bidp_rsqn6": { + "type": "string" + }, + "bidp_rsqn7": { + "type": "string" + }, + "bidp_rsqn8": { + "type": "string" + }, + "bidp_rsqn9": { + "type": "string" + }, + "bidp_rsqn_icdc1": { + "type": "string" + }, + "bidp_rsqn_icdc10": { + "type": "string" + }, + "bidp_rsqn_icdc2": { + "type": "string" + }, + "bidp_rsqn_icdc3": { + "type": "string" + }, + "bidp_rsqn_icdc4": { + "type": "string" + }, + "bidp_rsqn_icdc5": { + "type": "string" + }, + "bidp_rsqn_icdc6": { + "type": "string" + }, + "bidp_rsqn_icdc7": { + "type": "string" + }, + "bidp_rsqn_icdc8": { + "type": "string" + }, + "bidp_rsqn_icdc9": { + "type": "string" + }, + "new_mkop_cls_code": { + "type": "string" + }, + "ntby_aspr_rsqn": { + "type": "string" + }, + "ovtm_total_askp_icdc": { + "type": "string" + }, + "ovtm_total_askp_rsqn": { + "type": "string" + }, + "ovtm_total_bidp_icdc": { + "type": "string" + }, + "ovtm_total_bidp_rsqn": { + "type": "string" + }, + "total_askp_rsqn": { + "type": "string" + }, + "total_askp_rsqn_icdc": { + "type": "string" + }, + "total_bidp_rsqn": { + "type": "string" + }, + "total_bidp_rsqn_icdc": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "antc_cnpr": { + "type": "string" + }, + "antc_cntg_prdy_ctrt": { + "type": "string" + }, + "antc_cntg_vrss": { + "type": "string" + }, + "antc_cntg_vrss_sign": { + "type": "string" + }, + "antc_mkop_cls_code": { + "type": "string" + }, + "antc_vol": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_oprc": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_sdpr": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + }, + "vi_cls_code": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireAskingPriceExpCcnRequest": { + "description": "KISDomesticStockV1QuotationsInquireAskingPriceExpCcnRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireCcnl": { + "description": "KISDomesticStockV1QuotationsInquireCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "cntg_vol": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "tday_rltv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireCcnlRequest": { + "description": "KISDomesticStockV1QuotationsInquireCcnlRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireDailyIndexchartprice": { + "description": "KISDomesticStockV1QuotationsInquireDailyIndexchartprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "bstp_cls_code": { + "type": "string" + }, + "bstp_nmix_hgpr": { + "type": "string" + }, + "bstp_nmix_lwpr": { + "type": "string" + }, + "bstp_nmix_oprc": { + "type": "string" + }, + "bstp_nmix_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "futs_prdy_hgpr": { + "type": "string" + }, + "futs_prdy_lwpr": { + "type": "string" + }, + "futs_prdy_oprc": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_nmix": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "bstp_nmix_hgpr": { + "type": "string" + }, + "bstp_nmix_lwpr": { + "type": "string" + }, + "bstp_nmix_oprc": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "mod_yn": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireDailyIndexchartpriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireDailyIndexchartpriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_PERIOD_DIV_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireDailyItemchartprice": { + "description": "KISDomesticStockV1QuotationsInquireDailyItemchartprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "askp": { + "type": "string" + }, + "bidp": { + "type": "string" + }, + "cpfn": { + "type": "string" + }, + "eps": { + "type": "string" + }, + "hts_avls": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "itewhol_loan_rmnd_ratem": { + "type": "string" + }, + "lstn_stcn": { + "type": "string" + }, + "pbr": { + "type": "string" + }, + "per": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prdy_vrss_vol": { + "type": "string" + }, + "stck_fcam": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_llam": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_mxpr": { + "type": "string" + }, + "stck_oprc": { + "type": "string" + }, + "stck_prdy_clpr": { + "type": "string" + }, + "stck_prdy_hgpr": { + "type": "string" + }, + "stck_prdy_lwpr": { + "type": "string" + }, + "stck_prdy_oprc": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + }, + "vol_tnrt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "flng_cls_code": { + "type": "string" + }, + "mod_yn": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prtt_rate": { + "type": "string" + }, + "revl_issu_reas": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_clpr": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_oprc": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireDailyItemchartpriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireDailyItemchartpriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_ORG_ADJ_PRC": { + "type": "string" + }, + "FID_PERIOD_DIV_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireDailyOvertimeprice": { + "description": "KISDomesticStockV1QuotationsInquireDailyOvertimeprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "ovtm_untp_antc_cnpr": { + "type": "string" + }, + "ovtm_untp_antc_cntg_ctrt": { + "type": "string" + }, + "ovtm_untp_antc_cntg_vrss": { + "type": "string" + }, + "ovtm_untp_antc_cntg_vrss_sign": { + "type": "string" + }, + "ovtm_untp_antc_vol": { + "type": "string" + }, + "ovtm_untp_hgpr": { + "type": "string" + }, + "ovtm_untp_llam": { + "type": "string" + }, + "ovtm_untp_lwpr": { + "type": "string" + }, + "ovtm_untp_mxpr": { + "type": "string" + }, + "ovtm_untp_oprc": { + "type": "string" + }, + "ovtm_untp_prdy_ctrt": { + "type": "string" + }, + "ovtm_untp_prdy_vrss": { + "type": "string" + }, + "ovtm_untp_prdy_vrss_sign": { + "type": "string" + }, + "ovtm_untp_prpr": { + "type": "string" + }, + "ovtm_untp_tr_pbmn": { + "type": "string" + }, + "ovtm_untp_vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "ovtm_untp_prdy_ctrt": { + "type": "string" + }, + "ovtm_untp_prdy_vrss": { + "type": "string" + }, + "ovtm_untp_prdy_vrss_sign": { + "type": "string" + }, + "ovtm_untp_prpr": { + "type": "string" + }, + "ovtm_untp_tr_pbmn": { + "type": "string" + }, + "ovtm_untp_vol": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_clpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireDailyOvertimepriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireDailyOvertimepriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireDailyPrice": { + "description": "KISDomesticStockV1QuotationsInquireDailyPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_prtt_rate": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "flng_cls_code": { + "type": "string" + }, + "frgn_ntby_qty": { + "type": "string" + }, + "hts_frgn_ehrt": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prdy_vrss_vol_rate": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_clpr": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_oprc": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireDailyPriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireDailyPriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_ORG_ADJ_PRC": { + "type": "string" + }, + "FID_PERIOD_DIV_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireDailyTradeVolume": { + "description": "KISDomesticStockV1QuotationsInquireDailyTradeVolume schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "seln_cnqn_smtn": { + "type": "string" + }, + "shnu_cnqn_smtn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "stck_bsop_date": { + "type": "string" + }, + "total_seln_qty": { + "type": "string" + }, + "total_shnu_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireDailyTradeVolumeRequest": { + "description": "KISDomesticStockV1QuotationsInquireDailyTradeVolumeRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_PERIOD_DIV_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireElwPrice": { + "description": "KISDomesticStockV1QuotationsInquireElwPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "acpr": { + "type": "string" + }, + "apprch_rate": { + "type": "string" + }, + "askp": { + "type": "string" + }, + "atm_cls_name": { + "type": "string" + }, + "bidp": { + "type": "string" + }, + "dmrs_val": { + "type": "string" + }, + "dmsp_val": { + "type": "string" + }, + "dprt": { + "type": "string" + }, + "elw_hgpr": { + "type": "string" + }, + "elw_lwpr": { + "type": "string" + }, + "elw_oprc": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "elw_sdpr": { + "type": "string" + }, + "elw_shrn_iscd": { + "type": "string" + }, + "hts_ints_vltl": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "hts_thpr": { + "type": "string" + }, + "invt_epmd_cntt": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prdy_vrss_vol_rate": { + "type": "string" + }, + "pvt_frst_dmrs_prc": { + "type": "string" + }, + "pvt_frst_dmsp_prc": { + "type": "string" + }, + "pvt_pont_val": { + "type": "string" + }, + "pvt_scnd_dmrs_prc": { + "type": "string" + }, + "pvt_scnd_dmsp_prc": { + "type": "string" + }, + "stck_prdy_clpr": { + "type": "string" + }, + "tick_conv_prc": { + "type": "string" + }, + "unas_isnm": { + "type": "string" + }, + "unas_prdy_ctrt": { + "type": "string" + }, + "unas_prdy_vrss": { + "type": "string" + }, + "unas_prdy_vrss_sign": { + "type": "string" + }, + "unas_prpr": { + "type": "string" + }, + "unas_shrn_iscd": { + "type": "string" + }, + "vol_tnrt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireElwPriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireElwPriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireIndexCategoryPrice": { + "description": "KISDomesticStockV1QuotationsInquireIndexCategoryPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "ascn_issu_cnt": { + "type": "string" + }, + "bstp_nmix_hgpr": { + "type": "string" + }, + "bstp_nmix_lwpr": { + "type": "string" + }, + "bstp_nmix_oprc": { + "type": "string" + }, + "bstp_nmix_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "down_issu_cnt": { + "type": "string" + }, + "dryy_bstp_nmix_hgpr": { + "type": "string" + }, + "dryy_bstp_nmix_hgpr_date": { + "type": "string" + }, + "dryy_bstp_nmix_lwpr": { + "type": "string" + }, + "dryy_bstp_nmix_lwpr_date": { + "type": "string" + }, + "lslm_issu_cnt": { + "type": "string" + }, + "prdy_tr_pbmn": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stnr_issu_cnt": { + "type": "string" + }, + "uplm_issu_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_tr_pbmn_rlim": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "acml_vol_rlim": { + "type": "string" + }, + "bstp_cls_code": { + "type": "string" + }, + "bstp_nmix_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireIndexCategoryPriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireIndexCategoryPriceRequest schema", + "properties": { + "FID_BLNG_CLS_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_MRKT_CLS_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireIndexDailyPrice": { + "description": "KISDomesticStockV1QuotationsInquireIndexDailyPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "ascn_issu_cnt": { + "type": "string" + }, + "bstp_nmix_hgpr": { + "type": "string" + }, + "bstp_nmix_lwpr": { + "type": "string" + }, + "bstp_nmix_oprc": { + "type": "string" + }, + "bstp_nmix_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "down_issu_cnt": { + "type": "string" + }, + "dryy_bstp_nmix_hgpr": { + "type": "string" + }, + "dryy_bstp_nmix_hgpr_date": { + "type": "string" + }, + "dryy_bstp_nmix_lwpr": { + "type": "string" + }, + "dryy_bstp_nmix_lwpr_date": { + "type": "string" + }, + "lslm_issu_cnt": { + "type": "string" + }, + "prdy_tr_pbmn": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stnr_issu_cnt": { + "type": "string" + }, + "uplm_issu_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "acml_vol_rlim": { + "type": "string" + }, + "bstp_nmix_hgpr": { + "type": "string" + }, + "bstp_nmix_lwpr": { + "type": "string" + }, + "bstp_nmix_oprc": { + "type": "string" + }, + "bstp_nmix_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "d20_dsrt": { + "type": "string" + }, + "invt_new_psdg": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireIndexDailyPriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireIndexDailyPriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_PERIOD_DIV_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireIndexPrice": { + "description": "KISDomesticStockV1QuotationsInquireIndexPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "ascn_issu_cnt": { + "type": "string" + }, + "bstp_nmix_hgpr": { + "type": "string" + }, + "bstp_nmix_hgpr_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_lwpr": { + "type": "string" + }, + "bstp_nmix_oprc": { + "type": "string" + }, + "bstp_nmix_oprc_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "down_issu_cnt": { + "type": "string" + }, + "dryy_bstp_nmix_hgpr": { + "type": "string" + }, + "dryy_bstp_nmix_hgpr_date": { + "type": "string" + }, + "dryy_bstp_nmix_lwpr": { + "type": "string" + }, + "dryy_bstp_nmix_lwpr_date": { + "type": "string" + }, + "dryy_hgpr_vrss_prpr_rate": { + "type": "string" + }, + "dryy_lwpr_vrss_prpr_rate": { + "type": "string" + }, + "hgpr_vrss_prpr_sign": { + "type": "string" + }, + "lslm_issu_cnt": { + "type": "string" + }, + "lwpr_vrss_prpr_sign": { + "type": "string" + }, + "ntby_rsqn": { + "type": "string" + }, + "oprc_vrss_prpr_sign": { + "type": "string" + }, + "prdy_clpr_vrss_lwpr": { + "type": "string" + }, + "prdy_clpr_vrss_lwpr_rate": { + "type": "string" + }, + "prdy_nmix_vrss_nmix_hgpr": { + "type": "string" + }, + "prdy_nmix_vrss_nmix_oprc": { + "type": "string" + }, + "prdy_tr_pbmn": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "seln_rsqn_rate": { + "type": "string" + }, + "shnu_rsqn_rate": { + "type": "string" + }, + "stnr_issu_cnt": { + "type": "string" + }, + "total_askp_rsqn": { + "type": "string" + }, + "total_bidp_rsqn": { + "type": "string" + }, + "uplm_issu_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireIndexPriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireIndexPriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireIndexTickprice": { + "description": "KISDomesticStockV1QuotationsInquireIndexTickprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "bstp_nmix_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "cntg_vol": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireIndexTickpriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireIndexTickpriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireIndexTimeprice": { + "description": "KISDomesticStockV1QuotationsInquireIndexTimeprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "bsop_hour": { + "type": "string" + }, + "bstp_nmix_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "cntg_vol": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireIndexTimepriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireIndexTimepriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_HOUR_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireInvestor": { + "description": "KISDomesticStockV1QuotationsInquireInvestor schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "frgn_ntby_qty": { + "type": "string" + }, + "frgn_ntby_tr_pbmn": { + "type": "string" + }, + "frgn_seln_tr_pbmn": { + "type": "string" + }, + "frgn_seln_vol": { + "type": "string" + }, + "frgn_shnu_tr_pbmn": { + "type": "string" + }, + "frgn_shnu_vol": { + "type": "string" + }, + "orgn_ntby_qty": { + "type": "string" + }, + "orgn_ntby_tr_pbmn": { + "type": "string" + }, + "orgn_seln_tr_pbmn": { + "type": "string" + }, + "orgn_seln_vol": { + "type": "string" + }, + "orgn_shnu_tr_pbmn": { + "type": "string" + }, + "orgn_shnu_vol": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prsn_ntby_qty": { + "type": "string" + }, + "prsn_ntby_tr_pbmn": { + "type": "string" + }, + "prsn_seln_tr_pbmn": { + "type": "string" + }, + "prsn_seln_vol": { + "type": "string" + }, + "prsn_shnu_tr_pbmn": { + "type": "string" + }, + "prsn_shnu_vol": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_clpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireInvestorDailyByMarket": { + "description": "KISDomesticStockV1QuotationsInquireInvestorDailyByMarket schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "bank_ntby_qty": { + "type": "string" + }, + "bank_ntby_tr_pbmn": { + "type": "string" + }, + "bstp_nmix_hgpr": { + "type": "string" + }, + "bstp_nmix_lwpr": { + "type": "string" + }, + "bstp_nmix_oprc": { + "type": "string" + }, + "bstp_nmix_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "etc_corp_ntby_tr_pbmn": { + "type": "string" + }, + "etc_corp_ntby_vol": { + "type": "string" + }, + "etc_ntby_qty": { + "type": "string" + }, + "etc_ntby_tr_pbmn": { + "type": "string" + }, + "etc_orgt_ntby_tr_pbmn": { + "type": "string" + }, + "etc_orgt_ntby_vol": { + "type": "string" + }, + "frgn_nreg_ntby_pbmn": { + "type": "string" + }, + "frgn_nreg_ntby_qty": { + "type": "string" + }, + "frgn_ntby_qty": { + "type": "string" + }, + "frgn_ntby_tr_pbmn": { + "type": "string" + }, + "frgn_reg_ntby_pbmn": { + "type": "string" + }, + "frgn_reg_ntby_qty": { + "type": "string" + }, + "fund_ntby_qty": { + "type": "string" + }, + "fund_ntby_tr_pbmn": { + "type": "string" + }, + "insu_ntby_qty": { + "type": "string" + }, + "insu_ntby_tr_pbmn": { + "type": "string" + }, + "ivtr_ntby_qty": { + "type": "string" + }, + "ivtr_ntby_tr_pbmn": { + "type": "string" + }, + "mrbn_ntby_qty": { + "type": "string" + }, + "mrbn_ntby_tr_pbmn": { + "type": "string" + }, + "orgn_ntby_qty": { + "type": "string" + }, + "orgn_ntby_tr_pbmn": { + "type": "string" + }, + "pe_fund_ntby_tr_pbmn": { + "type": "string" + }, + "pe_fund_ntby_vol": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prsn_ntby_qty": { + "type": "string" + }, + "prsn_ntby_tr_pbmn": { + "type": "string" + }, + "scrt_ntby_qty": { + "type": "string" + }, + "scrt_ntby_tr_pbmn": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_prdy_clpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireInvestorDailyByMarketRequest": { + "description": "KISDomesticStockV1QuotationsInquireInvestorDailyByMarketRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_ISCD_1": { + "type": "string" + }, + "FID_INPUT_ISCD_2": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireInvestorRequest": { + "description": "KISDomesticStockV1QuotationsInquireInvestorRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireInvestorTimeByMarket": { + "description": "KISDomesticStockV1QuotationsInquireInvestorTimeByMarket schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "bank_ntby_qty": { + "type": "string" + }, + "bank_ntby_tr_pbmn": { + "type": "string" + }, + "bank_seln_tr_pbmn": { + "type": "string" + }, + "bank_seln_vol": { + "type": "string" + }, + "bank_shnu_tr_pbmn": { + "type": "string" + }, + "bank_shnu_vol": { + "type": "string" + }, + "etc_corp_ntby_tr_pbmn": { + "type": "string" + }, + "etc_corp_ntby_vol": { + "type": "string" + }, + "etc_corp_seln_tr_pbmn": { + "type": "string" + }, + "etc_corp_seln_vol": { + "type": "string" + }, + "etc_corp_shnu_tr_pbmn": { + "type": "string" + }, + "etc_corp_shnu_vol": { + "type": "string" + }, + "etc_orgt_ntby_tr_pbmn": { + "type": "string" + }, + "etc_orgt_ntby_vol": { + "type": "string" + }, + "etc_orgt_seln_tr_pbmn": { + "type": "string" + }, + "etc_orgt_seln_vol": { + "type": "string" + }, + "etc_orgt_shnu_tr_pbmn": { + "type": "string" + }, + "etc_orgt_shnu_vol": { + "type": "string" + }, + "frgn_ntby_qty": { + "type": "string" + }, + "frgn_ntby_tr_pbmn": { + "type": "string" + }, + "frgn_seln_tr_pbmn": { + "type": "string" + }, + "frgn_seln_vol": { + "type": "string" + }, + "frgn_shnu_tr_pbmn": { + "type": "string" + }, + "frgn_shnu_vol": { + "type": "string" + }, + "fund_ntby_qty": { + "type": "string" + }, + "fund_ntby_tr_pbmn": { + "type": "string" + }, + "fund_seln_tr_pbmn": { + "type": "string" + }, + "fund_seln_vol": { + "type": "string" + }, + "fund_shnu_tr_pbmn": { + "type": "string" + }, + "fund_shnu_vol": { + "type": "string" + }, + "insu_ntby_qty": { + "type": "string" + }, + "insu_ntby_tr_pbmn": { + "type": "string" + }, + "insu_seln_tr_pbmn": { + "type": "string" + }, + "insu_seln_vol": { + "type": "string" + }, + "insu_shnu_tr_pbmn": { + "type": "string" + }, + "insu_shnu_vol": { + "type": "string" + }, + "ivtr_ntby_qty": { + "type": "string" + }, + "ivtr_ntby_tr_pbmn": { + "type": "string" + }, + "ivtr_seln_tr_pbmn": { + "type": "string" + }, + "ivtr_seln_vol": { + "type": "string" + }, + "ivtr_shnu_tr_pbmn": { + "type": "string" + }, + "ivtr_shnu_vol": { + "type": "string" + }, + "mrbn_ntby_qty": { + "type": "string" + }, + "mrbn_ntby_tr_pbmn": { + "type": "string" + }, + "mrbn_seln_tr_pbmn": { + "type": "string" + }, + "mrbn_seln_vol": { + "type": "string" + }, + "mrbn_shnu_tr_pbmn": { + "type": "string" + }, + "mrbn_shnu_vol": { + "type": "string" + }, + "orgn_ntby_qty": { + "type": "string" + }, + "orgn_ntby_tr_pbmn": { + "type": "string" + }, + "orgn_seln_tr_pbmn": { + "type": "string" + }, + "orgn_seln_vol": { + "type": "string" + }, + "orgn_shnu_tr_pbmn": { + "type": "string" + }, + "orgn_shnu_vol": { + "type": "string" + }, + "pe_fund_ntby_tr_pbmn": { + "type": "string" + }, + "pe_fund_ntby_vol": { + "type": "string" + }, + "pe_fund_seln_tr_pbmn": { + "type": "string" + }, + "pe_fund_seln_vol": { + "type": "string" + }, + "pe_fund_shnu_tr_pbmn": { + "type": "string" + }, + "pe_fund_shnu_vol": { + "type": "string" + }, + "prsn_ntby_qty": { + "type": "string" + }, + "prsn_ntby_tr_pbmn": { + "type": "string" + }, + "prsn_seln_tr_pbmn": { + "type": "string" + }, + "prsn_seln_vol": { + "type": "string" + }, + "prsn_shnu_tr_pbmn": { + "type": "string" + }, + "prsn_shnu_vol": { + "type": "string" + }, + "scrt_ntby_qty": { + "type": "string" + }, + "scrt_ntby_tr_pbmn": { + "type": "string" + }, + "scrt_seln_tr_pbmn": { + "type": "string" + }, + "scrt_seln_vol": { + "type": "string" + }, + "scrt_shnu_tr_pbmn": { + "type": "string" + }, + "scrt_shnu_vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireInvestorTimeByMarketRequest": { + "description": "KISDomesticStockV1QuotationsInquireInvestorTimeByMarketRequest schema", + "properties": { + "fid_input_iscd": { + "type": "string" + }, + "fid_input_iscd_2": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireMember": { + "description": "KISDomesticStockV1QuotationsInquireMember schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "glob_ntby_qty": { + "type": "string" + }, + "glob_seln_rlim": { + "type": "string" + }, + "glob_shnu_rlim": { + "type": "string" + }, + "glob_total_seln_qty": { + "type": "string" + }, + "glob_total_seln_qty_icdc": { + "type": "string" + }, + "glob_total_shnu_qty": { + "type": "string" + }, + "glob_total_shnu_qty_icdc": { + "type": "string" + }, + "seln_mbcr_glob_yn_1": { + "type": "string" + }, + "seln_mbcr_glob_yn_2": { + "type": "string" + }, + "seln_mbcr_glob_yn_3": { + "type": "string" + }, + "seln_mbcr_glob_yn_4": { + "type": "string" + }, + "seln_mbcr_glob_yn_5": { + "type": "string" + }, + "seln_mbcr_name1": { + "type": "string" + }, + "seln_mbcr_name2": { + "type": "string" + }, + "seln_mbcr_name3": { + "type": "string" + }, + "seln_mbcr_name4": { + "type": "string" + }, + "seln_mbcr_name5": { + "type": "string" + }, + "seln_mbcr_no1": { + "type": "string" + }, + "seln_mbcr_no2": { + "type": "string" + }, + "seln_mbcr_no3": { + "type": "string" + }, + "seln_mbcr_no4": { + "type": "string" + }, + "seln_mbcr_no5": { + "type": "string" + }, + "seln_mbcr_rlim1": { + "type": "string" + }, + "seln_mbcr_rlim2": { + "type": "string" + }, + "seln_mbcr_rlim3": { + "type": "string" + }, + "seln_mbcr_rlim4": { + "type": "string" + }, + "seln_mbcr_rlim5": { + "type": "string" + }, + "seln_qty_icdc1": { + "type": "string" + }, + "seln_qty_icdc2": { + "type": "string" + }, + "seln_qty_icdc3": { + "type": "string" + }, + "seln_qty_icdc4": { + "type": "string" + }, + "seln_qty_icdc5": { + "type": "string" + }, + "shnu_mbcr_glob_yn_1": { + "type": "string" + }, + "shnu_mbcr_glob_yn_2": { + "type": "string" + }, + "shnu_mbcr_glob_yn_3": { + "type": "string" + }, + "shnu_mbcr_glob_yn_4": { + "type": "string" + }, + "shnu_mbcr_glob_yn_5": { + "type": "string" + }, + "shnu_mbcr_name1": { + "type": "string" + }, + "shnu_mbcr_name2": { + "type": "string" + }, + "shnu_mbcr_name3": { + "type": "string" + }, + "shnu_mbcr_name4": { + "type": "string" + }, + "shnu_mbcr_name5": { + "type": "string" + }, + "shnu_mbcr_no1": { + "type": "string" + }, + "shnu_mbcr_no2": { + "type": "string" + }, + "shnu_mbcr_no3": { + "type": "string" + }, + "shnu_mbcr_no4": { + "type": "string" + }, + "shnu_mbcr_no5": { + "type": "string" + }, + "shnu_mbcr_rlim1": { + "type": "string" + }, + "shnu_mbcr_rlim2": { + "type": "string" + }, + "shnu_mbcr_rlim3": { + "type": "string" + }, + "shnu_mbcr_rlim4": { + "type": "string" + }, + "shnu_mbcr_rlim5": { + "type": "string" + }, + "shnu_qty_icdc1": { + "type": "string" + }, + "shnu_qty_icdc2": { + "type": "string" + }, + "shnu_qty_icdc3": { + "type": "string" + }, + "shnu_qty_icdc4": { + "type": "string" + }, + "shnu_qty_icdc5": { + "type": "string" + }, + "total_seln_qty1": { + "type": "string" + }, + "total_seln_qty2": { + "type": "string" + }, + "total_seln_qty3": { + "type": "string" + }, + "total_seln_qty4": { + "type": "string" + }, + "total_seln_qty5": { + "type": "string" + }, + "total_shnu_qty1": { + "type": "string" + }, + "total_shnu_qty2": { + "type": "string" + }, + "total_shnu_qty3": { + "type": "string" + }, + "total_shnu_qty4": { + "type": "string" + }, + "total_shnu_qty5": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireMemberDaily": { + "description": "KISDomesticStockV1QuotationsInquireMemberDaily schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "ntby_qty": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "total_seln_qty": { + "type": "string" + }, + "total_shnu_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireMemberDailyRequest": { + "description": "KISDomesticStockV1QuotationsInquireMemberDailyRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_ISCD_2": { + "type": "string" + }, + "FID_SCTN_CLS_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireMemberRequest": { + "description": "KISDomesticStockV1QuotationsInquireMemberRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireOvertimeAskingPrice": { + "description": "KISDomesticStockV1QuotationsInquireOvertimeAskingPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "ovtm_total_askp_icdc": { + "type": "string" + }, + "ovtm_total_askp_rsqn": { + "type": "string" + }, + "ovtm_total_bidp_icdc": { + "type": "string" + }, + "ovtm_total_bidp_rsqn": { + "type": "string" + }, + "ovtm_untp_askp1": { + "type": "string" + }, + "ovtm_untp_askp10": { + "type": "string" + }, + "ovtm_untp_askp2": { + "type": "string" + }, + "ovtm_untp_askp3": { + "type": "string" + }, + "ovtm_untp_askp4": { + "type": "string" + }, + "ovtm_untp_askp5": { + "type": "string" + }, + "ovtm_untp_askp6": { + "type": "string" + }, + "ovtm_untp_askp7": { + "type": "string" + }, + "ovtm_untp_askp8": { + "type": "string" + }, + "ovtm_untp_askp9": { + "type": "string" + }, + "ovtm_untp_askp_icdc1": { + "type": "string" + }, + "ovtm_untp_askp_icdc10": { + "type": "string" + }, + "ovtm_untp_askp_icdc2": { + "type": "string" + }, + "ovtm_untp_askp_icdc3": { + "type": "string" + }, + "ovtm_untp_askp_icdc4": { + "type": "string" + }, + "ovtm_untp_askp_icdc5": { + "type": "string" + }, + "ovtm_untp_askp_icdc6": { + "type": "string" + }, + "ovtm_untp_askp_icdc7": { + "type": "string" + }, + "ovtm_untp_askp_icdc8": { + "type": "string" + }, + "ovtm_untp_askp_icdc9": { + "type": "string" + }, + "ovtm_untp_askp_rsqn1": { + "type": "string" + }, + "ovtm_untp_askp_rsqn10": { + "type": "string" + }, + "ovtm_untp_askp_rsqn2": { + "type": "string" + }, + "ovtm_untp_askp_rsqn3": { + "type": "string" + }, + "ovtm_untp_askp_rsqn4": { + "type": "string" + }, + "ovtm_untp_askp_rsqn5": { + "type": "string" + }, + "ovtm_untp_askp_rsqn6": { + "type": "string" + }, + "ovtm_untp_askp_rsqn7": { + "type": "string" + }, + "ovtm_untp_askp_rsqn8": { + "type": "string" + }, + "ovtm_untp_askp_rsqn9": { + "type": "string" + }, + "ovtm_untp_bidp1": { + "type": "string" + }, + "ovtm_untp_bidp10": { + "type": "string" + }, + "ovtm_untp_bidp2": { + "type": "string" + }, + "ovtm_untp_bidp3": { + "type": "string" + }, + "ovtm_untp_bidp4": { + "type": "string" + }, + "ovtm_untp_bidp5": { + "type": "string" + }, + "ovtm_untp_bidp6": { + "type": "string" + }, + "ovtm_untp_bidp7": { + "type": "string" + }, + "ovtm_untp_bidp8": { + "type": "string" + }, + "ovtm_untp_bidp9": { + "type": "string" + }, + "ovtm_untp_bidp_icdc1": { + "type": "string" + }, + "ovtm_untp_bidp_icdc10": { + "type": "string" + }, + "ovtm_untp_bidp_icdc2": { + "type": "string" + }, + "ovtm_untp_bidp_icdc3": { + "type": "string" + }, + "ovtm_untp_bidp_icdc4": { + "type": "string" + }, + "ovtm_untp_bidp_icdc5": { + "type": "string" + }, + "ovtm_untp_bidp_icdc6": { + "type": "string" + }, + "ovtm_untp_bidp_icdc7": { + "type": "string" + }, + "ovtm_untp_bidp_icdc8": { + "type": "string" + }, + "ovtm_untp_bidp_icdc9": { + "type": "string" + }, + "ovtm_untp_bidp_rsqn1": { + "type": "string" + }, + "ovtm_untp_bidp_rsqn10": { + "type": "string" + }, + "ovtm_untp_bidp_rsqn2": { + "type": "string" + }, + "ovtm_untp_bidp_rsqn3": { + "type": "string" + }, + "ovtm_untp_bidp_rsqn4": { + "type": "string" + }, + "ovtm_untp_bidp_rsqn5": { + "type": "string" + }, + "ovtm_untp_bidp_rsqn6": { + "type": "string" + }, + "ovtm_untp_bidp_rsqn7": { + "type": "string" + }, + "ovtm_untp_bidp_rsqn8": { + "type": "string" + }, + "ovtm_untp_bidp_rsqn9": { + "type": "string" + }, + "ovtm_untp_last_hour": { + "type": "string" + }, + "ovtm_untp_ntby_bidp_rsqn": { + "type": "string" + }, + "ovtm_untp_total_askp_rsqn": { + "type": "string" + }, + "ovtm_untp_total_askp_rsqn_icdc": { + "type": "string" + }, + "ovtm_untp_total_bidp_rsqn": { + "type": "string" + }, + "ovtm_untp_total_bidp_rsqn_icdc": { + "type": "string" + }, + "total_askp_rsqn": { + "type": "string" + }, + "total_askp_rsqn_icdc": { + "type": "string" + }, + "total_bidp_rsqn": { + "type": "string" + }, + "total_bidp_rsqn_icdc": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireOvertimeAskingPriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireOvertimeAskingPriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireOvertimePrice": { + "description": "KISDomesticStockV1QuotationsInquireOvertimePrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "askp": { + "type": "string" + }, + "bidp": { + "type": "string" + }, + "bstp_kor_isnm": { + "type": "string" + }, + "crdt_able_yn": { + "type": "string" + }, + "flng_cls_name": { + "type": "string" + }, + "insn_pbnt_yn": { + "type": "string" + }, + "mang_issu_cls_name": { + "type": "string" + }, + "mang_issu_yn": { + "type": "string" + }, + "marg_rate": { + "type": "string" + }, + "mrkt_warn_cls_code": { + "type": "string" + }, + "mrkt_warn_cls_name": { + "type": "string" + }, + "new_lstn_cls_name": { + "type": "string" + }, + "ovtm_untp_antc_cnpr": { + "type": "string" + }, + "ovtm_untp_antc_cnqn": { + "type": "string" + }, + "ovtm_untp_antc_cntg_ctrt": { + "type": "string" + }, + "ovtm_untp_antc_cntg_vrss": { + "type": "string" + }, + "ovtm_untp_antc_cntg_vrss_sign": { + "type": "string" + }, + "ovtm_untp_hgpr": { + "type": "string" + }, + "ovtm_untp_llam": { + "type": "string" + }, + "ovtm_untp_lwpr": { + "type": "string" + }, + "ovtm_untp_mxpr": { + "type": "string" + }, + "ovtm_untp_oprc": { + "type": "string" + }, + "ovtm_untp_prdy_ctrt": { + "type": "string" + }, + "ovtm_untp_prdy_vrss": { + "type": "string" + }, + "ovtm_untp_prdy_vrss_sign": { + "type": "string" + }, + "ovtm_untp_prpr": { + "type": "string" + }, + "ovtm_untp_sdpr": { + "type": "string" + }, + "ovtm_untp_tr_pbmn": { + "type": "string" + }, + "ovtm_untp_vol": { + "type": "string" + }, + "ovtm_vi_cls_code": { + "type": "string" + }, + "revl_issu_reas_name": { + "type": "string" + }, + "rprs_mrkt_kor_name": { + "type": "string" + }, + "sltr_yn": { + "type": "string" + }, + "trht_yn": { + "type": "string" + }, + "vlnt_deal_cls_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireOvertimePriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireOvertimePriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquirePrice": { + "description": "KISDomesticStockV1QuotationsInquirePrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "apprch_rate": { + "type": "string" + }, + "aspr_unit": { + "type": "string" + }, + "bps": { + "type": "string" + }, + "bstp_kor_isnm": { + "type": "string" + }, + "clpr_rang_cont_yn": { + "type": "string" + }, + "cpfn": { + "type": "string" + }, + "cpfn_cnnm": { + "type": "string" + }, + "crdt_able_yn": { + "type": "string" + }, + "d250_hgpr": { + "type": "string" + }, + "d250_hgpr_date": { + "type": "string" + }, + "d250_hgpr_vrss_prpr_rate": { + "type": "string" + }, + "d250_lwpr": { + "type": "string" + }, + "d250_lwpr_date": { + "type": "string" + }, + "d250_lwpr_vrss_prpr_rate": { + "type": "string" + }, + "dmrs_val": { + "type": "string" + }, + "dmsp_val": { + "type": "string" + }, + "dryy_hgpr_date": { + "type": "string" + }, + "dryy_hgpr_vrss_prpr_rate": { + "type": "string" + }, + "dryy_lwpr_date": { + "type": "string" + }, + "dryy_lwpr_vrss_prpr_rate": { + "type": "string" + }, + "elw_pblc_yn": { + "type": "string" + }, + "eps": { + "type": "string" + }, + "fcam_cnnm": { + "type": "string" + }, + "frgn_hldn_qty": { + "type": "string" + }, + "frgn_ntby_qty": { + "type": "string" + }, + "grmn_rate_cls_code": { + "type": "string" + }, + "hts_avls": { + "type": "string" + }, + "hts_deal_qty_unit_val": { + "type": "string" + }, + "hts_frgn_ehrt": { + "type": "string" + }, + "invt_caful_yn": { + "type": "string" + }, + "iscd_stat_cls_code": { + "type": "string" + }, + "last_ssts_cntg_qty": { + "type": "string" + }, + "lstn_stcn": { + "type": "string" + }, + "mang_issu_cls_code": { + "type": "string" + }, + "marg_rate": { + "type": "string" + }, + "mrkt_warn_cls_code": { + "type": "string" + }, + "new_hgpr_lwpr_cls_code": { + "type": "string" + }, + "oprc_rang_cont_yn": { + "type": "string" + }, + "ovtm_vi_cls_code": { + "type": "string" + }, + "pbr": { + "type": "string" + }, + "per": { + "type": "string" + }, + "pgtr_ntby_qty": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prdy_vrss_vol_rate": { + "type": "string" + }, + "pvt_frst_dmrs_prc": { + "type": "string" + }, + "pvt_frst_dmsp_prc": { + "type": "string" + }, + "pvt_pont_val": { + "type": "string" + }, + "pvt_scnd_dmrs_prc": { + "type": "string" + }, + "pvt_scnd_dmsp_prc": { + "type": "string" + }, + "rprs_mrkt_kor_name": { + "type": "string" + }, + "rstc_wdth_prc": { + "type": "string" + }, + "short_over_yn": { + "type": "string" + }, + "sltr_yn": { + "type": "string" + }, + "ssts_yn": { + "type": "string" + }, + "stac_month": { + "type": "string" + }, + "stck_dryy_hgpr": { + "type": "string" + }, + "stck_dryy_lwpr": { + "type": "string" + }, + "stck_fcam": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_llam": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_mxpr": { + "type": "string" + }, + "stck_oprc": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_sdpr": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + }, + "stck_sspr": { + "type": "string" + }, + "temp_stop_yn": { + "type": "string" + }, + "vi_cls_code": { + "type": "string" + }, + "vol_tnrt": { + "type": "string" + }, + "w52_hgpr": { + "type": "string" + }, + "w52_hgpr_date": { + "type": "string" + }, + "w52_hgpr_vrss_prpr_ctrt": { + "type": "string" + }, + "w52_lwpr": { + "type": "string" + }, + "w52_lwpr_date": { + "type": "string" + }, + "w52_lwpr_vrss_prpr_ctrt": { + "type": "string" + }, + "wghn_avrg_stck_prc": { + "type": "string" + }, + "whol_loan_rmnd_rate": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquirePriceN2": { + "description": "KISDomesticStockV1QuotationsInquirePriceN2 schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "bstp_cls_code": { + "type": "string" + }, + "bstp_kor_isnm": { + "type": "string" + }, + "crdt_able_yn": { + "type": "string" + }, + "crdt_rate": { + "type": "string" + }, + "divi_app_cls_code": { + "type": "string" + }, + "elw_pblc_yn": { + "type": "string" + }, + "fcam_mod_cls_name": { + "type": "string" + }, + "flng_cls_name": { + "type": "string" + }, + "hgpr_vrss_prpr": { + "type": "string" + }, + "hgpr_vrss_prpr_sign": { + "type": "string" + }, + "insn_pbnt_yn": { + "type": "string" + }, + "invt_caful_yn": { + "type": "string" + }, + "low_current_yn": { + "type": "string" + }, + "lwpr_vrss_prpr": { + "type": "string" + }, + "lwpr_vrss_prpr_sign": { + "type": "string" + }, + "mang_issu_yn": { + "type": "string" + }, + "marg_rate": { + "type": "string" + }, + "mrkt_warn_cls_code": { + "type": "string" + }, + "mrkt_warn_cls_name": { + "type": "string" + }, + "mxpr_llam_cls_code": { + "type": "string" + }, + "new_hgpr_lwpr_cls_code": { + "type": "string" + }, + "new_lstn_cls_name": { + "type": "string" + }, + "oprc_rang_cont_yn": { + "type": "string" + }, + "oprc_vrss_prpr": { + "type": "string" + }, + "oprc_vrss_prpr_sign": { + "type": "string" + }, + "prdy_clpr_vrss_hgpr_rate": { + "type": "string" + }, + "prdy_clpr_vrss_lwpr_rate": { + "type": "string" + }, + "prdy_clpr_vrss_oprc_rate": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prdy_vrss_vol_rate": { + "type": "string" + }, + "revl_issu_reas_name": { + "type": "string" + }, + "rprs_mrkt_kor_name": { + "type": "string" + }, + "short_over_cls_code": { + "type": "string" + }, + "short_over_yn": { + "type": "string" + }, + "sltr_yn": { + "type": "string" + }, + "ssts_hot_yn": { + "type": "string" + }, + "stange_runup_yn": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_llam": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_mxpr": { + "type": "string" + }, + "stck_oprc": { + "type": "string" + }, + "stck_prdy_clpr": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_sdpr": { + "type": "string" + }, + "trht_yn": { + "type": "string" + }, + "vi_cls_code": { + "type": "string" + }, + "vlnt_deal_cls_name": { + "type": "string" + }, + "vlnt_fin_cls_code": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquirePriceN2Request": { + "description": "KISDomesticStockV1QuotationsInquirePriceN2Request schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquirePriceRequest": { + "description": "KISDomesticStockV1QuotationsInquirePriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireTimeDailychartprice": { + "description": "KISDomesticStockV1QuotationsInquireTimeDailychartprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prdy_clpr": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "cntg_vol": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_oprc": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireTimeDailychartpriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireTimeDailychartpriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_HOUR_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_PW_DATA_INCU_YN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireTimeIndexchartprice": { + "description": "KISDomesticStockV1QuotationsInquireTimeIndexchartprice schema", + "properties": { + "Output1": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "bstp_cls_code": { + "type": "string" + }, + "bstp_nmix_hgpr": { + "type": "string" + }, + "bstp_nmix_lwpr": { + "type": "string" + }, + "bstp_nmix_oprc": { + "type": "string" + }, + "bstp_nmix_prdy_ctrt": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "futs_prdy_hgpr": { + "type": "string" + }, + "futs_prdy_lwpr": { + "type": "string" + }, + "futs_prdy_oprc": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_nmix": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "Output2": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "bstp_nmix_hgpr": { + "type": "string" + }, + "bstp_nmix_lwpr": { + "type": "string" + }, + "bstp_nmix_oprc": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "cntg_vol": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireTimeIndexchartpriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireTimeIndexchartpriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_ETC_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_HOUR_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_PW_DATA_INCU_YN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireTimeItemchartprice": { + "description": "KISDomesticStockV1QuotationsInquireTimeItemchartprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prdy_clpr": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "cntg_vol": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_oprc": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireTimeItemchartpriceRequest": { + "description": "KISDomesticStockV1QuotationsInquireTimeItemchartpriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_ETC_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_HOUR_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_PW_DATA_INCU_YN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireTimeItemconclusion": { + "description": "KISDomesticStockV1QuotationsInquireTimeItemconclusion schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "rprs_mrkt_kor_name": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "askp": { + "type": "string" + }, + "bidp": { + "type": "string" + }, + "cnqn": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + }, + "stck_pbpr": { + "type": "string" + }, + "tday_rltv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireTimeItemconclusionRequest": { + "description": "KISDomesticStockV1QuotationsInquireTimeItemconclusionRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_HOUR_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireTimeOvertimeconclusion": { + "description": "KISDomesticStockV1QuotationsInquireTimeOvertimeconclusion schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "lslm_sign": { + "type": "string" + }, + "ovtm_untp_antc_cnpr": { + "type": "string" + }, + "ovtm_untp_antc_cntg_ctrt": { + "type": "string" + }, + "ovtm_untp_antc_cntg_vrss": { + "type": "string" + }, + "ovtm_untp_antc_cntg_vrss_sign": { + "type": "string" + }, + "ovtm_untp_antc_vol": { + "type": "string" + }, + "ovtm_untp_hgpr": { + "type": "string" + }, + "ovtm_untp_llam": { + "type": "string" + }, + "ovtm_untp_lwpr": { + "type": "string" + }, + "ovtm_untp_mxpr": { + "type": "string" + }, + "ovtm_untp_oprc": { + "type": "string" + }, + "ovtm_untp_prdy_ctrt": { + "type": "string" + }, + "ovtm_untp_prdy_vrss": { + "type": "string" + }, + "ovtm_untp_prdy_vrss_sign": { + "type": "string" + }, + "ovtm_untp_prpr": { + "type": "string" + }, + "ovtm_untp_tr_pbmn": { + "type": "string" + }, + "ovtm_untp_vol": { + "type": "string" + }, + "uplm_sign": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "askp": { + "type": "string" + }, + "bidp": { + "type": "string" + }, + "cntg_vol": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireTimeOvertimeconclusionRequest": { + "description": "KISDomesticStockV1QuotationsInquireTimeOvertimeconclusionRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_HOUR_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireViStatus": { + "description": "KISDomesticStockV1QuotationsInquireViStatus schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "bsop_date": { + "type": "string" + }, + "cntg_vi_hour": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "vi_cls_code": { + "type": "string" + }, + "vi_cncl_hour": { + "type": "string" + }, + "vi_count": { + "type": "string" + }, + "vi_dmc_dprt": { + "type": "string" + }, + "vi_dmc_stnd_prc": { + "type": "string" + }, + "vi_dprt": { + "type": "string" + }, + "vi_kind_code": { + "type": "string" + }, + "vi_prc": { + "type": "string" + }, + "vi_stnd_prc": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInquireViStatusRequest": { + "description": "KISDomesticStockV1QuotationsInquireViStatusRequest schema", + "properties": { + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_MRKT_CLS_CODE": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + }, + "FID_TRGT_CLS_CODE": { + "type": "string" + }, + "FID_TRGT_EXLS_CLS_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsIntstockGrouplist": { + "description": "KISDomesticStockV1QuotationsIntstockGrouplist schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "ask_cnt": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "date": { + "type": "string" + }, + "inter_grp_code": { + "type": "string" + }, + "inter_grp_name": { + "type": "string" + }, + "trnm_hour": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsIntstockGrouplistRequest": { + "description": "KISDomesticStockV1QuotationsIntstockGrouplistRequest schema", + "properties": { + "FID_ETC_CLS_CODE": { + "type": "string" + }, + "TYPE": { + "type": "string" + }, + "USER_ID": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsIntstockMultprice": { + "description": "KISDomesticStockV1QuotationsIntstockMultprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "hour_cls_code": { + "type": "string" + }, + "inter2_askp": { + "type": "string" + }, + "inter2_bidp": { + "type": "string" + }, + "inter2_hgpr": { + "type": "string" + }, + "inter2_llam": { + "type": "string" + }, + "inter2_lwpr": { + "type": "string" + }, + "inter2_mxpr": { + "type": "string" + }, + "inter2_oprc": { + "type": "string" + }, + "inter2_prdy_clpr": { + "type": "string" + }, + "inter2_prdy_vrss": { + "type": "string" + }, + "inter2_prpr": { + "type": "string" + }, + "inter2_sdpr": { + "type": "string" + }, + "inter_kor_isnm": { + "type": "string" + }, + "inter_shrn_iscd": { + "type": "string" + }, + "intr_antc_cntg_prdy_ctrt": { + "type": "string" + }, + "intr_antc_cntg_vrss": { + "type": "string" + }, + "intr_antc_cntg_vrss_sign": { + "type": "string" + }, + "intr_antc_vol": { + "type": "string" + }, + "kospi_kosdaq_cls_name": { + "type": "string" + }, + "mrkt_trtm_cls_name": { + "type": "string" + }, + "oprc_vrss_hgpr_rate": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "seln_rsqn": { + "type": "string" + }, + "shnu_rsqn": { + "type": "string" + }, + "total_askp_rsqn": { + "type": "string" + }, + "total_bidp_rsqn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsIntstockMultpriceRequest": { + "description": "KISDomesticStockV1QuotationsIntstockMultpriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE_1": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_10": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_11": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_12": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_13": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_14": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_15": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_16": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_17": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_18": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_19": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_2": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_20": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_21": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_22": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_23": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_24": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_25": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_26": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_27": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_28": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_29": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_3": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_30": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_4": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_5": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_6": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_7": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_8": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE_9": { + "type": "string" + }, + "FID_INPUT_ISCD_1": { + "type": "string" + }, + "FID_INPUT_ISCD_10": { + "type": "string" + }, + "FID_INPUT_ISCD_11": { + "type": "string" + }, + "FID_INPUT_ISCD_12": { + "type": "string" + }, + "FID_INPUT_ISCD_13": { + "type": "string" + }, + "FID_INPUT_ISCD_14": { + "type": "string" + }, + "FID_INPUT_ISCD_15": { + "type": "string" + }, + "FID_INPUT_ISCD_16": { + "type": "string" + }, + "FID_INPUT_ISCD_17": { + "type": "string" + }, + "FID_INPUT_ISCD_18": { + "type": "string" + }, + "FID_INPUT_ISCD_19": { + "type": "string" + }, + "FID_INPUT_ISCD_2": { + "type": "string" + }, + "FID_INPUT_ISCD_20": { + "type": "string" + }, + "FID_INPUT_ISCD_21": { + "type": "string" + }, + "FID_INPUT_ISCD_22": { + "type": "string" + }, + "FID_INPUT_ISCD_23": { + "type": "string" + }, + "FID_INPUT_ISCD_24": { + "type": "string" + }, + "FID_INPUT_ISCD_25": { + "type": "string" + }, + "FID_INPUT_ISCD_26": { + "type": "string" + }, + "FID_INPUT_ISCD_27": { + "type": "string" + }, + "FID_INPUT_ISCD_28": { + "type": "string" + }, + "FID_INPUT_ISCD_29": { + "type": "string" + }, + "FID_INPUT_ISCD_3": { + "type": "string" + }, + "FID_INPUT_ISCD_30": { + "type": "string" + }, + "FID_INPUT_ISCD_4": { + "type": "string" + }, + "FID_INPUT_ISCD_5": { + "type": "string" + }, + "FID_INPUT_ISCD_6": { + "type": "string" + }, + "FID_INPUT_ISCD_7": { + "type": "string" + }, + "FID_INPUT_ISCD_8": { + "type": "string" + }, + "FID_INPUT_ISCD_9": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsIntstockStocklistByGroup": { + "description": "KISDomesticStockV1QuotationsIntstockStocklistByGroup schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "data_rank": { + "type": "string" + }, + "inter_grp_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "cntg_cls_code": { + "type": "string" + }, + "cntg_unpr": { + "type": "string" + }, + "color_code": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "exch_code": { + "type": "string" + }, + "fid_mrkt_cls_code": { + "type": "string" + }, + "fxdt_ntby_qty": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "jong_code": { + "type": "string" + }, + "memo": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsIntstockStocklistByGroupRequest": { + "description": "KISDomesticStockV1QuotationsIntstockStocklistByGroupRequest schema", + "properties": { + "CNTG_CLS_CODE": { + "type": "string" + }, + "DATA_RANK": { + "type": "string" + }, + "FID_ETC_CLS_CODE": { + "type": "string" + }, + "HTS_KOR_ISNM": { + "type": "string" + }, + "INTER_GRP_CODE": { + "type": "string" + }, + "INTER_GRP_NAME": { + "type": "string" + }, + "TYPE": { + "type": "string" + }, + "USER_ID": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInvestOpbysec": { + "description": "KISDomesticStockV1QuotationsInvestOpbysec schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "dprt": { + "type": "string" + }, + "hts_goal_prc": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "invt_opnn": { + "type": "string" + }, + "invt_opnn_cls_code": { + "type": "string" + }, + "mbcr_name": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "rgbf_invt_opnn": { + "type": "string" + }, + "rgbf_invt_opnn_cls_code": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_prdy_clpr": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + }, + "stft_esdg": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInvestOpbysecRequest": { + "description": "KISDomesticStockV1QuotationsInvestOpbysecRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInvestOpinion": { + "description": "KISDomesticStockV1QuotationsInvestOpinion schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "dprt": { + "type": "string" + }, + "hts_goal_prc": { + "type": "string" + }, + "invt_opnn": { + "type": "string" + }, + "invt_opnn_cls_code": { + "type": "string" + }, + "mbcr_name": { + "type": "string" + }, + "nday_dprt": { + "type": "string" + }, + "rgbf_invt_opnn": { + "type": "string" + }, + "rgbf_invt_opnn_cls_code": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_nday_esdg": { + "type": "string" + }, + "stck_prdy_clpr": { + "type": "string" + }, + "stft_esdg": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInvestOpinionRequest": { + "description": "KISDomesticStockV1QuotationsInvestOpinionRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInvestorProgramTradeToday": { + "description": "KISDomesticStockV1QuotationsInvestorProgramTradeToday schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "all_ntby_amt": { + "type": "string" + }, + "all_ntby_qty": { + "type": "string" + }, + "all_seln_amt": { + "type": "string" + }, + "all_seln_qty": { + "type": "string" + }, + "all_shnu_amt": { + "type": "string" + }, + "all_shnu_qty": { + "type": "string" + }, + "arbt_ntby_amt": { + "type": "string" + }, + "arbt_ntby_qty": { + "type": "string" + }, + "arbt_seln_amt": { + "type": "string" + }, + "arbt_seln_qty": { + "type": "string" + }, + "arbt_shnu_amt": { + "type": "string" + }, + "arbt_shnu_qty": { + "type": "string" + }, + "invr_cls_code": { + "type": "string" + }, + "invr_cls_name": { + "type": "string" + }, + "nabt_ntby_amt": { + "type": "string" + }, + "nabt_ntby_qty": { + "type": "string" + }, + "nabt_seln_amt": { + "type": "string" + }, + "nabt_seln_qty": { + "type": "string" + }, + "nabt_shnu_amt": { + "type": "string" + }, + "nabt_shnu_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInvestorProgramTradeTodayRequest": { + "description": "KISDomesticStockV1QuotationsInvestorProgramTradeTodayRequest schema", + "properties": { + "EXCH_DIV_CLS_CODE": { + "type": "string" + }, + "MRKT_DIV_CLS_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInvestorTradeByStockDaily": { + "description": "KISDomesticStockV1QuotationsInvestorTradeByStockDaily schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "rprs_mrkt_kor_name": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "bank_ntby_qty": { + "type": "string" + }, + "bank_ntby_tr_pbmn": { + "type": "string" + }, + "bank_seln_tr_pbmn": { + "type": "string" + }, + "bank_seln_vol": { + "type": "string" + }, + "bank_shnu_tr_pbmn": { + "type": "string" + }, + "bank_shnu_vol": { + "type": "string" + }, + "bold_yn": { + "type": "string" + }, + "etc_corp_ntby_tr_pbmn": { + "type": "string" + }, + "etc_corp_ntby_vol": { + "type": "string" + }, + "etc_corp_seln_tr_pbmn": { + "type": "string" + }, + "etc_corp_seln_vol": { + "type": "string" + }, + "etc_corp_shnu_tr_pbmn": { + "type": "string" + }, + "etc_corp_shnu_vol": { + "type": "string" + }, + "etc_ntby_qty": { + "type": "string" + }, + "etc_ntby_tr_pbmn": { + "type": "string" + }, + "etc_orgt_ntby_tr_pbmn": { + "type": "string" + }, + "etc_orgt_ntby_vol": { + "type": "string" + }, + "etc_orgt_seln_tr_pbmn": { + "type": "string" + }, + "etc_orgt_seln_vol": { + "type": "string" + }, + "etc_orgt_shnu_tr_pbmn": { + "type": "string" + }, + "etc_orgt_shnu_vol": { + "type": "string" + }, + "etc_seln_tr_pbmn": { + "type": "string" + }, + "etc_seln_vol": { + "type": "string" + }, + "etc_shnu_tr_pbmn": { + "type": "string" + }, + "etc_shnu_vol": { + "type": "string" + }, + "frgn_nreg_askp_pbmn": { + "type": "string" + }, + "frgn_nreg_askp_qty": { + "type": "string" + }, + "frgn_nreg_bidp_pbmn": { + "type": "string" + }, + "frgn_nreg_bidp_qty": { + "type": "string" + }, + "frgn_nreg_ntby_pbmn": { + "type": "string" + }, + "frgn_nreg_ntby_qty": { + "type": "string" + }, + "frgn_ntby_qty": { + "type": "string" + }, + "frgn_ntby_tr_pbmn": { + "type": "string" + }, + "frgn_reg_askp_pbmn": { + "type": "string" + }, + "frgn_reg_askp_qty": { + "type": "string" + }, + "frgn_reg_bidp_pbmn": { + "type": "string" + }, + "frgn_reg_bidp_qty": { + "type": "string" + }, + "frgn_reg_ntby_pbmn": { + "type": "string" + }, + "frgn_reg_ntby_qty": { + "type": "string" + }, + "frgn_seln_tr_pbmn": { + "type": "string" + }, + "frgn_seln_vol": { + "type": "string" + }, + "frgn_shnu_tr_pbmn": { + "type": "string" + }, + "frgn_shnu_vol": { + "type": "string" + }, + "fund_ntby_qty": { + "type": "string" + }, + "fund_ntby_tr_pbmn": { + "type": "string" + }, + "fund_seln_tr_pbmn": { + "type": "string" + }, + "fund_seln_vol": { + "type": "string" + }, + "fund_shnu_tr_pbmn": { + "type": "string" + }, + "fund_shnu_vol": { + "type": "string" + }, + "insu_ntby_qty": { + "type": "string" + }, + "insu_ntby_tr_pbmn": { + "type": "string" + }, + "insu_seln_tr_pbmn": { + "type": "string" + }, + "insu_seln_vol": { + "type": "string" + }, + "insu_shnu_tr_pbmn": { + "type": "string" + }, + "insu_shnu_vol": { + "type": "string" + }, + "ivtr_ntby_qty": { + "type": "string" + }, + "ivtr_ntby_tr_pbmn": { + "type": "string" + }, + "ivtr_seln_tr_pbmn": { + "type": "string" + }, + "ivtr_seln_vol": { + "type": "string" + }, + "ivtr_shnu_tr_pbmn": { + "type": "string" + }, + "ivtr_shnu_vol": { + "type": "string" + }, + "mrbn_ntby_qty": { + "type": "string" + }, + "mrbn_ntby_tr_pbmn": { + "type": "string" + }, + "mrbn_seln_tr_pbmn": { + "type": "string" + }, + "mrbn_seln_vol": { + "type": "string" + }, + "mrbn_shnu_tr_pbmn": { + "type": "string" + }, + "mrbn_shnu_vol": { + "type": "string" + }, + "orgn_ntby_qty": { + "type": "string" + }, + "orgn_ntby_tr_pbmn": { + "type": "string" + }, + "orgn_seln_tr_pbmn": { + "type": "string" + }, + "orgn_seln_vol": { + "type": "string" + }, + "orgn_shnu_tr_pbmn": { + "type": "string" + }, + "orgn_shnu_vol": { + "type": "string" + }, + "pe_fund_ntby_tr_pbmn": { + "type": "string" + }, + "pe_fund_ntby_vol": { + "type": "string" + }, + "pe_fund_seln_tr_pbmn": { + "type": "string" + }, + "pe_fund_seln_vol": { + "type": "string" + }, + "pe_fund_shnu_tr_pbmn": { + "type": "string" + }, + "pe_fund_shnu_vol": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prsn_ntby_qty": { + "type": "string" + }, + "prsn_ntby_tr_pbmn": { + "type": "string" + }, + "prsn_seln_tr_pbmn": { + "type": "string" + }, + "prsn_seln_vol": { + "type": "string" + }, + "prsn_shnu_tr_pbmn": { + "type": "string" + }, + "prsn_shnu_vol": { + "type": "string" + }, + "scrt_ntby_qty": { + "type": "string" + }, + "scrt_ntby_tr_pbmn": { + "type": "string" + }, + "scrt_seln_tr_pbmn": { + "type": "string" + }, + "scrt_seln_vol": { + "type": "string" + }, + "scrt_shnu_tr_pbmn": { + "type": "string" + }, + "scrt_shnu_vol": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_clpr": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_oprc": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInvestorTradeByStockDailyRequest": { + "description": "KISDomesticStockV1QuotationsInvestorTradeByStockDailyRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_ETC_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_ORG_ADJ_PRC": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInvestorTrendEstimate": { + "description": "KISDomesticStockV1QuotationsInvestorTrendEstimate schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "bsop_hour_gb": { + "type": "string" + }, + "frgn_fake_ntby_qty": { + "type": "string" + }, + "orgn_fake_ntby_qty": { + "type": "string" + }, + "sum_fake_ntby_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsInvestorTrendEstimateRequest": { + "description": "KISDomesticStockV1QuotationsInvestorTrendEstimateRequest schema", + "properties": { + "MKSC_SHRN_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsLendableByCompany": { + "description": "KISDomesticStockV1QuotationsLendableByCompany schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "bass_dt": { + "type": "string" + }, + "bfdy_clpr": { + "type": "string" + }, + "lmt_qty1": { + "type": "string" + }, + "papr": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "psbl_yn": { + "type": "string" + }, + "psbl_yn_name": { + "type": "string" + }, + "rght_type_cd": { + "type": "string" + }, + "sbst_prvs": { + "type": "string" + }, + "tr_stop_dvsn_name": { + "type": "string" + }, + "trad_psbl_qty2": { + "type": "string" + }, + "use_qty1": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "brch_lmt_qty": { + "type": "string" + }, + "rqst_psbl_qty": { + "type": "string" + }, + "tot_stup_lmt_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsLendableByCompanyRequest": { + "description": "KISDomesticStockV1QuotationsLendableByCompanyRequest schema", + "properties": { + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK100": { + "type": "string" + }, + "EXCG_DVSN_CD": { + "type": "string" + }, + "INQR_DVSN_1": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "THCO_STLN_PSBL_YN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsMarketTime": { + "description": "KISDomesticStockV1QuotationsMarketTime schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "date1": { + "type": "string" + }, + "date2": { + "type": "string" + }, + "date3": { + "type": "string" + }, + "date4": { + "type": "string" + }, + "date5": { + "type": "string" + }, + "e_time": { + "type": "string" + }, + "s_time": { + "type": "string" + }, + "time": { + "type": "string" + }, + "today": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsMarketTimeRequest": { + "description": "KISDomesticStockV1QuotationsMarketTimeRequest schema" + }, + "KISDomesticStockV1QuotationsMktfunds": { + "description": "KISDomesticStockV1QuotationsMktfunds schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "amt_tnrt": { + "type": "string" + }, + "bntp_amt": { + "type": "string" + }, + "bsop_date": { + "type": "string" + }, + "bstp_nmix_prdy_vrss": { + "type": "string" + }, + "bstp_nmix_prpr": { + "type": "string" + }, + "crdt_loan_rmnd": { + "type": "string" + }, + "cust_dpmn_amt": { + "type": "string" + }, + "cust_dpmn_amt_prdy_vrss": { + "type": "string" + }, + "futs_tfam_amt": { + "type": "string" + }, + "hts_avls": { + "type": "string" + }, + "mmf_amt": { + "type": "string" + }, + "mxtp_amt": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "secu_lend_amt": { + "type": "string" + }, + "sttp_amt": { + "type": "string" + }, + "uncl_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsMktfundsRequest": { + "description": "KISDomesticStockV1QuotationsMktfundsRequest schema", + "properties": { + "FID_INPUT_DATE_1": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsNewsTitle": { + "description": "KISDomesticStockV1QuotationsNewsTitle schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "cntt_usiq_srno": { + "type": "string" + }, + "data_dt": { + "type": "string" + }, + "data_tm": { + "type": "string" + }, + "dorg": { + "type": "string" + }, + "hts_pbnt_titl_cntt": { + "type": "string" + }, + "iscd1": { + "type": "string" + }, + "iscd2": { + "type": "string" + }, + "iscd3": { + "type": "string" + }, + "iscd4": { + "type": "string" + }, + "iscd5": { + "type": "string" + }, + "news_lrdv_code": { + "type": "string" + }, + "news_ofer_entp_code": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsNewsTitleRequest": { + "description": "KISDomesticStockV1QuotationsNewsTitleRequest schema", + "properties": { + "FID_COND_MRKT_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_HOUR_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_SRNO": { + "type": "string" + }, + "FID_NEWS_OFER_ENTP_CODE": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + }, + "FID_TITL_CNTT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsPbarTratio": { + "description": "KISDomesticStockV1QuotationsPbarTratio schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "lstn_stcn": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "rprs_mrkt_kor_name": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + }, + "wghn_avrg_stck_prc": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_vol_rlim": { + "type": "string" + }, + "cntg_vol": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsPbarTratioRequest": { + "description": "KISDomesticStockV1QuotationsPbarTratioRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_HOUR_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsProgramTradeByStock": { + "description": "KISDomesticStockV1QuotationsProgramTradeByStock schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "bsop_hour": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "whol_ntby_tr_pbmn_icdc": { + "type": "string" + }, + "whol_ntby_vol_icdc": { + "type": "string" + }, + "whol_smtn_ntby_qty": { + "type": "string" + }, + "whol_smtn_ntby_tr_pbmn": { + "type": "string" + }, + "whol_smtn_seln_tr_pbmn": { + "type": "string" + }, + "whol_smtn_seln_vol": { + "type": "string" + }, + "whol_smtn_shnu_tr_pbmn": { + "type": "string" + }, + "whol_smtn_shnu_vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsProgramTradeByStockDaily": { + "description": "KISDomesticStockV1QuotationsProgramTradeByStockDaily schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_clpr": { + "type": "string" + }, + "whol_ntby_tr_pbmn_icdc2": { + "type": "string" + }, + "whol_ntby_vol_icdc": { + "type": "string" + }, + "whol_smtn_ntby_qty": { + "type": "string" + }, + "whol_smtn_ntby_tr_pbmn": { + "type": "string" + }, + "whol_smtn_seln_tr_pbmn": { + "type": "string" + }, + "whol_smtn_seln_vol": { + "type": "string" + }, + "whol_smtn_shnu_tr_pbmn": { + "type": "string" + }, + "whol_smtn_shnu_vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsProgramTradeByStockDailyRequest": { + "description": "KISDomesticStockV1QuotationsProgramTradeByStockDailyRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsProgramTradeByStockRequest": { + "description": "KISDomesticStockV1QuotationsProgramTradeByStockRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsPsearchResult": { + "description": "KISDomesticStockV1QuotationsPsearchResult schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "change": { + "type": "string" + }, + "chgrate": { + "type": "string" + }, + "chgrate2": { + "type": "string" + }, + "code": { + "type": "string" + }, + "cttr": { + "type": "string" + }, + "daebi": { + "type": "string" + }, + "dnlmtprice": { + "type": "string" + }, + "expchange": { + "type": "string" + }, + "expchggrate": { + "type": "string" + }, + "expcvol": { + "type": "string" + }, + "expdaebi": { + "type": "string" + }, + "expprice": { + "type": "string" + }, + "high": { + "type": "string" + }, + "high52": { + "type": "string" + }, + "low": { + "type": "string" + }, + "low52": { + "type": "string" + }, + "name": { + "type": "string" + }, + "open": { + "type": "string" + }, + "price": { + "type": "string" + }, + "recprice": { + "type": "string" + }, + "stotprice": { + "type": "string" + }, + "trade_amt": { + "type": "string" + }, + "uplmtprice": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsPsearchResultRequest": { + "description": "KISDomesticStockV1QuotationsPsearchResultRequest schema", + "properties": { + "seq": { + "type": "string" + }, + "user_id": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsPsearchTitle": { + "description": "KISDomesticStockV1QuotationsPsearchTitle schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "condition_nm": { + "type": "string" + }, + "grp_nm": { + "type": "string" + }, + "seq": { + "type": "string" + }, + "user_id": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsPsearchTitleRequest": { + "description": "KISDomesticStockV1QuotationsPsearchTitleRequest schema", + "properties": { + "user_id": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsSearchInfo": { + "description": "KISDomesticStockV1QuotationsSearchInfo schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "frst_erlm_dt": { + "type": "string" + }, + "ivst_prdt_type_cd": { + "type": "string" + }, + "ivst_prdt_type_cd_name": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_abrv_name": { + "type": "string" + }, + "prdt_clsf_cd": { + "type": "string" + }, + "prdt_clsf_name": { + "type": "string" + }, + "prdt_eng_abrv_name": { + "type": "string" + }, + "prdt_eng_name": { + "type": "string" + }, + "prdt_eng_name120": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_name120": { + "type": "string" + }, + "prdt_risk_grad_cd": { + "type": "string" + }, + "prdt_sale_stat_cd": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "sale_end_dt": { + "type": "string" + }, + "sale_strt_dt": { + "type": "string" + }, + "shtn_pdno": { + "type": "string" + }, + "std_pdno": { + "type": "string" + }, + "wrap_asst_type_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsSearchInfoRequest": { + "description": "KISDomesticStockV1QuotationsSearchInfoRequest schema", + "properties": { + "PDNO": { + "type": "string" + }, + "PRDT_TYPE_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsSearchStockInfo": { + "description": "KISDomesticStockV1QuotationsSearchStockInfo schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "admn_item_yn": { + "type": "string" + }, + "bfdy_clpr": { + "type": "string" + }, + "clpr_chng_dt": { + "type": "string" + }, + "cpta": { + "type": "string" + }, + "cptt_trad_tr_psbl_yn": { + "type": "string" + }, + "crfd_item_yn": { + "type": "string" + }, + "dpsi_aptm_erlm_yn": { + "type": "string" + }, + "dpsi_erlm_cncl_dt": { + "type": "string" + }, + "elec_scty_yn": { + "type": "string" + }, + "etf_chas_erng_rt_dbnb": { + "type": "string" + }, + "etf_cu_qty": { + "type": "string" + }, + "etf_dvsn_cd": { + "type": "string" + }, + "etf_etn_ivst_heed_item_yn": { + "type": "string" + }, + "etf_txtn_type_cd": { + "type": "string" + }, + "etf_type_cd": { + "type": "string" + }, + "excg_dvsn_cd": { + "type": "string" + }, + "frbd_mket_lstg_abol_dt": { + "type": "string" + }, + "frbd_mket_lstg_dt": { + "type": "string" + }, + "frnr_psnl_lmt_rt": { + "type": "string" + }, + "idx_bztp_lcls_cd": { + "type": "string" + }, + "idx_bztp_lcls_cd_name": { + "type": "string" + }, + "idx_bztp_mcls_cd": { + "type": "string" + }, + "idx_bztp_mcls_cd_name": { + "type": "string" + }, + "idx_bztp_scls_cd": { + "type": "string" + }, + "idx_bztp_scls_cd_name": { + "type": "string" + }, + "issu_istt_cd": { + "type": "string" + }, + "issu_pric": { + "type": "string" + }, + "kosdaq_mket_lstg_abol_dt": { + "type": "string" + }, + "kosdaq_mket_lstg_dt": { + "type": "string" + }, + "kospi200_item_yn": { + "type": "string" + }, + "lstg_abol_dt": { + "type": "string" + }, + "lstg_cptl_amt": { + "type": "string" + }, + "lstg_rqsr_issu_istt_cd": { + "type": "string" + }, + "lstg_rqsr_item_cd": { + "type": "string" + }, + "lstg_stqt": { + "type": "string" + }, + "mfnd_end_dt": { + "type": "string" + }, + "mfnd_opng_dt": { + "type": "string" + }, + "mket_id_cd": { + "type": "string" + }, + "nwst_odst_dvsn_cd": { + "type": "string" + }, + "nxt_tr_stop_yn": { + "type": "string" + }, + "ocr_no": { + "type": "string" + }, + "oilf_fund_yn": { + "type": "string" + }, + "papr": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_abrv_name": { + "type": "string" + }, + "prdt_eng_abrv_name": { + "type": "string" + }, + "prdt_eng_name": { + "type": "string" + }, + "prdt_eng_name120": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_name120": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "reits_kind_cd": { + "type": "string" + }, + "sbst_pric": { + "type": "string" + }, + "scts_mket_lstg_abol_dt": { + "type": "string" + }, + "scts_mket_lstg_dt": { + "type": "string" + }, + "scty_grp_id_cd": { + "type": "string" + }, + "setl_mmdd": { + "type": "string" + }, + "stck_kind_cd": { + "type": "string" + }, + "std_idst_clsf_cd": { + "type": "string" + }, + "std_idst_clsf_cd_name": { + "type": "string" + }, + "std_pdno": { + "type": "string" + }, + "stln_int_rt_dvsn_cd": { + "type": "string" + }, + "thco_sbst_pric": { + "type": "string" + }, + "thco_sbst_pric_chng_dt": { + "type": "string" + }, + "thdt_clpr": { + "type": "string" + }, + "tr_stop_yn": { + "type": "string" + }, + "trst_istt_issu_istt_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsSearchStockInfoRequest": { + "description": "KISDomesticStockV1QuotationsSearchStockInfoRequest schema", + "properties": { + "PDNO": { + "type": "string" + }, + "PRDT_TYPE_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsTradprtByamt": { + "description": "KISDomesticStockV1QuotationsTradprtByamt schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "ntby_cntg_csnu": { + "type": "string" + }, + "prpr_name": { + "type": "string" + }, + "seln_cnqn_smtn": { + "type": "string" + }, + "seln_cntg_csnu": { + "type": "string" + }, + "shnu_cnqn_smtn": { + "type": "string" + }, + "shnu_cntg_csnu": { + "type": "string" + }, + "smtn_avrg_prpr": { + "type": "string" + }, + "whol_ntby_qty_rate": { + "type": "string" + }, + "whol_seln_vol_rate": { + "type": "string" + }, + "whol_shun_vol_rate": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsTradprtByamtRequest": { + "description": "KISDomesticStockV1QuotationsTradprtByamtRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsVolumeRank": { + "description": "KISDomesticStockV1QuotationsVolumeRank schema", + "properties": { + "Output": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "avrg_tr_pbmn": { + "type": "string" + }, + "avrg_vol": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "lstn_stcn": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "n_befr_clpr_vrss_prpr_rate": { + "type": "string" + }, + "nday_tr_pbmn_tnrt": { + "type": "string" + }, + "nday_vol_tnrt": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "tr_pbmn_tnrt": { + "type": "string" + }, + "vol_inrt": { + "type": "string" + }, + "vol_tnrt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1QuotationsVolumeRankRequest": { + "description": "KISDomesticStockV1QuotationsVolumeRankRequest schema", + "properties": { + "FID_BLNG_CLS_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_PRICE_1": { + "type": "string" + }, + "FID_INPUT_PRICE_2": { + "type": "string" + }, + "FID_TRGT_CLS_CODE": { + "type": "string" + }, + "FID_TRGT_EXLS_CLS_CODE": { + "type": "string" + }, + "FID_VOL_CNT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingAfterHourBalance": { + "description": "KISDomesticStockV1RankingAfterHourBalance schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "data_rank": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "mkfa_otcp_vol": { + "type": "string" + }, + "mkob_otcp_vol": { + "type": "string" + }, + "ovtm_total_askp_rsqn": { + "type": "string" + }, + "ovtm_total_bidp_rsqn": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingAfterHourBalanceRequest": { + "description": "KISDomesticStockV1RankingAfterHourBalanceRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_input_price_1": { + "type": "string" + }, + "fid_input_price_2": { + "type": "string" + }, + "fid_rank_sort_cls_code": { + "type": "string" + }, + "fid_trgt_cls_code": { + "type": "string" + }, + "fid_trgt_exls_cls_code": { + "type": "string" + }, + "fid_vol_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingBulkTransNum": { + "description": "KISDomesticStockV1RankingBulkTransNum schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "ntby_cnqn": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "seln_cntg_csnu": { + "type": "string" + }, + "shnu_cntg_csnu": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingBulkTransNumRequest": { + "description": "KISDomesticStockV1RankingBulkTransNumRequest schema", + "properties": { + "fid_aply_rang_prc_1": { + "type": "string" + }, + "fid_aply_rang_prc_2": { + "type": "string" + }, + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_input_iscd_2": { + "type": "string" + }, + "fid_input_price_1": { + "type": "string" + }, + "fid_rank_sort_cls_code": { + "type": "string" + }, + "fid_trgt_cls_code": { + "type": "string" + }, + "fid_trgt_exls_cls_code": { + "type": "string" + }, + "fid_vol_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingCreditBalance": { + "description": "KISDomesticStockV1RankingCreditBalance schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "bstp_cls_code": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "stnd_date1": { + "type": "string" + }, + "stnd_date2": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "nday_vrss_loan_rmnd_inrt": { + "type": "string" + }, + "nday_vrss_stln_rmnd_inrt": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "whol_loan_rmnd_amt": { + "type": "string" + }, + "whol_loan_rmnd_rate": { + "type": "string" + }, + "whol_loan_rmnd_stcn": { + "type": "string" + }, + "whol_stln_rmnd_amt": { + "type": "string" + }, + "whol_stln_rmnd_rate": { + "type": "string" + }, + "whol_stln_rmnd_stcn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingCreditBalanceRequest": { + "description": "KISDomesticStockV1RankingCreditBalanceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_OPTION": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingDisparity": { + "description": "KISDomesticStockV1RankingDisparity schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "d10_dsrt": { + "type": "string" + }, + "d120_dsrt": { + "type": "string" + }, + "d20_dsrt": { + "type": "string" + }, + "d5_dsrt": { + "type": "string" + }, + "d60_dsrt": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingDisparityRequest": { + "description": "KISDomesticStockV1RankingDisparityRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_hour_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_input_price_1": { + "type": "string" + }, + "fid_input_price_2": { + "type": "string" + }, + "fid_rank_sort_cls_code": { + "type": "string" + }, + "fid_trgt_cls_code": { + "type": "string" + }, + "fid_trgt_exls_cls_code": { + "type": "string" + }, + "fid_vol_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingDividendRate": { + "description": "KISDomesticStockV1RankingDividendRate schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "divi_kind": { + "type": "string" + }, + "divi_rate": { + "type": "string" + }, + "isin_name": { + "type": "string" + }, + "per_sto_divi_amt": { + "type": "string" + }, + "rank": { + "type": "string" + }, + "record_date": { + "type": "string" + }, + "sht_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingDividendRateRequest": { + "description": "KISDomesticStockV1RankingDividendRateRequest schema", + "properties": { + "CTS_AREA": { + "type": "string" + }, + "F_DT": { + "type": "string" + }, + "GB1": { + "type": "string" + }, + "GB2": { + "type": "string" + }, + "GB3": { + "type": "string" + }, + "GB4": { + "type": "string" + }, + "T_DT": { + "type": "string" + }, + "UPJONG": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingExpTransUpdown": { + "description": "KISDomesticStockV1RankingExpTransUpdown schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "antc_tr_pbmn": { + "type": "string" + }, + "askp": { + "type": "string" + }, + "bidp": { + "type": "string" + }, + "cntg_vol": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "seln_rsqn": { + "type": "string" + }, + "shnu_rsqn": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_sdpr": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + }, + "total_askp_rsqn": { + "type": "string" + }, + "total_bidp_rsqn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingExpTransUpdownRequest": { + "description": "KISDomesticStockV1RankingExpTransUpdownRequest schema", + "properties": { + "fid_aply_rang_prc_1": { + "type": "string" + }, + "fid_blng_cls_code": { + "type": "string" + }, + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_mkop_cls_code": { + "type": "string" + }, + "fid_pbmn": { + "type": "string" + }, + "fid_rank_sort_cls_code": { + "type": "string" + }, + "fid_vol_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingFinanceRatio": { + "description": "KISDomesticStockV1RankingFinanceRatio schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "bis": { + "type": "string" + }, + "bram_depn": { + "type": "string" + }, + "bsop_prfi_inrt": { + "type": "string" + }, + "cptl_ntin_rate": { + "type": "string" + }, + "cptl_op_prfi": { + "type": "string" + }, + "cptl_tnrt": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "equt_inrt": { + "type": "string" + }, + "grs": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "iqry_csnu": { + "type": "string" + }, + "lblt_rate": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "ntin_inrt": { + "type": "string" + }, + "op_prfi_inrt": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "rsrv_rate": { + "type": "string" + }, + "sale_bond_tnrt": { + "type": "string" + }, + "sale_ntin_rate": { + "type": "string" + }, + "sale_totl_rate": { + "type": "string" + }, + "stac_month": { + "type": "string" + }, + "stac_month_cls_code": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "totl_aset_inrt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingFinanceRatioRequest": { + "description": "KISDomesticStockV1RankingFinanceRatioRequest schema", + "properties": { + "fid_blng_cls_code": { + "type": "string" + }, + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_input_option_1": { + "type": "string" + }, + "fid_input_option_2": { + "type": "string" + }, + "fid_input_price_1": { + "type": "string" + }, + "fid_input_price_2": { + "type": "string" + }, + "fid_rank_sort_cls_code": { + "type": "string" + }, + "fid_trgt_cls_code": { + "type": "string" + }, + "fid_trgt_exls_cls_code": { + "type": "string" + }, + "fid_vol_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingFluctuation": { + "description": "KISDomesticStockV1RankingFluctuation schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_hgpr_date": { + "type": "string" + }, + "acml_lwpr_date": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "cnnt_ascn_dynu": { + "type": "string" + }, + "cnnt_down_dynu": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "dsgt_date_clpr_vrss_prpr_rate": { + "type": "string" + }, + "hgpr_hour": { + "type": "string" + }, + "hgpr_vrss_prpr_rate": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "lwpr_hour": { + "type": "string" + }, + "lwpr_vrss_prpr_rate": { + "type": "string" + }, + "oprc_vrss_prpr": { + "type": "string" + }, + "oprc_vrss_prpr_rate": { + "type": "string" + }, + "oprc_vrss_prpr_sign": { + "type": "string" + }, + "prd_rsfl": { + "type": "string" + }, + "prd_rsfl_rate": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingFluctuationRequest": { + "description": "KISDomesticStockV1RankingFluctuationRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_cnt_1": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_input_price_1": { + "type": "string" + }, + "fid_input_price_2": { + "type": "string" + }, + "fid_prc_cls_code": { + "type": "string" + }, + "fid_rank_sort_cls_code": { + "type": "string" + }, + "fid_rsfl_rate1": { + "type": "string" + }, + "fid_rsfl_rate2": { + "type": "string" + }, + "fid_trgt_cls_code": { + "type": "string" + }, + "fid_trgt_exls_cls_code": { + "type": "string" + }, + "fid_vol_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingHtsTopView": { + "description": "KISDomesticStockV1RankingHtsTopView schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "mksc_shrn_iscd": { + "type": "string" + }, + "mrkt_div_cls_code": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingHtsTopViewRequest": { + "description": "KISDomesticStockV1RankingHtsTopViewRequest schema" + }, + "KISDomesticStockV1RankingMarketCap": { + "description": "KISDomesticStockV1RankingMarketCap schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "lstn_stcn": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "mrkt_whol_avls_rlim": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_avls": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingMarketCapRequest": { + "description": "KISDomesticStockV1RankingMarketCapRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_input_price_1": { + "type": "string" + }, + "fid_input_price_2": { + "type": "string" + }, + "fid_trgt_cls_code": { + "type": "string" + }, + "fid_trgt_exls_cls_code": { + "type": "string" + }, + "fid_vol_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingMarketValue": { + "description": "KISDomesticStockV1RankingMarketValue schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "ebitda": { + "type": "string" + }, + "ebitda_div_fnnc_expn": { + "type": "string" + }, + "eps": { + "type": "string" + }, + "eva": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "iqry_csnu": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "pbr": { + "type": "string" + }, + "pcr": { + "type": "string" + }, + "per": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "psr": { + "type": "string" + }, + "pv_div_ebitda": { + "type": "string" + }, + "stac_month": { + "type": "string" + }, + "stac_month_cls_code": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingMarketValueRequest": { + "description": "KISDomesticStockV1RankingMarketValueRequest schema", + "properties": { + "fid_blng_cls_code": { + "type": "string" + }, + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_input_option_1": { + "type": "string" + }, + "fid_input_option_2": { + "type": "string" + }, + "fid_input_price_1": { + "type": "string" + }, + "fid_input_price_2": { + "type": "string" + }, + "fid_rank_sort_cls_code": { + "type": "string" + }, + "fid_trgt_cls_code": { + "type": "string" + }, + "fid_trgt_exls_cls_code": { + "type": "string" + }, + "fid_vol_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingNearNewHighlow": { + "description": "KISDomesticStockV1RankingNearNewHighlow schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "askp": { + "type": "string" + }, + "askp_rsqn1": { + "type": "string" + }, + "bidp": { + "type": "string" + }, + "bidp_rsqn1": { + "type": "string" + }, + "hprc_near_rate": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "lwpr_near_rate": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "new_hgpr": { + "type": "string" + }, + "new_lwpr": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_sdpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingNearNewHighlowRequest": { + "description": "KISDomesticStockV1RankingNearNewHighlowRequest schema", + "properties": { + "fid_aply_rang_prc_1": { + "type": "string" + }, + "fid_aply_rang_prc_2": { + "type": "string" + }, + "fid_aply_rang_vol": { + "type": "string" + }, + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_cnt_1": { + "type": "string" + }, + "fid_input_cnt_2": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_prc_cls_code": { + "type": "string" + }, + "fid_trgt_cls_code": { + "type": "string" + }, + "fid_trgt_exls_cls_code": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingOvertimeExpTransFluct": { + "description": "KISDomesticStockV1RankingOvertimeExpTransFluct schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "data_rank": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "iscd_stat_cls_code": { + "type": "string" + }, + "itmt_vol": { + "type": "string" + }, + "ovtm_untp_antc_cnpr": { + "type": "string" + }, + "ovtm_untp_antc_cnqn": { + "type": "string" + }, + "ovtm_untp_antc_cntg_ctrt": { + "type": "string" + }, + "ovtm_untp_antc_cntg_vrss": { + "type": "string" + }, + "ovtm_untp_antc_cntg_vrsssign": { + "type": "string" + }, + "ovtm_untp_askp_rsqn1": { + "type": "string" + }, + "ovtm_untp_bidp_rsqn1": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingOvertimeExpTransFluctRequest": { + "description": "KISDomesticStockV1RankingOvertimeExpTransFluctRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_PRICE_1": { + "type": "string" + }, + "FID_INPUT_PRICE_2": { + "type": "string" + }, + "FID_INPUT_VOL_1": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingOvertimeFluctuation": { + "description": "KISDomesticStockV1RankingOvertimeFluctuation schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "ovtm_untp_acml_tr_pbmn": { + "type": "string" + }, + "ovtm_untp_acml_vol": { + "type": "string" + }, + "ovtm_untp_ascn_issu_cnt": { + "type": "string" + }, + "ovtm_untp_down_issu_cnt": { + "type": "string" + }, + "ovtm_untp_exch_tr_pbmn": { + "type": "string" + }, + "ovtm_untp_exch_vol": { + "type": "string" + }, + "ovtm_untp_kosdaq_tr_pbmn": { + "type": "string" + }, + "ovtm_untp_kosdaq_vol": { + "type": "string" + }, + "ovtm_untp_lslm_issu_cnt": { + "type": "string" + }, + "ovtm_untp_stnr_issu_cnt": { + "type": "string" + }, + "ovtm_untp_uplm_issu_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "askp": { + "type": "string" + }, + "bidp": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "ovtm_untp_askp1": { + "type": "string" + }, + "ovtm_untp_bidp1": { + "type": "string" + }, + "ovtm_untp_prdy_ctrt": { + "type": "string" + }, + "ovtm_untp_prdy_vrss": { + "type": "string" + }, + "ovtm_untp_prdy_vrss_sign": { + "type": "string" + }, + "ovtm_untp_prpr": { + "type": "string" + }, + "ovtm_untp_seln_rsqn": { + "type": "string" + }, + "ovtm_untp_shnu_rsqn": { + "type": "string" + }, + "ovtm_untp_vol": { + "type": "string" + }, + "ovtm_vrss_acml_vol_rlim": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingOvertimeFluctuationRequest": { + "description": "KISDomesticStockV1RankingOvertimeFluctuationRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_PRICE_1": { + "type": "string" + }, + "FID_INPUT_PRICE_2": { + "type": "string" + }, + "FID_MRKT_CLS_CODE": { + "type": "string" + }, + "FID_TRGT_CLS_CODE": { + "type": "string" + }, + "FID_TRGT_EXLS_CLS_CODE": { + "type": "string" + }, + "FID_VOL_CNT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingOvertimeVolume": { + "description": "KISDomesticStockV1RankingOvertimeVolume schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "ovtm_untp_exch_tr_pbmn": { + "type": "string" + }, + "ovtm_untp_exch_vol": { + "type": "string" + }, + "ovtm_untp_kosdaq_tr_pbmn": { + "type": "string" + }, + "ovtm_untp_kosdaq_vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "askp": { + "type": "string" + }, + "bidp": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "ovtm_untp_prdy_ctrt": { + "type": "string" + }, + "ovtm_untp_prdy_vrss": { + "type": "string" + }, + "ovtm_untp_prdy_vrss_sign": { + "type": "string" + }, + "ovtm_untp_prpr": { + "type": "string" + }, + "ovtm_untp_seln_rsqn": { + "type": "string" + }, + "ovtm_untp_shnu_rsqn": { + "type": "string" + }, + "ovtm_untp_vol": { + "type": "string" + }, + "ovtm_vrss_acml_vol_rlim": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingOvertimeVolumeRequest": { + "description": "KISDomesticStockV1RankingOvertimeVolumeRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_PRICE_1": { + "type": "string" + }, + "FID_INPUT_PRICE_2": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + }, + "FID_TRGT_CLS_CODE": { + "type": "string" + }, + "FID_TRGT_EXLS_CLS_CODE": { + "type": "string" + }, + "FID_VOL_CNT": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingPreferDisparateRatio": { + "description": "KISDomesticStockV1RankingPreferDisparateRatio schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "diff_prpr": { + "type": "string" + }, + "dprt": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prst_acml_vol": { + "type": "string" + }, + "prst_iscd": { + "type": "string" + }, + "prst_kor_isnm": { + "type": "string" + }, + "prst_prdy_ctrt": { + "type": "string" + }, + "prst_prdy_vrss": { + "type": "string" + }, + "prst_prdy_vrss_sign": { + "type": "string" + }, + "prst_prpr": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingPreferDisparateRatioRequest": { + "description": "KISDomesticStockV1RankingPreferDisparateRatioRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_input_price_1": { + "type": "string" + }, + "fid_input_price_2": { + "type": "string" + }, + "fid_trgt_cls_code": { + "type": "string" + }, + "fid_trgt_exls_cls_code": { + "type": "string" + }, + "fid_vol_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingProfitAssetIndex": { + "description": "KISDomesticStockV1RankingProfitAssetIndex schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "bsop_prti": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "iqry_csnu": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "op_prfi": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "sale_totl_prfi": { + "type": "string" + }, + "stac_month": { + "type": "string" + }, + "stac_month_cls_code": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "thtr_ntin": { + "type": "string" + }, + "total_aset": { + "type": "string" + }, + "total_cptl": { + "type": "string" + }, + "total_lblt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingProfitAssetIndexRequest": { + "description": "KISDomesticStockV1RankingProfitAssetIndexRequest schema", + "properties": { + "fid_blng_cls_code": { + "type": "string" + }, + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_input_option_1": { + "type": "string" + }, + "fid_input_option_2": { + "type": "string" + }, + "fid_input_price_1": { + "type": "string" + }, + "fid_input_price_2": { + "type": "string" + }, + "fid_rank_sort_cls_code": { + "type": "string" + }, + "fid_trgt_cls_code": { + "type": "string" + }, + "fid_trgt_exls_cls_code": { + "type": "string" + }, + "fid_vol_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingQuoteBalance": { + "description": "KISDomesticStockV1RankingQuoteBalance schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "seln_rsqn_rate": { + "type": "string" + }, + "shnu_rsqn_rate": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "total_askp_rsqn": { + "type": "string" + }, + "total_bidp_rsqn": { + "type": "string" + }, + "total_ntsl_bidp_rsqn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingQuoteBalanceRequest": { + "description": "KISDomesticStockV1RankingQuoteBalanceRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_input_price_1": { + "type": "string" + }, + "fid_input_price_2": { + "type": "string" + }, + "fid_rank_sort_cls_code": { + "type": "string" + }, + "fid_trgt_cls_code": { + "type": "string" + }, + "fid_trgt_exls_cls_code": { + "type": "string" + }, + "fid_vol_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingShortSale": { + "description": "KISDomesticStockV1RankingShortSale schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "avrg_prc": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "ssts_cntg_qty": { + "type": "string" + }, + "ssts_tr_pbmn": { + "type": "string" + }, + "ssts_tr_pbmn_rlim": { + "type": "string" + }, + "ssts_vol_rlim": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stnd_date1": { + "type": "string" + }, + "stnd_date2": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingShortSaleRequest": { + "description": "KISDomesticStockV1RankingShortSaleRequest schema", + "properties": { + "FID_APLY_RANG_PRC_1": { + "type": "string" + }, + "FID_APLY_RANG_PRC_2": { + "type": "string" + }, + "FID_APLY_RANG_VOL": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_CNT_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_PERIOD_DIV_CODE": { + "type": "string" + }, + "FID_TRGT_CLS_CODE": { + "type": "string" + }, + "FID_TRGT_EXLS_CLS_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingTopInterestStock": { + "description": "KISDomesticStockV1RankingTopInterestStock schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "askp": { + "type": "string" + }, + "bidp": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "inter_issu_reg_csnu": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "mrkt_div_cls_name": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingTopInterestStockRequest": { + "description": "KISDomesticStockV1RankingTopInterestStockRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_cnt_1": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_input_iscd_2": { + "type": "string" + }, + "fid_input_price_1": { + "type": "string" + }, + "fid_input_price_2": { + "type": "string" + }, + "fid_trgt_cls_code": { + "type": "string" + }, + "fid_trgt_exls_cls_code": { + "type": "string" + }, + "fid_vol_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingTradedByCompany": { + "description": "KISDomesticStockV1RankingTradedByCompany schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "mksc_shrn_iscd": { + "type": "string" + }, + "ntby_cnqn": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "seln_cnqn_smtn": { + "type": "string" + }, + "shnu_cnqn_smtn": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingTradedByCompanyRequest": { + "description": "KISDomesticStockV1RankingTradedByCompanyRequest schema", + "properties": { + "fid_aply_rang_prc_1": { + "type": "string" + }, + "fid_aply_rang_prc_2": { + "type": "string" + }, + "fid_aply_rang_vol": { + "type": "string" + }, + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_date_1": { + "type": "string" + }, + "fid_input_date_2": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_rank_sort_cls_code": { + "type": "string" + }, + "fid_trgt_cls_code": { + "type": "string" + }, + "fid_trgt_exls_cls_code": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingVolumePower": { + "description": "KISDomesticStockV1RankingVolumePower schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "data_rank": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "seln_cnqn_smtn": { + "type": "string" + }, + "shnu_cnqn_smtn": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + }, + "tday_rltv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1RankingVolumePowerRequest": { + "description": "KISDomesticStockV1RankingVolumePowerRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_cond_scr_div_code": { + "type": "string" + }, + "fid_div_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + }, + "fid_input_price_1": { + "type": "string" + }, + "fid_input_price_2": { + "type": "string" + }, + "fid_trgt_cls_code": { + "type": "string" + }, + "fid_trgt_exls_cls_code": { + "type": "string" + }, + "fid_vol_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquireAccountBalance": { + "description": "KISDomesticStockV1TradingInquireAccountBalance schema", + "properties": { + "Output1": { + "items": { + "nullable": true, + "properties": { + "crdt_lnd_amt": { + "type": "string" + }, + "evlu_amt": { + "type": "string" + }, + "evlu_pfls_amt": { + "type": "string" + }, + "pchs_amt": { + "type": "string" + }, + "real_nass_amt": { + "type": "string" + }, + "whol_weit_rt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "Output2": { + "items": { + "nullable": true, + "properties": { + "cma_auto_loan_amt": { + "type": "string" + }, + "cma_evlu_amt": { + "type": "string" + }, + "crdt_fncg_amt": { + "type": "string" + }, + "dncl_amt": { + "type": "string" + }, + "etpr_crdt_grnt_loan_amt": { + "type": "string" + }, + "evlu_amt_smtl": { + "type": "string" + }, + "evlu_pfls_amt_smtl": { + "type": "string" + }, + "frcr_evlu_tota": { + "type": "string" + }, + "loan_amt_smtl": { + "type": "string" + }, + "mmf_cma_mgge_loan_amt": { + "type": "string" + }, + "nass_tot_amt": { + "type": "string" + }, + "ocl_apl_loan_amt": { + "type": "string" + }, + "ovrs_bond_evlu_amt": { + "type": "string" + }, + "ovrs_stck_evlu_amt1": { + "type": "string" + }, + "pbst_sbsc_fnds_loan_use_amt": { + "type": "string" + }, + "pchs_amt_smtl": { + "type": "string" + }, + "pldg_stup_amt": { + "type": "string" + }, + "sbsc_dncl_amt": { + "type": "string" + }, + "stln_evlu_amt": { + "type": "string" + }, + "thdt_rcvb_amt": { + "type": "string" + }, + "tot_asst_amt": { + "type": "string" + }, + "tot_dncl_amt": { + "type": "string" + }, + "tot_lnda_tot_ulst_lnda": { + "type": "string" + }, + "tot_mgln_amt": { + "type": "string" + }, + "tot_sbst_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquireAccountBalanceRequest": { + "description": "KISDomesticStockV1TradingInquireAccountBalanceRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "BSPR_BF_DT_APLY_YN": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "INQR_DVSN_1": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquireBalance": { + "description": "KISDomesticStockV1TradingInquireBalance schema", + "properties": { + "ctx_area_fk100": { + "nullable": true, + "type": "string" + }, + "ctx_area_nk100": { + "nullable": true, + "type": "string" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "bfdy_buy_qty": { + "type": "string" + }, + "bfdy_cprs_icdc": { + "type": "string" + }, + "bfdy_sll_qty": { + "type": "string" + }, + "evlu_amt": { + "type": "string" + }, + "evlu_erng_rt": { + "type": "string" + }, + "evlu_pfls_amt": { + "type": "string" + }, + "evlu_pfls_rt": { + "type": "string" + }, + "expd_dt": { + "type": "string" + }, + "fltt_rt": { + "type": "string" + }, + "grta_rt_name": { + "type": "string" + }, + "hldg_qty": { + "type": "string" + }, + "item_mgna_rt_name": { + "type": "string" + }, + "loan_amt": { + "type": "string" + }, + "loan_dt": { + "type": "string" + }, + "ord_psbl_qty": { + "type": "string" + }, + "pchs_amt": { + "type": "string" + }, + "pchs_avg_pric": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prpr": { + "type": "string" + }, + "sbst_pric": { + "type": "string" + }, + "stck_loan_unpr": { + "type": "string" + }, + "stln_slng_chgs": { + "type": "string" + }, + "thdt_buyqty": { + "type": "string" + }, + "thdt_sll_qty": { + "type": "string" + }, + "trad_dvsn_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "asst_icdc_amt": { + "type": "string" + }, + "asst_icdc_erng_rt": { + "type": "string" + }, + "bfdy_buy_amt": { + "type": "string" + }, + "bfdy_sll_amt": { + "type": "string" + }, + "bfdy_tlex_amt": { + "type": "string" + }, + "bfdy_tot_asst_evlu_amt": { + "type": "string" + }, + "cma_evlu_amt": { + "type": "string" + }, + "d2_auto_rdpt_amt": { + "type": "string" + }, + "dnca_tot_amt": { + "type": "string" + }, + "evlu_amt_smtl_amt": { + "type": "string" + }, + "evlu_pfls_smtl_amt": { + "type": "string" + }, + "fncg_gld_auto_rdpt_yn": { + "type": "string" + }, + "nass_amt": { + "type": "string" + }, + "nxdy_auto_rdpt_amt": { + "type": "string" + }, + "nxdy_excc_amt": { + "type": "string" + }, + "pchs_amt_smtl_amt": { + "type": "string" + }, + "prvs_rcdl_excc_amt": { + "type": "string" + }, + "scts_evlu_amt": { + "type": "string" + }, + "thdt_buy_amt": { + "type": "string" + }, + "thdt_sll_amt": { + "type": "string" + }, + "thdt_tlex_amt": { + "type": "string" + }, + "tot_evlu_amt": { + "type": "string" + }, + "tot_loan_amt": { + "type": "string" + }, + "tot_stln_slng_chgs": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquireBalanceRequest": { + "description": "KISDomesticStockV1TradingInquireBalanceRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "AFHR_FLPR_YN": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "FNCG_AMT_AUTO_RDPT_YN": { + "type": "string" + }, + "FUND_STTL_ICLD_YN": { + "type": "string" + }, + "INQR_DVSN": { + "type": "string" + }, + "PRCS_DVSN": { + "type": "string" + }, + "UNPR_DVSN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquireBalanceRlzPl": { + "description": "KISDomesticStockV1TradingInquireBalanceRlzPl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "bfdy_buy_qty": { + "type": "string" + }, + "bfdy_cprs_icdc": { + "type": "string" + }, + "bfdy_sll_qty": { + "type": "string" + }, + "evlu_amt": { + "type": "string" + }, + "evlu_erng_rt": { + "type": "string" + }, + "evlu_pfls_amt": { + "type": "string" + }, + "evlu_pfls_rt": { + "type": "string" + }, + "expd_dt": { + "type": "string" + }, + "fltt_rt": { + "type": "string" + }, + "hldg_qty": { + "type": "string" + }, + "loan_amt": { + "type": "string" + }, + "loan_dt": { + "type": "string" + }, + "ord_psbl_qty": { + "type": "string" + }, + "pchs_amt": { + "type": "string" + }, + "pchs_avg_pric": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prpr": { + "type": "string" + }, + "stck_loan_unpr": { + "type": "string" + }, + "stln_slng_chgs": { + "type": "string" + }, + "thdt_buyqty": { + "type": "string" + }, + "thdt_sll_qty": { + "type": "string" + }, + "trad_dvsn_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "asst_icdc_amt": { + "type": "string" + }, + "asst_icdc_erng_rt": { + "type": "string" + }, + "bfdy_buy_amt": { + "type": "string" + }, + "bfdy_sll_amt": { + "type": "string" + }, + "bfdy_tlex_amt": { + "type": "string" + }, + "bfdy_tot_asst_evlu_amt": { + "type": "string" + }, + "cma_evlu_amt": { + "type": "string" + }, + "d2_auto_rdpt_amt": { + "type": "string" + }, + "dnca_tot_amt": { + "type": "string" + }, + "evlu_amt_smtl_amt": { + "type": "string" + }, + "evlu_pfls_smtl_amt": { + "type": "string" + }, + "fncg_gld_auto_rdpt_yn": { + "type": "string" + }, + "nass_amt": { + "type": "string" + }, + "nxdy_auto_rdpt_amt": { + "type": "string" + }, + "nxdy_excc_amt": { + "type": "string" + }, + "pchs_amt_smtl_amt": { + "type": "string" + }, + "prvs_rcdl_excc_amt": { + "type": "string" + }, + "real_evlu_pfls": { + "type": "string" + }, + "real_evlu_pfls_erng_rt": { + "type": "string" + }, + "rlzt_erng_rt": { + "type": "string" + }, + "rlzt_pfls": { + "type": "string" + }, + "scts_evlu_amt": { + "type": "string" + }, + "thdt_buy_amt": { + "type": "string" + }, + "thdt_sll_amt": { + "type": "string" + }, + "thdt_tlex_amt": { + "type": "string" + }, + "tot_evlu_amt": { + "type": "string" + }, + "tot_loan_amt": { + "type": "string" + }, + "tot_stln_slng_chgs": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquireBalanceRlzPlRequest": { + "description": "KISDomesticStockV1TradingInquireBalanceRlzPlRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "AFHR_FLPR_YN": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "COST_ICLD_YN": { + "type": "string" + }, + "CTX_AREA_FK100": { + "type": "string" + }, + "CTX_AREA_NK100": { + "type": "string" + }, + "FNCG_AMT_AUTO_RDPT_YN": { + "type": "string" + }, + "FUND_STTL_ICLD_YN": { + "type": "string" + }, + "INQR_DVSN": { + "type": "string" + }, + "OFL_YN": { + "type": "string" + }, + "PRCS_DVSN": { + "type": "string" + }, + "UNPR_DVSN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquireCreditPsamount": { + "description": "KISDomesticStockV1TradingInquireCreditPsamount schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "cma_evlu_amt": { + "type": "string" + }, + "fund_rpch_chgs": { + "type": "string" + }, + "max_buy_amt": { + "type": "string" + }, + "max_buy_qty": { + "type": "string" + }, + "nrcvb_buy_amt": { + "type": "string" + }, + "nrcvb_buy_qty": { + "type": "string" + }, + "ord_psbl_cash": { + "type": "string" + }, + "ord_psbl_frcr_amt_wcrc": { + "type": "string" + }, + "ord_psbl_sbst": { + "type": "string" + }, + "ovrs_re_use_amt_wcrc": { + "type": "string" + }, + "psbl_qty_calc_unpr": { + "type": "string" + }, + "ruse_psbl_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquireCreditPsamountRequest": { + "description": "KISDomesticStockV1TradingInquireCreditPsamountRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CMA_EVLU_AMT_ICLD_YN": { + "type": "string" + }, + "CRDT_TYPE": { + "type": "string" + }, + "ORD_DVSN": { + "type": "string" + }, + "ORD_UNPR": { + "type": "string" + }, + "OVRS_ICLD_YN": { + "type": "string" + }, + "PDNO": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquireDailyCcld": { + "description": "KISDomesticStockV1TradingInquireDailyCcld schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "avg_prvs": { + "type": "string" + }, + "ccld_cndt_name": { + "type": "string" + }, + "cnc_cfrm_qty": { + "type": "string" + }, + "cncl_yn": { + "type": "string" + }, + "cpbc_ordp_infm_mthd_dvsn_cd": { + "type": "string" + }, + "cpbc_ordp_mtrl_dvsn_cd": { + "type": "string" + }, + "cpbc_ordp_ord_rcit_dvsn_cd": { + "type": "string" + }, + "ctac_tlno": { + "type": "string" + }, + "excg_dvsn_cd": { + "type": "string" + }, + "excg_id_dvsn_Cd": { + "type": "string" + }, + "infm_tmd": { + "type": "string" + }, + "inqr_ip_addr": { + "type": "string" + }, + "loan_dt": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_dt": { + "type": "string" + }, + "ord_dvsn_cd": { + "type": "string" + }, + "ord_dvsn_name": { + "type": "string" + }, + "ord_gno_brno": { + "type": "string" + }, + "ord_orgno": { + "type": "string" + }, + "ord_qty": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + }, + "ord_unpr": { + "type": "string" + }, + "ordr_empno": { + "type": "string" + }, + "orgn_odno": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "rjct_qty": { + "type": "string" + }, + "rmn_qty": { + "type": "string" + }, + "rsvn_ord_end_dt": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "sll_buy_dvsn_cd_name": { + "type": "string" + }, + "stpm_cndt_pric": { + "type": "string" + }, + "stpm_efct_occr_dtmd": { + "type": "string" + }, + "tot_ccld_amt": { + "type": "string" + }, + "tot_ccld_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "pchs_avg_pric": { + "type": "string" + }, + "prsm_tlex_smtl": { + "type": "string" + }, + "tot_ccld_amt": { + "type": "string" + }, + "tot_ccld_qty": { + "type": "string" + }, + "tot_ord_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquireDailyCcldRequest": { + "description": "KISDomesticStockV1TradingInquireDailyCcldRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CCLD_DVSN": { + "type": "string" + }, + "CTX_AREA_FK100": { + "type": "string" + }, + "CTX_AREA_NK100": { + "type": "string" + }, + "EXCG_ID_DVSN_CD": { + "type": "string" + }, + "INQR_DVSN": { + "type": "string" + }, + "INQR_DVSN_1": { + "type": "string" + }, + "INQR_DVSN_3": { + "type": "string" + }, + "INQR_END_DT": { + "type": "string" + }, + "INQR_STRT_DT": { + "type": "string" + }, + "ORD_GNO_BRNO": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquirePeriodProfit": { + "description": "KISDomesticStockV1TradingInquirePeriodProfit schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "buy_amt": { + "type": "string" + }, + "buy_qty1": { + "type": "string" + }, + "fee": { + "type": "string" + }, + "loan_int": { + "type": "string" + }, + "pfls_rt": { + "type": "string" + }, + "rlzt_pfls": { + "type": "string" + }, + "sll_amt": { + "type": "string" + }, + "sll_qty1": { + "type": "string" + }, + "tl_tax": { + "type": "string" + }, + "trad_dt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "buy_excc_amt_smtl": { + "type": "string" + }, + "buy_fee_smtl": { + "type": "string" + }, + "buy_qty_smtl": { + "type": "string" + }, + "buy_tax_smtl": { + "type": "string" + }, + "buy_tr_amt_smtl": { + "type": "string" + }, + "loan_int": { + "type": "string" + }, + "sll_excc_amt_smtl": { + "type": "string" + }, + "sll_fee_smtl": { + "type": "string" + }, + "sll_qty_smtl": { + "type": "string" + }, + "sll_tltx_smtl": { + "type": "string" + }, + "sll_tr_amt_smtl": { + "type": "string" + }, + "tot_excc_amt": { + "type": "string" + }, + "tot_fee": { + "type": "string" + }, + "tot_qty": { + "type": "string" + }, + "tot_rlzt_pfls": { + "type": "string" + }, + "tot_tltx": { + "type": "string" + }, + "tot_tr_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquirePeriodProfitRequest": { + "description": "KISDomesticStockV1TradingInquirePeriodProfitRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CBLC_DVSN": { + "type": "string" + }, + "CTX_AREA_FK100": { + "type": "string" + }, + "CTX_AREA_NK100": { + "type": "string" + }, + "INQR_DVSN": { + "type": "string" + }, + "INQR_END_DT": { + "type": "string" + }, + "INQR_STRT_DT": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "SORT_DVSN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquirePeriodTradeProfit": { + "description": "KISDomesticStockV1TradingInquirePeriodTradeProfit schema", + "properties": { + "ctx_area_fk100": { + "nullable": true, + "type": "string" + }, + "ctx_area_nk100": { + "nullable": true, + "type": "string" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "buy_amt": { + "type": "string" + }, + "buy_qty": { + "type": "string" + }, + "fee": { + "type": "string" + }, + "hldg_qty": { + "type": "string" + }, + "loan_dt": { + "type": "string" + }, + "loan_int": { + "type": "string" + }, + "pchs_unpr": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "pfls_rt": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "rlzt_pfls": { + "type": "string" + }, + "sll_amt": { + "type": "string" + }, + "sll_pric": { + "type": "string" + }, + "sll_qty": { + "type": "string" + }, + "tl_tax": { + "type": "string" + }, + "trad_dt": { + "type": "string" + }, + "trad_dvsn_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "buy_excc_amt_smtl": { + "type": "string" + }, + "buy_fee_smtl": { + "type": "string" + }, + "buy_tax_smtl": { + "type": "string" + }, + "buy_tr_amt_smtl": { + "type": "string" + }, + "buyqty_smtl": { + "type": "string" + }, + "loan_int": { + "type": "string" + }, + "sll_excc_amt_smtl": { + "type": "string" + }, + "sll_fee_smtl": { + "type": "string" + }, + "sll_qty_smtl": { + "type": "string" + }, + "sll_tltx_smtl": { + "type": "string" + }, + "sll_tr_amt_smtl": { + "type": "string" + }, + "tot_excc_amt": { + "type": "string" + }, + "tot_fee": { + "type": "string" + }, + "tot_pftrt": { + "type": "string" + }, + "tot_qty": { + "type": "string" + }, + "tot_rlzt_pfls": { + "type": "string" + }, + "tot_tltx": { + "type": "string" + }, + "tot_tr_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquirePeriodTradeProfitRequest": { + "description": "KISDomesticStockV1TradingInquirePeriodTradeProfitRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CBLC_DVSN": { + "type": "string" + }, + "CTX_AREA_FK100": { + "type": "string" + }, + "CTX_AREA_NK100": { + "type": "string" + }, + "INQR_END_DT": { + "type": "string" + }, + "INQR_STRT_DT": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "SORT_DVSN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquirePsblOrder": { + "description": "KISDomesticStockV1TradingInquirePsblOrder schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "cma_evlu_amt": { + "type": "string" + }, + "fund_rpch_chgs": { + "type": "string" + }, + "max_buy_amt": { + "type": "string" + }, + "max_buy_qty": { + "type": "string" + }, + "nrcvb_buy_amt": { + "type": "string" + }, + "nrcvb_buy_qty": { + "type": "string" + }, + "ord_psbl_cash": { + "type": "string" + }, + "ord_psbl_frcr_amt_wcrc": { + "type": "string" + }, + "ord_psbl_sbst": { + "type": "string" + }, + "ovrs_re_use_amt_wcrc": { + "type": "string" + }, + "psbl_qty_calc_unpr": { + "type": "string" + }, + "ruse_psbl_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquirePsblOrderRequest": { + "description": "KISDomesticStockV1TradingInquirePsblOrderRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CMA_EVLU_AMT_ICLD_YN": { + "type": "string" + }, + "ORD_DVSN": { + "type": "string" + }, + "ORD_UNPR": { + "type": "string" + }, + "OVRS_ICLD_YN": { + "type": "string" + }, + "PDNO": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquirePsblRvsecncl": { + "description": "KISDomesticStockV1TradingInquirePsblRvsecncl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "excg_dvsn_cd": { + "type": "string" + }, + "excg_id_dvsn_cd": { + "type": "string" + }, + "excg_id_dvsn_name": { + "type": "string" + }, + "mgco_aptm_odno": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_dvsn_cd": { + "type": "string" + }, + "ord_dvsn_name": { + "type": "string" + }, + "ord_gno_brno": { + "type": "string" + }, + "ord_qty": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + }, + "ord_unpr": { + "type": "string" + }, + "orgn_odno": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "psbl_qty": { + "type": "string" + }, + "rvse_cncl_dvsn_name": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "stpm_cndt_pric": { + "type": "string" + }, + "stpm_efct_occr_yn": { + "type": "string" + }, + "tot_ccld_amt": { + "type": "string" + }, + "tot_ccld_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquirePsblRvsecnclRequest": { + "description": "KISDomesticStockV1TradingInquirePsblRvsecnclRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK100": { + "type": "string" + }, + "CTX_AREA_NK100": { + "type": "string" + }, + "INQR_DVSN_1": { + "type": "string" + }, + "INQR_DVSN_2": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquirePsblSell": { + "description": "KISDomesticStockV1TradingInquirePsblSell schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "buy_qty": { + "type": "string" + }, + "cblc_qty": { + "type": "string" + }, + "evlu_amt": { + "type": "string" + }, + "evlu_pfls_amt": { + "type": "string" + }, + "evlu_pfls_rt": { + "type": "string" + }, + "now_pric": { + "type": "string" + }, + "nsvg_qty": { + "type": "string" + }, + "ord_psbl_qty": { + "type": "string" + }, + "pchs_amt": { + "type": "string" + }, + "pchs_avg_pric": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "sll_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingInquirePsblSellRequest": { + "description": "KISDomesticStockV1TradingInquirePsblSellRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "PDNO": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingIntgrMargin": { + "description": "KISDomesticStockV1TradingIntgrMargin schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acmga_pct100_aptm_rson": { + "type": "string" + }, + "acmga_rt": { + "type": "string" + }, + "bond_itgr_ord_psbl_amt": { + "type": "string" + }, + "bond_max_ord_psbl_amt": { + "type": "string" + }, + "bond_re_use_ovrs_use_amt": { + "type": "string" + }, + "bond_ruse_psbl_amt_use_amt": { + "type": "string" + }, + "bond_ruse_psbl_objt_amt": { + "type": "string" + }, + "bond_ruse_psbl_ord_psbl_amt": { + "type": "string" + }, + "cny_frst_bltn_exrt": { + "type": "string" + }, + "cny_gnrl_ord_psbl_amt": { + "type": "string" + }, + "cny_itgr_ord_psbl_amt": { + "type": "string" + }, + "cny_objt_amt": { + "type": "string" + }, + "cny_ord_psbl_amt": { + "type": "string" + }, + "cny_oth_mket_use_amt": { + "type": "string" + }, + "cny_re_use_oth_mket_use_amt": { + "type": "string" + }, + "cny_ruse_amt": { + "type": "string" + }, + "cny_ruse_objt_amt": { + "type": "string" + }, + "cny_ruse_ord_psbl_amt": { + "type": "string" + }, + "cny_use_amt": { + "type": "string" + }, + "hgkg_cny_re_use_amt": { + "type": "string" + }, + "hkd_frst_bltn_exrt": { + "type": "string" + }, + "hkd_gnrl_ord_psbl_amt": { + "type": "string" + }, + "hkd_itgr_ord_psbl_amt": { + "type": "string" + }, + "hkd_objt_amt": { + "type": "string" + }, + "hkd_ord_psbl_amt": { + "type": "string" + }, + "hkd_oth_mket_use_amt": { + "type": "string" + }, + "hkd_re_use_oth_mket_use_amt": { + "type": "string" + }, + "hkd_ruse_amt": { + "type": "string" + }, + "hkd_ruse_objt_amt": { + "type": "string" + }, + "hkd_ruse_ord_psbl_amt": { + "type": "string" + }, + "hkd_use_amt": { + "type": "string" + }, + "jpy_frst_bltn_exrt": { + "type": "string" + }, + "jpy_gnrl_ord_psbl_amt": { + "type": "string" + }, + "jpy_itgr_ord_psbl_amt": { + "type": "string" + }, + "jpy_objt_amt": { + "type": "string" + }, + "jpy_ord_psbl_amt": { + "type": "string" + }, + "jpy_oth_mket_use_amt": { + "type": "string" + }, + "jpy_re_use_oth_mket_use_amt": { + "type": "string" + }, + "jpy_ruse_amt": { + "type": "string" + }, + "jpy_ruse_objt_amt": { + "type": "string" + }, + "jpy_ruse_ord_psbl_amt": { + "type": "string" + }, + "jpy_use_amt": { + "type": "string" + }, + "lmt_amt": { + "type": "string" + }, + "ovrs_stck_itgr_mgna_dvsn_name": { + "type": "string" + }, + "rcvb_amt": { + "type": "string" + }, + "stck_cash100_max_ord_psbl_amt": { + "type": "string" + }, + "stck_cash20_max_ord_psbl_amt": { + "type": "string" + }, + "stck_cash30_max_ord_psbl_amt": { + "type": "string" + }, + "stck_cash40_max_ord_psbl_amt": { + "type": "string" + }, + "stck_cash50_max_ord_psbl_amt": { + "type": "string" + }, + "stck_cash60_max_ord_psbl_amt": { + "type": "string" + }, + "stck_cash_objt_amt": { + "type": "string" + }, + "stck_cash_ord_psbl_amt": { + "type": "string" + }, + "stck_cash_ovrs_use_amt": { + "type": "string" + }, + "stck_cash_use_amt": { + "type": "string" + }, + "stck_evlu_objt_amt": { + "type": "string" + }, + "stck_evlu_ord_psbl_amt": { + "type": "string" + }, + "stck_evlu_ovrs_use_amt": { + "type": "string" + }, + "stck_evlu_use_amt": { + "type": "string" + }, + "stck_fncg45_max_ord_psbl_amt": { + "type": "string" + }, + "stck_fncg50_max_ord_psbl_amt": { + "type": "string" + }, + "stck_fncg60_max_ord_psbl_amt": { + "type": "string" + }, + "stck_fncg70_max_ord_psbl_amt": { + "type": "string" + }, + "stck_fncg_rdpt_amt_use_amt": { + "type": "string" + }, + "stck_fncg_rdpt_objt_atm": { + "type": "string" + }, + "stck_fncg_rdpt_ovrs_use_amt": { + "type": "string" + }, + "stck_fund_rpch_chgs_objt_amt": { + "type": "string" + }, + "stck_fund_rpch_chgs_use_amt": { + "type": "string" + }, + "stck_fund_rpch_ord_psbl_amt": { + "type": "string" + }, + "stck_fund_rpch_ovrs_use_amt": { + "type": "string" + }, + "stck_itgr_100_ord_psbl_amt": { + "type": "string" + }, + "stck_itgr_cash100_ord_psbl_amt": { + "type": "string" + }, + "stck_itgr_cash20_ord_psbl_amt": { + "type": "string" + }, + "stck_itgr_cash30_ord_psbl_amt": { + "type": "string" + }, + "stck_itgr_cash40_ord_psbl_amt": { + "type": "string" + }, + "stck_itgr_cash50_ord_psbl_amt": { + "type": "string" + }, + "stck_itgr_cash60_ord_psbl_amt": { + "type": "string" + }, + "stck_itgr_fncg45_ord_psbl_amt": { + "type": "string" + }, + "stck_itgr_fncg50_ord_psbl_amt": { + "type": "string" + }, + "stck_itgr_fncg60_ord_psbl_amt": { + "type": "string" + }, + "stck_itgr_fncg70_ord_psbl_amt": { + "type": "string" + }, + "stck_itgr_stln_ord_psbl_amt": { + "type": "string" + }, + "stck_loan_grta_ruse_psbl_amt": { + "type": "string" + }, + "stck_re_use_amt_ovrs_use_amt": { + "type": "string" + }, + "stck_rsip100_max_ord_psbl_amt": { + "type": "string" + }, + "stck_ruse_psbl_amt_use_amt": { + "type": "string" + }, + "stck_ruse_psbl_objt_amt": { + "type": "string" + }, + "stck_ruse_psbl_ord_psbl_amt": { + "type": "string" + }, + "stck_sbst_objt_amt": { + "type": "string" + }, + "stck_sbst_ord_psbl_amt": { + "type": "string" + }, + "stck_sbst_ovrs_use_amt": { + "type": "string" + }, + "stck_sbst_use_amt": { + "type": "string" + }, + "stck_stln_max_ord_psbl_amt": { + "type": "string" + }, + "usd_frst_bltn_exrt": { + "type": "string" + }, + "usd_gnrl_ord_psbl_amt": { + "type": "string" + }, + "usd_itgr_ord_psbl_amt": { + "type": "string" + }, + "usd_objt_amt": { + "type": "string" + }, + "usd_ord_psbl_amt": { + "type": "string" + }, + "usd_oth_mket_use_amt": { + "type": "string" + }, + "usd_re_use_oth_mket_use_amt": { + "type": "string" + }, + "usd_ruse_amt": { + "type": "string" + }, + "usd_ruse_objt_amt": { + "type": "string" + }, + "usd_ruse_ord_psbl_amt": { + "type": "string" + }, + "usd_use_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingIntgrMarginRequest": { + "description": "KISDomesticStockV1TradingIntgrMarginRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CMA_EVLU_AMT_ICLD_YN": { + "type": "string" + }, + "FWEX_CTRT_FRCR_DVSN_CD": { + "type": "string" + }, + "WCRC_FRCR_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingOrderCash": { + "description": "KISDomesticStockV1TradingOrderCash schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "KRX_FWDG_ORD_ORGNO": { + "type": "string" + }, + "ODNO": { + "type": "string" + }, + "ORD_TMD": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingOrderCashRequest": { + "description": "KISDomesticStockV1TradingOrderCashRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "ORD_DVSN": { + "type": "string" + }, + "ORD_QTY": { + "type": "string" + }, + "ORD_UNPR": { + "type": "string" + }, + "PDNO": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingOrderCredit": { + "description": "KISDomesticStockV1TradingOrderCredit schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "krx_fwdg_ord_orgno": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingOrderCreditRequest": { + "description": "KISDomesticStockV1TradingOrderCreditRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CRDT_TYPE": { + "type": "string" + }, + "LOAN_DT": { + "type": "string" + }, + "ORD_DVSN": { + "type": "string" + }, + "ORD_QTY": { + "type": "string" + }, + "ORD_UNPR": { + "type": "string" + }, + "PDNO": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingOrderResv": { + "description": "KISDomesticStockV1TradingOrderResv schema", + "properties": { + "msg": { + "nullable": true, + "type": "string" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "rsvn_ord_seq": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingOrderResvCcnl": { + "description": "KISDomesticStockV1TradingOrderResvCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "cncl_ord_dt": { + "type": "string" + }, + "cncl_rcit_tmd": { + "type": "string" + }, + "ctac_tlno": { + "type": "string" + }, + "kor_item_shtn_name": { + "type": "string" + }, + "loan_dt": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_dvsn_cd": { + "type": "string" + }, + "ord_dvsn_name": { + "type": "string" + }, + "ord_rsvn_qty": { + "type": "string" + }, + "ord_rsvn_unpr": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prcs_rslt": { + "type": "string" + }, + "rjct_rson2": { + "type": "string" + }, + "rsvn_end_dt": { + "type": "string" + }, + "rsvn_ord_ord_dt": { + "type": "string" + }, + "rsvn_ord_rcit_dt": { + "type": "string" + }, + "rsvn_ord_rcit_tmd": { + "type": "string" + }, + "rsvn_ord_seq": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "tmnl_mdia_kind_cd": { + "type": "string" + }, + "tot_ccld_amt": { + "type": "string" + }, + "tot_ccld_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingOrderResvCcnlRequest": { + "description": "KISDomesticStockV1TradingOrderResvCcnlRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CNCL_YN": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "PRCS_DVSN_CD": { + "type": "string" + }, + "RSVN_ORD_END_DT": { + "type": "string" + }, + "RSVN_ORD_ORD_DT": { + "type": "string" + }, + "RSVN_ORD_SEQ": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + }, + "TMNL_MDIA_KIND_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingOrderResvRequest": { + "description": "KISDomesticStockV1TradingOrderResvRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "ORD_DVSN_CD": { + "type": "string" + }, + "ORD_OBJT_CBLC_DVSN_CD": { + "type": "string" + }, + "ORD_QTY": { + "type": "string" + }, + "ORD_UNPR": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingOrderResvRvsecncl": { + "description": "KISDomesticStockV1TradingOrderResvRvsecncl schema", + "properties": { + "msg": { + "nullable": true, + "type": "string" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "nrml_prcs_yn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingOrderResvRvsecnclRequest": { + "description": "KISDomesticStockV1TradingOrderResvRvsecnclRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "ORD_DVSN_CD": { + "type": "string" + }, + "ORD_OBJT_CBLC_DVSN_CD": { + "type": "string" + }, + "ORD_QTY": { + "type": "string" + }, + "ORD_UNPR": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "RSVN_ORD_SEQ": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingOrderRvsecncl": { + "description": "KISDomesticStockV1TradingOrderRvsecncl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "krx_fwdg_ord_orgno": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingOrderRvsecnclRequest": { + "description": "KISDomesticStockV1TradingOrderRvsecnclRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "KRX_FWDG_ORD_ORGNO": { + "type": "string" + }, + "ORD_DVSN": { + "type": "string" + }, + "ORD_QTY": { + "type": "string" + }, + "ORD_UNPR": { + "type": "string" + }, + "ORGN_ODNO": { + "type": "string" + }, + "QTY_ALL_ORD_YN": { + "type": "string" + }, + "RVSE_CNCL_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingPensionInquireBalance": { + "description": "KISDomesticStockV1TradingPensionInquireBalance schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "cblc_dvsn_name": { + "type": "string" + }, + "evlu_amt": { + "type": "string" + }, + "evlu_erng_rt": { + "type": "string" + }, + "evlu_pfls_amt": { + "type": "string" + }, + "hldg_qty": { + "type": "string" + }, + "item_dvsn_name": { + "type": "string" + }, + "ord_psbl_qty": { + "type": "string" + }, + "pchs_amt": { + "type": "string" + }, + "pchs_avg_pric": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prpr": { + "type": "string" + }, + "thdt_buyqty": { + "type": "string" + }, + "thdt_sll_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "dnca_tot_amt": { + "type": "string" + }, + "nxdy_excc_amt": { + "type": "string" + }, + "prvs_rcdl_excc_amt": { + "type": "string" + }, + "scts_evlu_amt": { + "type": "string" + }, + "thdt_buy_amt": { + "type": "string" + }, + "thdt_sll_amt": { + "type": "string" + }, + "thdt_tlex_amt": { + "type": "string" + }, + "tot_evlu_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingPensionInquireBalanceRequest": { + "description": "KISDomesticStockV1TradingPensionInquireBalanceRequest schema", + "properties": { + "ACCA_DVSN_CD": { + "type": "string" + }, + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK100": { + "type": "string" + }, + "CTX_AREA_NK100": { + "type": "string" + }, + "INQR_DVSN": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingPensionInquireDailyCcld": { + "description": "KISDomesticStockV1TradingPensionInquireDailyCcld schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "excg_id_dvsn_cd": { + "type": "string" + }, + "nccs_qty": { + "type": "string" + }, + "objt_cust_dvsn_name": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_dvsn_cd": { + "type": "string" + }, + "ord_dvsn_name": { + "type": "string" + }, + "ord_gno_brno": { + "type": "string" + }, + "ord_qty": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + }, + "ord_unpr": { + "type": "string" + }, + "orgn_odno": { + "type": "string" + }, + "pchs_avg_pric": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "stpm_cndt_pric": { + "type": "string" + }, + "stpm_efct_occr_dtmd": { + "type": "string" + }, + "stpm_efct_occr_yn": { + "type": "string" + }, + "tot_ccld_qty": { + "type": "string" + }, + "trad_dvsn_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingPensionInquireDailyCcldRequest": { + "description": "KISDomesticStockV1TradingPensionInquireDailyCcldRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CCLD_NCCS_DVSN": { + "type": "string" + }, + "CTX_AREA_FK100": { + "type": "string" + }, + "CTX_AREA_NK100": { + "type": "string" + }, + "INQR_DVSN_3": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + }, + "USER_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingPensionInquireDeposit": { + "description": "KISDomesticStockV1TradingPensionInquireDeposit schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "dnca_tota": { + "type": "string" + }, + "nx2_day_sttl_amt": { + "type": "string" + }, + "nxdy_excc_amt": { + "type": "string" + }, + "nxdy_sttl_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingPensionInquireDepositRequest": { + "description": "KISDomesticStockV1TradingPensionInquireDepositRequest schema", + "properties": { + "ACCA_DVSN_CD": { + "type": "string" + }, + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingPensionInquirePresentBalance": { + "description": "KISDomesticStockV1TradingPensionInquirePresentBalance schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "cblc_dvsn": { + "type": "string" + }, + "cblc_dvsn_name": { + "type": "string" + }, + "cblc_weit": { + "type": "string" + }, + "evlu_amt": { + "type": "string" + }, + "evlu_pfls_amt": { + "type": "string" + }, + "evlu_pfls_rt": { + "type": "string" + }, + "hldg_qty": { + "type": "string" + }, + "pchs_amt": { + "type": "string" + }, + "pchs_avg_pric": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prpr": { + "type": "string" + }, + "slpsb_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "evlu_amt_smtl_amt": { + "type": "string" + }, + "evlu_pfls_smtl_amt": { + "type": "string" + }, + "pchs_amt_smtl_amt": { + "type": "string" + }, + "pftrt": { + "type": "string" + }, + "thdt_tot_pfls_amt": { + "type": "string" + }, + "trad_pfls_smtl": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingPensionInquirePresentBalanceRequest": { + "description": "KISDomesticStockV1TradingPensionInquirePresentBalanceRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK100": { + "type": "string" + }, + "CTX_AREA_NK100": { + "type": "string" + }, + "USER_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingPensionInquirePsblOrder": { + "description": "KISDomesticStockV1TradingPensionInquirePsblOrder schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "max_buy_amt": { + "type": "string" + }, + "max_buy_qty": { + "type": "string" + }, + "ord_psbl_cash": { + "type": "string" + }, + "psbl_qty_calc_unpr": { + "type": "string" + }, + "ruse_psbl_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingPensionInquirePsblOrderRequest": { + "description": "KISDomesticStockV1TradingPensionInquirePsblOrderRequest schema", + "properties": { + "ACCA_DVSN_CD": { + "type": "string" + }, + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CMA_EVLU_AMT_ICLD_YN": { + "type": "string" + }, + "ORD_DVSN": { + "type": "string" + }, + "ORD_UNPR": { + "type": "string" + }, + "PDNO": { + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingPeriodRights": { + "description": "KISDomesticStockV1TradingPeriodRights schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acno10": { + "type": "string" + }, + "bass_dt": { + "type": "string" + }, + "cash_dfrm_dt": { + "type": "string" + }, + "cblc_qty": { + "type": "string" + }, + "dlay_int_amt": { + "type": "string" + }, + "excs_alct_qty": { + "type": "string" + }, + "last_alct_amt": { + "type": "string" + }, + "last_alct_qty": { + "type": "string" + }, + "last_ftsk_chgs": { + "type": "string" + }, + "last_ftsk_qty": { + "type": "string" + }, + "lstg_dt": { + "type": "string" + }, + "lstg_stqt": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "rdpt_prca": { + "type": "string" + }, + "rfnd_amt": { + "type": "string" + }, + "rfnd_dt": { + "type": "string" + }, + "rght_cblc_type_cd": { + "type": "string" + }, + "rght_type_cd": { + "type": "string" + }, + "rptt_pdno": { + "type": "string" + }, + "rqst_amt": { + "type": "string" + }, + "rqst_dt": { + "type": "string" + }, + "rqst_qty": { + "type": "string" + }, + "sbsc_end_dt": { + "type": "string" + }, + "sbsc_unpr": { + "type": "string" + }, + "shtn_pdno": { + "type": "string" + }, + "tax_amt": { + "type": "string" + }, + "tot_alct_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISDomesticStockV1TradingPeriodRightsRequest": { + "description": "KISDomesticStockV1TradingPeriodRightsRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK100": { + "type": "string" + }, + "CTX_AREA_NK100": { + "type": "string" + }, + "CUST_RNCNO25": { + "type": "string" + }, + "HMID": { + "type": "string" + }, + "INQR_DVSN": { + "type": "string" + }, + "INQR_END_DT": { + "type": "string" + }, + "INQR_STRT_DT": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "PRDT_TYPE_CD": { + "type": "string" + }, + "RGHT_TYPE_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsCompareStocks": { + "description": "KISElwV1QuotationsCompareStocks schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "elw_kor_isnm": { + "type": "string" + }, + "elw_shrn_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsCompareStocksRequest": { + "description": "KISElwV1QuotationsCompareStocksRequest schema", + "properties": { + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsCondSearch": { + "description": "KISElwV1QuotationsCondSearch schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "acpr": { + "type": "string" + }, + "apprch_rate": { + "type": "string" + }, + "atm_cls_name": { + "type": "string" + }, + "bond_shrn_iscd": { + "type": "string" + }, + "cfp": { + "type": "string" + }, + "delta_val": { + "type": "string" + }, + "elw_ko_barrier": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "elw_rght_form": { + "type": "string" + }, + "gear": { + "type": "string" + }, + "hts_ints_vltl": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "hts_rmnn_dynu": { + "type": "string" + }, + "lp_hldn_rate": { + "type": "string" + }, + "lp_hvol": { + "type": "string" + }, + "lp_mbcr_name": { + "type": "string" + }, + "lstn_stcn": { + "type": "string" + }, + "lvrg_val": { + "type": "string" + }, + "moneyness": { + "type": "string" + }, + "mtrt_date": { + "type": "string" + }, + "pblc_co_name": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prit": { + "type": "string" + }, + "prls_qryr_rate": { + "type": "string" + }, + "prls_qryr_stpr_prc": { + "type": "string" + }, + "prmm_val": { + "type": "string" + }, + "rght_type_name": { + "type": "string" + }, + "stck_cnvr_rate": { + "type": "string" + }, + "stck_last_tr_date": { + "type": "string" + }, + "stck_lp_fin_date": { + "type": "string" + }, + "stck_lstn_date": { + "type": "string" + }, + "tick_conv_prc": { + "type": "string" + }, + "tmvl_val": { + "type": "string" + }, + "unas_acml_vol": { + "type": "string" + }, + "unas_isnm": { + "type": "string" + }, + "unas_prdy_ctrt": { + "type": "string" + }, + "unas_prdy_vrss": { + "type": "string" + }, + "unas_prdy_vrss_sign": { + "type": "string" + }, + "unas_prpr": { + "type": "string" + }, + "unas_shrn_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsCondSearchRequest": { + "description": "KISElwV1QuotationsCondSearchRequest schema", + "properties": { + "FID_ACPR1": { + "type": "string" + }, + "FID_ACPR2": { + "type": "string" + }, + "FID_APLY_RANG_PRC_1": { + "type": "string" + }, + "FID_APLY_RANG_PRC_2": { + "type": "string" + }, + "FID_CFP1": { + "type": "string" + }, + "FID_CFP2": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DELTA1": { + "type": "string" + }, + "FID_DELTA2": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_EGEA_VAL1": { + "type": "string" + }, + "FID_EGEA_VAL2": { + "type": "string" + }, + "FID_ETC_CLS_CODE": { + "type": "string" + }, + "FID_GEAR1": { + "type": "string" + }, + "FID_GEAR2": { + "type": "string" + }, + "FID_INPUT_CNT_1": { + "type": "string" + }, + "FID_INPUT_CNT_2": { + "type": "string" + }, + "FID_INPUT_CNT_3": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_INPUT_DVDN_ERT": { + "type": "string" + }, + "FID_INPUT_HIST_VLTL": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_ISCD_2": { + "type": "string" + }, + "FID_INPUT_NMIX_PRICE_1": { + "type": "string" + }, + "FID_INPUT_NMIX_PRICE_2": { + "type": "string" + }, + "FID_INPUT_RMNN_DYNU_1": { + "type": "string" + }, + "FID_INPUT_RMNN_DYNU_2": { + "type": "string" + }, + "FID_INTS_VLTL1": { + "type": "string" + }, + "FID_INTS_VLTL2": { + "type": "string" + }, + "FID_LVRG_VAL1": { + "type": "string" + }, + "FID_LVRG_VAL2": { + "type": "string" + }, + "FID_MRKT_CLS_CODE": { + "type": "string" + }, + "FID_PRIT1": { + "type": "string" + }, + "FID_PRIT2": { + "type": "string" + }, + "FID_PRLS_QRYR_RATE1": { + "type": "string" + }, + "FID_PRLS_QRYR_RATE2": { + "type": "string" + }, + "FID_PRMM_VAL1": { + "type": "string" + }, + "FID_PRMM_VAL2": { + "type": "string" + }, + "FID_PRPR_CNT1": { + "type": "string" + }, + "FID_PRPR_CNT2": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE_2": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE_3": { + "type": "string" + }, + "FID_RSFL_RATE1": { + "type": "string" + }, + "FID_RSFL_RATE2": { + "type": "string" + }, + "FID_STCK_CNVR_RATE1": { + "type": "string" + }, + "FID_STCK_CNVR_RATE2": { + "type": "string" + }, + "FID_THETA1": { + "type": "string" + }, + "FID_THETA2": { + "type": "string" + }, + "FID_TRGT_CLS_CODE": { + "type": "string" + }, + "FID_UNAS_INPUT_ISCD": { + "type": "string" + }, + "FID_VOL1": { + "type": "string" + }, + "FID_VOL2": { + "type": "string" + }, + "FID_VOL3": { + "type": "string" + }, + "FID_VOL4": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsExpirationStocks": { + "description": "KISElwV1QuotationsExpirationStocks schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acpr": { + "type": "string" + }, + "ccls_paym_prc": { + "type": "string" + }, + "elw_kor_isnm": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "elw_shrn_iscd": { + "type": "string" + }, + "evnt_prd_fin_date": { + "type": "string" + }, + "lp_hvol": { + "type": "string" + }, + "lstn_stcn": { + "type": "string" + }, + "mtrt_vltn_amt": { + "type": "string" + }, + "pblc_prc": { + "type": "string" + }, + "rdmp_amt": { + "type": "string" + }, + "rdmp_ask_amt": { + "type": "string" + }, + "stck_cnvr_rate": { + "type": "string" + }, + "stck_last_tr_date": { + "type": "string" + }, + "stck_lstn_date": { + "type": "string" + }, + "stlm_date": { + "type": "string" + }, + "stnd_iscd": { + "type": "string" + }, + "total_rdmp_amt": { + "type": "string" + }, + "unas_isnm": { + "type": "string" + }, + "unas_prpr": { + "type": "string" + }, + "unas_shrn_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsExpirationStocksRequest": { + "description": "KISElwV1QuotationsExpirationStocksRequest schema", + "properties": { + "FID_BLNG_CLS_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_ETC_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_INPUT_ISCD_2": { + "type": "string" + }, + "FID_INPUT_OPTION_1": { + "type": "string" + }, + "FID_UNAS_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsIndicatorTrendCcnl": { + "description": "KISElwV1QuotationsIndicatorTrendCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "apprch_rate": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "gear": { + "type": "string" + }, + "invl_val": { + "type": "string" + }, + "lvrg_val": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prit": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + }, + "tmvl_val": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsIndicatorTrendCcnlRequest": { + "description": "KISElwV1QuotationsIndicatorTrendCcnlRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsIndicatorTrendDaily": { + "description": "KISElwV1QuotationsIndicatorTrendDaily schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "apprch_rate": { + "type": "string" + }, + "elw_hgpr": { + "type": "string" + }, + "elw_lwpr": { + "type": "string" + }, + "elw_oprc": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "gear": { + "type": "string" + }, + "invl_val": { + "type": "string" + }, + "lvrg_val": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prit": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "tmvl_val": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsIndicatorTrendDailyRequest": { + "description": "KISElwV1QuotationsIndicatorTrendDailyRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsIndicatorTrendMinute": { + "description": "KISElwV1QuotationsIndicatorTrendMinute schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "cntg_vol": { + "type": "string" + }, + "elw_hgpr": { + "type": "string" + }, + "elw_lwpr": { + "type": "string" + }, + "elw_oprc": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "gear": { + "type": "string" + }, + "invl_val": { + "type": "string" + }, + "lvrg_val": { + "type": "string" + }, + "prit": { + "type": "string" + }, + "prmm_val": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsIndicatorTrendMinuteRequest": { + "description": "KISElwV1QuotationsIndicatorTrendMinuteRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_HOUR_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_PW_DATA_INCU_YN": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsLpTradeTrend": { + "description": "KISElwV1QuotationsLpTradeTrend schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "acpr": { + "type": "string" + }, + "cfp": { + "type": "string" + }, + "elw_ko_barrier": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "gear": { + "type": "string" + }, + "invl_val": { + "type": "string" + }, + "lvrg_val": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prit": { + "type": "string" + }, + "prls_qryr_rate": { + "type": "string" + }, + "stck_cnvr_rate": { + "type": "string" + }, + "tmvl_val": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "apprch_rate": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "lp_hldn_rate": { + "type": "string" + }, + "lp_hvol": { + "type": "string" + }, + "lp_seln_avrg_unpr": { + "type": "string" + }, + "lp_seln_qty": { + "type": "string" + }, + "lp_shnu_avrg_unpr": { + "type": "string" + }, + "lp_shnu_qty": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prsn_deal_qty": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsLpTradeTrendRequest": { + "description": "KISElwV1QuotationsLpTradeTrendRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsNewlyListed": { + "description": "KISElwV1QuotationsNewlyListed schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acpr": { + "type": "string" + }, + "elw_ko_barrier": { + "type": "string" + }, + "elw_kor_isnm": { + "type": "string" + }, + "elw_shrn_iscd": { + "type": "string" + }, + "lstn_stcn": { + "type": "string" + }, + "pblc_co_name": { + "type": "string" + }, + "stck_last_tr_date": { + "type": "string" + }, + "stck_lstn_date": { + "type": "string" + }, + "unas_isnm": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsNewlyListedRequest": { + "description": "KISElwV1QuotationsNewlyListedRequest schema", + "properties": { + "FID_BLNC_CLS_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_ISCD_2": { + "type": "string" + }, + "FID_UNAS_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsSensitivityTrendCcnl": { + "description": "KISElwV1QuotationsSensitivityTrendCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "delta_val": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "gama": { + "type": "string" + }, + "hts_thpr": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "rho": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + }, + "theta": { + "type": "string" + }, + "vega": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsSensitivityTrendCcnlRequest": { + "description": "KISElwV1QuotationsSensitivityTrendCcnlRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsSensitivityTrendDaily": { + "description": "KISElwV1QuotationsSensitivityTrendDaily schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "delta_val": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "gama": { + "type": "string" + }, + "hts_thpr": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "rho": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "theta": { + "type": "string" + }, + "vega": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsSensitivityTrendDailyRequest": { + "description": "KISElwV1QuotationsSensitivityTrendDailyRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsUdrlAssetList": { + "description": "KISElwV1QuotationsUdrlAssetList schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "unas_isnm": { + "type": "string" + }, + "unas_prdy_ctrt": { + "type": "string" + }, + "unas_prdy_vrss": { + "type": "string" + }, + "unas_prdy_vrss_sign": { + "type": "string" + }, + "unas_prpr": { + "type": "string" + }, + "unas_shrn_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsUdrlAssetListRequest": { + "description": "KISElwV1QuotationsUdrlAssetListRequest schema", + "properties": { + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsUdrlAssetPrice": { + "description": "KISElwV1QuotationsUdrlAssetPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "acpr": { + "type": "string" + }, + "cfp": { + "type": "string" + }, + "delta_val": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "elw_shrn_iscd": { + "type": "string" + }, + "gama": { + "type": "string" + }, + "gear": { + "type": "string" + }, + "hts_ints_vltl": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "hts_rmnn_dynu": { + "type": "string" + }, + "hts_thpr": { + "type": "string" + }, + "invl_val": { + "type": "string" + }, + "lp_hvol": { + "type": "string" + }, + "lp_ntby_qty": { + "type": "string" + }, + "lp_rlim": { + "type": "string" + }, + "lvrg_val": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prit": { + "type": "string" + }, + "prls_qryr_rate": { + "type": "string" + }, + "prls_qryr_stpr_prc": { + "type": "string" + }, + "stck_cnvr_rate": { + "type": "string" + }, + "stck_last_tr_date": { + "type": "string" + }, + "stck_lstn_date": { + "type": "string" + }, + "theta": { + "type": "string" + }, + "tmvl_val": { + "type": "string" + }, + "vega": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsUdrlAssetPriceRequest": { + "description": "KISElwV1QuotationsUdrlAssetPriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_OPTION_1": { + "type": "string" + }, + "FID_INPUT_OPTION_2": { + "type": "string" + }, + "FID_INPUT_PRICE_1": { + "type": "string" + }, + "FID_INPUT_PRICE_2": { + "type": "string" + }, + "FID_INPUT_RMNN_DYNU_1": { + "type": "string" + }, + "FID_INPUT_RMNN_DYNU_2": { + "type": "string" + }, + "FID_INPUT_VOL_1": { + "type": "string" + }, + "FID_INPUT_VOL_2": { + "type": "string" + }, + "FID_MRKT_CLS_CODE": { + "type": "string" + }, + "FID_OPTION": { + "type": "string" + }, + "FID_TRGT_EXLS_CLS_CODE": { + "type": "string" + }, + "FID_UNAS_INPUT_ISCD": { + "type": "string" + }, + "FID_VOL_CNT": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsVolatilityTrendCcnl": { + "description": "KISElwV1QuotationsVolatilityTrendCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "askp": { + "type": "string" + }, + "bidp": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "hts_ints_vltl": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsVolatilityTrendCcnlRequest": { + "description": "KISElwV1QuotationsVolatilityTrendCcnlRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsVolatilityTrendDaily": { + "description": "KISElwV1QuotationsVolatilityTrendDaily schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "d10_hist_vltl": { + "type": "string" + }, + "d20_hist_vltl": { + "type": "string" + }, + "d30_hist_vltl": { + "type": "string" + }, + "d60_hist_vltl": { + "type": "string" + }, + "d90_hist_vltl": { + "type": "string" + }, + "elw_hgpr": { + "type": "string" + }, + "elw_lwpr": { + "type": "string" + }, + "elw_oprc": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "hts_ints_vltl": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsVolatilityTrendDailyRequest": { + "description": "KISElwV1QuotationsVolatilityTrendDailyRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsVolatilityTrendMinute": { + "description": "KISElwV1QuotationsVolatilityTrendMinute schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "elw_hgpr": { + "type": "string" + }, + "elw_lwpr": { + "type": "string" + }, + "elw_oprc": { + "type": "string" + }, + "hist_vltl": { + "type": "string" + }, + "hts_ints_vltl": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsVolatilityTrendMinuteRequest": { + "description": "KISElwV1QuotationsVolatilityTrendMinuteRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_HOUR_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_PW_DATA_INCU_YN": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsVolatilityTrendTick": { + "description": "KISElwV1QuotationsVolatilityTrendTick schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "bsop_date": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "hts_ints_vltl": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1QuotationsVolatilityTrendTickRequest": { + "description": "KISElwV1QuotationsVolatilityTrendTickRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1RankingIndicator": { + "description": "KISElwV1RankingIndicator schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "acpr": { + "type": "string" + }, + "elw_ko_barrier": { + "type": "string" + }, + "elw_kor_isnm": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "elw_shrn_iscd": { + "type": "string" + }, + "invl_val": { + "type": "string" + }, + "lvrg_val": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_cnvr_rate": { + "type": "string" + }, + "tmvl_val": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1RankingIndicatorRequest": { + "description": "KISElwV1RankingIndicatorRequest schema", + "properties": { + "FID_BLNG_CLS_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_PRICE_1": { + "type": "string" + }, + "FID_INPUT_PRICE_2": { + "type": "string" + }, + "FID_INPUT_VOL_1": { + "type": "string" + }, + "FID_INPUT_VOL_2": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + }, + "FID_UNAS_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1RankingQuickChange": { + "description": "KISElwV1RankingQuickChange schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "askp": { + "type": "string" + }, + "bidp": { + "type": "string" + }, + "elw_kor_isnm": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "elw_shrn_iscd": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stnd_val": { + "type": "string" + }, + "stnd_val_ctrt": { + "type": "string" + }, + "stnd_val_vrss": { + "type": "string" + }, + "total_askp_rsqn": { + "type": "string" + }, + "total_bidp_rsqn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1RankingQuickChangeRequest": { + "description": "KISElwV1RankingQuickChangeRequest schema", + "properties": { + "FID_BLNG_CLS_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_HOUR_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_HOUR_1": { + "type": "string" + }, + "FID_INPUT_HOUR_2": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_PRICE_1": { + "type": "string" + }, + "FID_INPUT_PRICE_2": { + "type": "string" + }, + "FID_INPUT_VOL_1": { + "type": "string" + }, + "FID_INPUT_VOL_2": { + "type": "string" + }, + "FID_MRKT_CLS_CODE": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + }, + "FID_UNAS_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1RankingSensitivity": { + "description": "KISElwV1RankingSensitivity schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "d90_hist_vltl": { + "type": "string" + }, + "delta_val": { + "type": "string" + }, + "elw_kor_isnm": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "elw_shrn_iscd": { + "type": "string" + }, + "gama": { + "type": "string" + }, + "hts_ints_vltl": { + "type": "string" + }, + "hts_thpr": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "rho": { + "type": "string" + }, + "theta": { + "type": "string" + }, + "vega": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1RankingSensitivityRequest": { + "description": "KISElwV1RankingSensitivityRequest schema", + "properties": { + "FID_BLNG_CLS_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_PRICE_1": { + "type": "string" + }, + "FID_INPUT_PRICE_2": { + "type": "string" + }, + "FID_INPUT_RMNN_DYNU_1": { + "type": "string" + }, + "FID_INPUT_VOL_1": { + "type": "string" + }, + "FID_INPUT_VOL_2": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + }, + "FID_UNAS_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1RankingUpdownRate": { + "description": "KISElwV1RankingUpdownRate schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "acpr": { + "type": "string" + }, + "delta_val": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "elw_shrn_iscd": { + "type": "string" + }, + "hts_ints_vltl": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "hts_rmnn_dynu": { + "type": "string" + }, + "lp_hldn_rate": { + "type": "string" + }, + "lvrg_val": { + "type": "string" + }, + "oprc_vrss_prpr": { + "type": "string" + }, + "oprc_vrss_prpr_rate": { + "type": "string" + }, + "oprc_vrss_prpr_sign": { + "type": "string" + }, + "prd_rsfl": { + "type": "string" + }, + "prd_rsfl_rate": { + "type": "string" + }, + "prd_rsfl_sign": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prit": { + "type": "string" + }, + "prls_qryr_rate": { + "type": "string" + }, + "prls_qryr_stpr_prc": { + "type": "string" + }, + "sdpr_vrss_prpr": { + "type": "string" + }, + "sdpr_vrss_prpr_rate": { + "type": "string" + }, + "sdpr_vrss_prpr_sign": { + "type": "string" + }, + "stck_cnvr_rate": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_last_tr_date": { + "type": "string" + }, + "stck_lstn_date": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_oprc": { + "type": "string" + }, + "stck_sdpr": { + "type": "string" + }, + "theta": { + "type": "string" + }, + "unas_isnm": { + "type": "string" + }, + "unas_shrn_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1RankingUpdownRateRequest": { + "description": "KISElwV1RankingUpdownRateRequest schema", + "properties": { + "FID_BLNG_CLS_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_PRICE_1": { + "type": "string" + }, + "FID_INPUT_PRICE_2": { + "type": "string" + }, + "FID_INPUT_RMNN_DYNU_1": { + "type": "string" + }, + "FID_INPUT_VOL_1": { + "type": "string" + }, + "FID_INPUT_VOL_2": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + }, + "FID_UNAS_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1RankingVolumeRank": { + "description": "KISElwV1RankingVolumeRank schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "acpr": { + "type": "string" + }, + "delta_val": { + "type": "string" + }, + "elw_kor_isnm": { + "type": "string" + }, + "elw_prpr": { + "type": "string" + }, + "elw_shrn_iscd": { + "type": "string" + }, + "hts_ints_vltl": { + "type": "string" + }, + "hts_rmnn_dynu": { + "type": "string" + }, + "invl_val": { + "type": "string" + }, + "lp_hldn_rate": { + "type": "string" + }, + "lp_mbcr_name": { + "type": "string" + }, + "lp_ntby_qty": { + "type": "string" + }, + "lstn_stcn": { + "type": "string" + }, + "lvrg_val": { + "type": "string" + }, + "n_prdy_tr_pbmn": { + "type": "string" + }, + "n_prdy_tr_pbmn_vrss": { + "type": "string" + }, + "n_prdy_vol": { + "type": "string" + }, + "n_prdy_vol_vrss": { + "type": "string" + }, + "nday_vol_tnrt": { + "type": "string" + }, + "ntby_rsqn": { + "type": "string" + }, + "ntsl_rsqn": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prit": { + "type": "string" + }, + "prls_qryr_rate": { + "type": "string" + }, + "prls_qryr_stpr_prc": { + "type": "string" + }, + "seln_rsqn_rate": { + "type": "string" + }, + "shnu_rsqn_rate": { + "type": "string" + }, + "stck_cnvr_rate": { + "type": "string" + }, + "stck_last_tr_date": { + "type": "string" + }, + "stck_lstn_date": { + "type": "string" + }, + "theta": { + "type": "string" + }, + "tmvl_val": { + "type": "string" + }, + "total_askp_rsqn": { + "type": "string" + }, + "total_bidp_rsqn": { + "type": "string" + }, + "unas_isnm": { + "type": "string" + }, + "unas_shrn_iscd": { + "type": "string" + }, + "vol_inrt": { + "type": "string" + }, + "vol_tnrt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISElwV1RankingVolumeRankRequest": { + "description": "KISElwV1RankingVolumeRankRequest schema", + "properties": { + "FID_BLNG_CLS_CODE": { + "type": "string" + }, + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_DIV_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_ISCD_2": { + "type": "string" + }, + "FID_INPUT_PRICE_1": { + "type": "string" + }, + "FID_INPUT_PRICE_2": { + "type": "string" + }, + "FID_INPUT_RMNN_DYNU_1": { + "type": "string" + }, + "FID_INPUT_VOL_1": { + "type": "string" + }, + "FID_INPUT_VOL_2": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + }, + "FID_UNAS_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISEtfetnV1QuotationsInquireComponentStockPrice": { + "description": "KISEtfetnV1QuotationsInquireComponentStockPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "etf_cnfg_issu_avls": { + "type": "string" + }, + "etf_cnfg_issu_cnt": { + "type": "string" + }, + "etf_cu_unit_scrt_cnt": { + "type": "string" + }, + "etf_ntas_ttam": { + "type": "string" + }, + "hprc_nav": { + "type": "string" + }, + "lprc_nav": { + "type": "string" + }, + "nav": { + "type": "string" + }, + "nav_prdy_ctrt": { + "type": "string" + }, + "nav_prdy_vrss": { + "type": "string" + }, + "nav_prdy_vrss_sign": { + "type": "string" + }, + "oprc_nav": { + "type": "string" + }, + "prdy_clpr_nav": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "etf_cnfg_issu_avls": { + "type": "string" + }, + "etf_cnfg_issu_rlim": { + "type": "string" + }, + "etf_vltn_amt": { + "type": "string" + }, + "hts_avls": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "prdy_vrss_vol": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + }, + "tday_rsfl_rate": { + "type": "string" + }, + "tr_pbmn_tnrt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISEtfetnV1QuotationsInquireComponentStockPriceRequest": { + "description": "KISEtfetnV1QuotationsInquireComponentStockPriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISEtfetnV1QuotationsInquirePrice": { + "description": "KISEtfetnV1QuotationsInquirePrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "bstp_kor_isnm": { + "type": "string" + }, + "crcd": { + "type": "string" + }, + "dprt": { + "type": "string" + }, + "dryy_hgpr_date": { + "type": "string" + }, + "dryy_hgpr_vrss_prpr_rate": { + "type": "string" + }, + "dryy_lwpr_date": { + "type": "string" + }, + "dryy_lwpr_vrss_prpr_rate": { + "type": "string" + }, + "etf_cnfg_issu_cnt": { + "type": "string" + }, + "etf_crcl_ntas_ttam": { + "type": "string" + }, + "etf_crcl_stcn": { + "type": "string" + }, + "etf_cu_unit_scrt_cnt": { + "type": "string" + }, + "etf_div_name": { + "type": "string" + }, + "etf_dvdn_cycl": { + "type": "string" + }, + "etf_frcr_crcl_ntas_ttam": { + "type": "string" + }, + "etf_frcr_last_ntas_wrth_val": { + "type": "string" + }, + "etf_frcr_ntas_ttam": { + "type": "string" + }, + "etf_ntas_ttam": { + "type": "string" + }, + "etf_rprs_bstp_kor_isnm": { + "type": "string" + }, + "etf_trc_ert_mltp": { + "type": "string" + }, + "etf_trgt_nmix_bstp_code": { + "type": "string" + }, + "frgn_hldn_qty": { + "type": "string" + }, + "frgn_hldn_qty_rate": { + "type": "string" + }, + "frgn_limt_rate": { + "type": "string" + }, + "frgn_oder_able_qty": { + "type": "string" + }, + "lp_hldn_rate": { + "type": "string" + }, + "lp_hldn_vol": { + "type": "string" + }, + "lp_oder_able_cls_code": { + "type": "string" + }, + "lstn_stcn": { + "type": "string" + }, + "mbcr_name": { + "type": "string" + }, + "mtrt_date": { + "type": "string" + }, + "nav": { + "type": "string" + }, + "nav_prdy_ctrt": { + "type": "string" + }, + "nav_prdy_vrss": { + "type": "string" + }, + "nav_prdy_vrss_sign": { + "type": "string" + }, + "nmix_ctrt": { + "type": "string" + }, + "prdy_clpr_vrss_hgpr_rate": { + "type": "string" + }, + "prdy_clpr_vrss_lwpr_rate": { + "type": "string" + }, + "prdy_clpr_vrss_oprc_rate": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_last_nav": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "shrg_type_code": { + "type": "string" + }, + "stck_dryy_hgpr": { + "type": "string" + }, + "stck_dryy_lwpr": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_llam": { + "type": "string" + }, + "stck_lstn_date": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_mxpr": { + "type": "string" + }, + "stck_oprc": { + "type": "string" + }, + "stck_prdy_clpr": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + }, + "stck_sdpr": { + "type": "string" + }, + "stck_sspr": { + "type": "string" + }, + "trc_errt": { + "type": "string" + }, + "vi_cls_code": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISEtfetnV1QuotationsInquirePriceRequest": { + "description": "KISEtfetnV1QuotationsInquirePriceRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "KISEtfetnV1QuotationsNavComparisonDailyTrend": { + "description": "KISEtfetnV1QuotationsNavComparisonDailyTrend schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "cntg_vol": { + "type": "string" + }, + "dprt": { + "type": "string" + }, + "nav": { + "type": "string" + }, + "nav_prdy_ctrt": { + "type": "string" + }, + "nav_prdy_vrss": { + "type": "string" + }, + "nav_prdy_vrss_sign": { + "type": "string" + }, + "nav_vrss_prpr": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_clpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISEtfetnV1QuotationsNavComparisonDailyTrendRequest": { + "description": "KISEtfetnV1QuotationsNavComparisonDailyTrendRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_input_date_1": { + "type": "string" + }, + "fid_input_date_2": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "KISEtfetnV1QuotationsNavComparisonTimeTrend": { + "description": "KISEtfetnV1QuotationsNavComparisonTimeTrend schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "bsop_hour": { + "type": "string" + }, + "cntg_vol": { + "type": "string" + }, + "dprt": { + "type": "string" + }, + "nav": { + "type": "string" + }, + "nav_prdy_ctrt": { + "type": "string" + }, + "nav_prdy_vrss": { + "type": "string" + }, + "nav_prdy_vrss_sign": { + "type": "string" + }, + "nav_vrss_prpr": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISEtfetnV1QuotationsNavComparisonTimeTrendRequest": { + "description": "KISEtfetnV1QuotationsNavComparisonTimeTrendRequest schema", + "properties": { + "fid_cond_mrkt_div_code": { + "type": "string" + }, + "fid_hour_cls_code": { + "type": "string" + }, + "fid_input_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "KISEtfetnV1QuotationsNavComparisonTrend": { + "description": "KISEtfetnV1QuotationsNavComparisonTrend schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_tr_pbmn": { + "type": "string" + }, + "acml_vol": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_hgpr": { + "type": "string" + }, + "stck_llam": { + "type": "string" + }, + "stck_lwpr": { + "type": "string" + }, + "stck_mxpr": { + "type": "string" + }, + "stck_oprc": { + "type": "string" + }, + "stck_prdy_clpr": { + "type": "string" + }, + "stck_prpr": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "hprc_nav": { + "type": "string" + }, + "lprc_nav": { + "type": "string" + }, + "nav": { + "type": "string" + }, + "nav_prdy_ctrt": { + "type": "string" + }, + "nav_prdy_vrss": { + "type": "string" + }, + "nav_prdy_vrss_sign": { + "type": "string" + }, + "oprc_nav": { + "type": "string" + }, + "prdy_clpr_nav": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISEtfetnV1QuotationsNavComparisonTrendRequest": { + "description": "KISEtfetnV1QuotationsNavComparisonTrendRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISHashkey": { + "description": "KISHashkey schema", + "properties": { + "HASH": { + "nullable": true, + "type": "string" + }, + "JsonBody": { + "nullable": true, + "type": "string" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISHashkeyRequest": { + "description": "KISHashkeyRequest schema", + "properties": { + "JsonBody": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsDailyCcnl": { + "description": "KISOverseasFutureoptionV1QuotationsDailyCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "index_key": { + "type": "string" + }, + "last_n_cnt": { + "type": "string" + }, + "tret_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "data_date": { + "type": "string" + }, + "data_time": { + "type": "string" + }, + "high_price": { + "type": "string" + }, + "last_price": { + "type": "string" + }, + "last_qntt": { + "type": "string" + }, + "low_price": { + "type": "string" + }, + "open_price": { + "type": "string" + }, + "prev_diff_flag": { + "type": "string" + }, + "prev_diff_price": { + "type": "string" + }, + "prev_diff_rate": { + "type": "string" + }, + "vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsDailyCcnlRequest": { + "description": "KISOverseasFutureoptionV1QuotationsDailyCcnlRequest schema", + "properties": { + "CLOSE_DATE_TIME": { + "type": "string" + }, + "EXCH_CD": { + "type": "string" + }, + "INDEX_KEY": { + "type": "string" + }, + "QRY_CNT": { + "type": "string" + }, + "QRY_GAP": { + "type": "string" + }, + "QRY_TP": { + "type": "string" + }, + "SRS_CD": { + "type": "string" + }, + "START_DATE_TIME": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsInquireAskingPrice": { + "description": "KISOverseasFutureoptionV1QuotationsInquireAskingPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "high_price": { + "type": "string" + }, + "last_price": { + "type": "string" + }, + "lowp_rice": { + "type": "string" + }, + "open_price": { + "type": "string" + }, + "prev_diff_price": { + "type": "string" + }, + "prev_diff_rate": { + "type": "string" + }, + "prev_price": { + "type": "string" + }, + "quot_date": { + "type": "string" + }, + "quot_time": { + "type": "string" + }, + "vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "ask_num": { + "type": "string" + }, + "ask_price": { + "type": "string" + }, + "ask_qntt": { + "type": "string" + }, + "bid_num": { + "type": "string" + }, + "bid_price": { + "type": "string" + }, + "bid_qntt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsInquireAskingPriceRequest": { + "description": "KISOverseasFutureoptionV1QuotationsInquireAskingPriceRequest schema", + "properties": { + "SRS_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsInquirePrice": { + "description": "KISOverseasFutureoptionV1QuotationsInquirePrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "ask_price": { + "type": "string" + }, + "ask_qntt": { + "type": "string" + }, + "bid_price": { + "type": "string" + }, + "bid_qntt": { + "type": "string" + }, + "close_date": { + "type": "string" + }, + "close_time": { + "type": "string" + }, + "crc_cd": { + "type": "string" + }, + "exch_cd": { + "type": "string" + }, + "expr_date": { + "type": "string" + }, + "high_price": { + "type": "string" + }, + "last_price": { + "type": "string" + }, + "last_qntt": { + "type": "string" + }, + "low_price": { + "type": "string" + }, + "open_date": { + "type": "string" + }, + "open_price": { + "type": "string" + }, + "open_time": { + "type": "string" + }, + "prev_diff_flag": { + "type": "string" + }, + "prev_diff_price": { + "type": "string" + }, + "prev_diff_rate": { + "type": "string" + }, + "prev_price": { + "type": "string" + }, + "proc_date": { + "type": "string" + }, + "proc_time": { + "type": "string" + }, + "remn_cnt": { + "type": "string" + }, + "sbsnsdate": { + "type": "string" + }, + "sttl_price": { + "type": "string" + }, + "tick_size": { + "type": "string" + }, + "tot_ask_qntt": { + "type": "string" + }, + "tot_bid_qntt": { + "type": "string" + }, + "trd_fr_date": { + "type": "string" + }, + "trd_to_date": { + "type": "string" + }, + "trst_mgn": { + "type": "string" + }, + "vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsInquirePriceRequest": { + "description": "KISOverseasFutureoptionV1QuotationsInquirePriceRequest schema", + "properties": { + "SRS_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsInquireTimeFuturechartprice": { + "description": "KISOverseasFutureoptionV1QuotationsInquireTimeFuturechartprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "data_date": { + "type": "string" + }, + "data_time": { + "type": "string" + }, + "high_price": { + "type": "string" + }, + "last_price": { + "type": "string" + }, + "last_qntt": { + "type": "string" + }, + "low_price": { + "type": "string" + }, + "open_price": { + "type": "string" + }, + "prev_diff_flag": { + "type": "string" + }, + "prev_diff_price": { + "type": "string" + }, + "prev_diff_rate": { + "type": "string" + }, + "vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "index_key": { + "type": "string" + }, + "last_n_cnt": { + "type": "string" + }, + "ret_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsInquireTimeFuturechartpriceRequest": { + "description": "KISOverseasFutureoptionV1QuotationsInquireTimeFuturechartpriceRequest schema", + "properties": { + "CLOSE_DATE_TIME": { + "type": "string" + }, + "EXCH_CD": { + "type": "string" + }, + "INDEX_KEY": { + "type": "string" + }, + "QRY_CNT": { + "type": "string" + }, + "QRY_GAP": { + "type": "string" + }, + "QRY_TP": { + "type": "string" + }, + "SRS_CD": { + "type": "string" + }, + "START_DATE_TIME": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsInquireTimeOptchartprice": { + "description": "KISOverseasFutureoptionV1QuotationsInquireTimeOptchartprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "data_date": { + "type": "string" + }, + "data_time": { + "type": "string" + }, + "high_price": { + "type": "string" + }, + "last_price": { + "type": "string" + }, + "last_qntt": { + "type": "string" + }, + "low_price": { + "type": "string" + }, + "open_price": { + "type": "string" + }, + "prev_diff_flag": { + "type": "string" + }, + "prev_diff_price": { + "type": "string" + }, + "prev_diff_rate": { + "type": "string" + }, + "vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "index_key": { + "type": "string" + }, + "last_n_cnt": { + "type": "string" + }, + "ret_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsInquireTimeOptchartpriceRequest": { + "description": "KISOverseasFutureoptionV1QuotationsInquireTimeOptchartpriceRequest schema", + "properties": { + "CLOSE_DATE_TIME": { + "type": "string" + }, + "EXCH_CD": { + "type": "string" + }, + "INDEX_KEY": { + "type": "string" + }, + "QRY_CNT": { + "type": "string" + }, + "QRY_GAP": { + "type": "string" + }, + "QRY_TP": { + "type": "string" + }, + "SRS_CD": { + "type": "string" + }, + "START_DATE_TIME": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsInvestorUnpdTrend": { + "description": "KISOverseasFutureoptionV1QuotationsInvestorUnpdTrend schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "row_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "askp_hedge": { + "type": "string" + }, + "askp_hedge_cust": { + "type": "string" + }, + "askp_missing": { + "type": "string" + }, + "askp_spec": { + "type": "string" + }, + "askp_spec_cust": { + "type": "string" + }, + "bidp_hedge": { + "type": "string" + }, + "bidp_hedge_cust": { + "type": "string" + }, + "bidp_missing": { + "type": "string" + }, + "bidp_spec": { + "type": "string" + }, + "bidp_spec_cust": { + "type": "string" + }, + "bsop_date": { + "type": "string" + }, + "cftc_iscd": { + "type": "string" + }, + "cust_smtn": { + "type": "string" + }, + "hts_otst_smtn": { + "type": "string" + }, + "prod_iscd": { + "type": "string" + }, + "spread_spec": { + "type": "string" + }, + "spread_spec_cust": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsInvestorUnpdTrendRequest": { + "description": "KISOverseasFutureoptionV1QuotationsInvestorUnpdTrendRequest schema", + "properties": { + "BSOP_DATE": { + "type": "string" + }, + "CTS_KEY": { + "type": "string" + }, + "PROD_ISCD": { + "type": "string" + }, + "UPMU_GUBUN": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsMarketTime": { + "description": "KISOverseasFutureoptionV1QuotationsMarketTime schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "am_mkmn_end_tmd": { + "type": "string" + }, + "am_mkmn_strt_tmd": { + "type": "string" + }, + "base_mket_end_tmd": { + "type": "string" + }, + "base_mket_strt_tmd": { + "type": "string" + }, + "fm_clas_cd": { + "type": "string" + }, + "fm_clas_name": { + "type": "string" + }, + "fm_excg_cd": { + "type": "string" + }, + "fm_excg_name": { + "type": "string" + }, + "fm_pdgr_cd": { + "type": "string" + }, + "fm_pdgr_name": { + "type": "string" + }, + "fuop_dvsn_name": { + "type": "string" + }, + "mkmn_nxdy_end_tmd": { + "type": "string" + }, + "mkmn_nxdy_strt_tmd": { + "type": "string" + }, + "pm_mkmn_end_tmd": { + "type": "string" + }, + "pm_mkmn_strt_tmd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsMarketTimeRequest": { + "description": "KISOverseasFutureoptionV1QuotationsMarketTimeRequest schema", + "properties": { + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "FM_CLAS_CD": { + "type": "string" + }, + "FM_EXCG_CD": { + "type": "string" + }, + "FM_PDGR_CD": { + "type": "string" + }, + "OPT_YN": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsMonthlyCcnl": { + "description": "KISOverseasFutureoptionV1QuotationsMonthlyCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "index_key": { + "type": "string" + }, + "last_n_cnt": { + "type": "string" + }, + "tret_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "data_date": { + "type": "string" + }, + "data_time": { + "type": "string" + }, + "high_price": { + "type": "string" + }, + "last_price": { + "type": "string" + }, + "last_qntt": { + "type": "string" + }, + "low_price": { + "type": "string" + }, + "open_price": { + "type": "string" + }, + "prev_diff_flag": { + "type": "string" + }, + "prev_diff_price": { + "type": "string" + }, + "prev_diff_rate": { + "type": "string" + }, + "vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsMonthlyCcnlRequest": { + "description": "KISOverseasFutureoptionV1QuotationsMonthlyCcnlRequest schema", + "properties": { + "CLOSE_DATE_TIME": { + "type": "string" + }, + "EXCH_CD": { + "type": "string" + }, + "INDEX_KEY": { + "type": "string" + }, + "QRY_CNT": { + "type": "string" + }, + "QRY_GAP": { + "type": "string" + }, + "QRY_TP": { + "type": "string" + }, + "SRS_CD": { + "type": "string" + }, + "START_DATE_TIME": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsOptAskingPrice": { + "description": "KISOverseasFutureoptionV1QuotationsOptAskingPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "high_price": { + "type": "string" + }, + "last_price": { + "type": "string" + }, + "lowp_rice": { + "type": "string" + }, + "open_price": { + "type": "string" + }, + "prev_diff_price": { + "type": "string" + }, + "prev_diff_rate": { + "type": "string" + }, + "quot_date": { + "type": "string" + }, + "quot_time": { + "type": "string" + }, + "sttl_price": { + "type": "string" + }, + "vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "ask_num": { + "type": "string" + }, + "ask_price": { + "type": "string" + }, + "ask_qntt": { + "type": "string" + }, + "bid_num": { + "type": "string" + }, + "bid_price": { + "type": "string" + }, + "bid_qntt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsOptAskingPriceRequest": { + "description": "KISOverseasFutureoptionV1QuotationsOptAskingPriceRequest schema", + "properties": { + "SRS_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsOptDailyCcnl": { + "description": "KISOverseasFutureoptionV1QuotationsOptDailyCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "index_key": { + "type": "string" + }, + "last_n_cnt": { + "type": "string" + }, + "ret_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "data_date": { + "type": "string" + }, + "data_time": { + "type": "string" + }, + "high_price": { + "type": "string" + }, + "last_price": { + "type": "string" + }, + "last_qntt": { + "type": "string" + }, + "low_price": { + "type": "string" + }, + "open_price": { + "type": "string" + }, + "prev_diff_flag": { + "type": "string" + }, + "prev_diff_price": { + "type": "string" + }, + "prev_diff_rate": { + "type": "string" + }, + "vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsOptDailyCcnlRequest": { + "description": "KISOverseasFutureoptionV1QuotationsOptDailyCcnlRequest schema", + "properties": { + "CLOSE_DATE_TIME": { + "type": "string" + }, + "EXCH_CD": { + "type": "string" + }, + "INDEX_KEY": { + "type": "string" + }, + "QRY_CNT": { + "type": "string" + }, + "QRY_GAP": { + "type": "string" + }, + "QRY_TP": { + "type": "string" + }, + "SRS_CD": { + "type": "string" + }, + "START_DATE_TIME": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsOptDetail": { + "description": "KISOverseasFutureoptionV1QuotationsOptDetail schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "clas_cd": { + "type": "string" + }, + "crc_cd": { + "type": "string" + }, + "ctrt_size": { + "type": "string" + }, + "disp_digit": { + "type": "string" + }, + "exch_cd": { + "type": "string" + }, + "expr_date": { + "type": "string" + }, + "frst_noti_date": { + "type": "string" + }, + "mrkt_close_date": { + "type": "string" + }, + "mrkt_close_time": { + "type": "string" + }, + "mrkt_open_date": { + "type": "string" + }, + "mrkt_open_time": { + "type": "string" + }, + "remn_cnt": { + "type": "string" + }, + "stat_tp": { + "type": "string" + }, + "stl_tp": { + "type": "string" + }, + "sttl_date": { + "type": "string" + }, + "sttl_price": { + "type": "string" + }, + "tick_sz": { + "type": "string" + }, + "tick_val": { + "type": "string" + }, + "trd_fr_date": { + "type": "string" + }, + "trd_to_date": { + "type": "string" + }, + "trst_mgn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsOptDetailRequest": { + "description": "KISOverseasFutureoptionV1QuotationsOptDetailRequest schema", + "properties": { + "SRS_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsOptMonthlyCcnl": { + "description": "KISOverseasFutureoptionV1QuotationsOptMonthlyCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "index_key": { + "type": "string" + }, + "last_n_cnt": { + "type": "string" + }, + "ret_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "data_date": { + "type": "string" + }, + "data_time": { + "type": "string" + }, + "high_price": { + "type": "string" + }, + "last_price": { + "type": "string" + }, + "last_qntt": { + "type": "string" + }, + "low_price": { + "type": "string" + }, + "open_price": { + "type": "string" + }, + "prev_diff_flag": { + "type": "string" + }, + "prev_diff_price": { + "type": "string" + }, + "prev_diff_rate": { + "type": "string" + }, + "vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsOptMonthlyCcnlRequest": { + "description": "KISOverseasFutureoptionV1QuotationsOptMonthlyCcnlRequest schema", + "properties": { + "CLOSE_DATE_TIME": { + "type": "string" + }, + "EXCH_CD": { + "type": "string" + }, + "INDEX_KEY": { + "type": "string" + }, + "QRY_CNT": { + "type": "string" + }, + "QRY_GAP": { + "type": "string" + }, + "QRY_TP": { + "type": "string" + }, + "SRS_CD": { + "type": "string" + }, + "START_DATE_TIME": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsOptPrice": { + "description": "KISOverseasFutureoptionV1QuotationsOptPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "ask_price": { + "type": "string" + }, + "ask_qntt": { + "type": "string" + }, + "bid_price": { + "type": "string" + }, + "bid_qntt": { + "type": "string" + }, + "close_date": { + "type": "string" + }, + "close_time": { + "type": "string" + }, + "crc_cd": { + "type": "string" + }, + "exch_cd": { + "type": "string" + }, + "expr_date": { + "type": "string" + }, + "high_price": { + "type": "string" + }, + "last_price": { + "type": "string" + }, + "last_qntt": { + "type": "string" + }, + "low_price": { + "type": "string" + }, + "open_date": { + "type": "string" + }, + "open_price": { + "type": "string" + }, + "open_time": { + "type": "string" + }, + "prev_diff_flag": { + "type": "string" + }, + "prev_diff_price": { + "type": "string" + }, + "prev_diff_rate": { + "type": "string" + }, + "proc_date": { + "type": "string" + }, + "proc_time": { + "type": "string" + }, + "remn_cnt": { + "type": "string" + }, + "sbsnsdate": { + "type": "string" + }, + "sttl_price": { + "type": "string" + }, + "tick_size": { + "type": "string" + }, + "tot_ask_qntt": { + "type": "string" + }, + "tot_bid_qntt": { + "type": "string" + }, + "trd_fr_date": { + "type": "string" + }, + "trd_to_date": { + "type": "string" + }, + "trst_mgn": { + "type": "string" + }, + "vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsOptPriceRequest": { + "description": "KISOverseasFutureoptionV1QuotationsOptPriceRequest schema", + "properties": { + "SRS_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsOptTickCcnl": { + "description": "KISOverseasFutureoptionV1QuotationsOptTickCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "index_key": { + "type": "string" + }, + "last_n_cnt": { + "type": "string" + }, + "ret_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "data_date": { + "type": "string" + }, + "data_time": { + "type": "string" + }, + "high_price": { + "type": "string" + }, + "last_price": { + "type": "string" + }, + "last_qntt": { + "type": "string" + }, + "low_price": { + "type": "string" + }, + "open_price": { + "type": "string" + }, + "prev_diff_flag": { + "type": "string" + }, + "prev_diff_price": { + "type": "string" + }, + "prev_diff_rate": { + "type": "string" + }, + "vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsOptTickCcnlRequest": { + "description": "KISOverseasFutureoptionV1QuotationsOptTickCcnlRequest schema", + "properties": { + "CLOSE_DATE_TIME": { + "type": "string" + }, + "EXCH_CD": { + "type": "string" + }, + "INDEX_KEY": { + "type": "string" + }, + "QRY_CNT": { + "type": "string" + }, + "QRY_GAP": { + "type": "string" + }, + "QRY_TP": { + "type": "string" + }, + "SRS_CD": { + "type": "string" + }, + "START_DATE_TIME": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsOptWeeklyCcnl": { + "description": "KISOverseasFutureoptionV1QuotationsOptWeeklyCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "index_key": { + "type": "string" + }, + "last_n_cnt": { + "type": "string" + }, + "ret_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "data_date": { + "type": "string" + }, + "data_time": { + "type": "string" + }, + "high_price": { + "type": "string" + }, + "last_price": { + "type": "string" + }, + "last_qntt": { + "type": "string" + }, + "low_price": { + "type": "string" + }, + "open_price": { + "type": "string" + }, + "prev_diff_flag": { + "type": "string" + }, + "prev_diff_price": { + "type": "string" + }, + "prev_diff_rate": { + "type": "string" + }, + "vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsOptWeeklyCcnlRequest": { + "description": "KISOverseasFutureoptionV1QuotationsOptWeeklyCcnlRequest schema", + "properties": { + "CLOSE_DATE_TIME": { + "type": "string" + }, + "EXCH_CD": { + "type": "string" + }, + "INDEX_KEY": { + "type": "string" + }, + "QRY_CNT": { + "type": "string" + }, + "QRY_GAP": { + "type": "string" + }, + "QRY_TP": { + "type": "string" + }, + "SRS_CD": { + "type": "string" + }, + "START_DATE_TIME": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsSearchContractDetail": { + "description": "KISOverseasFutureoptionV1QuotationsSearchContractDetail schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "clas_cd": { + "type": "string" + }, + "crc_cd": { + "type": "string" + }, + "ctrt_size": { + "type": "string" + }, + "disp_digit": { + "type": "string" + }, + "exch_cd": { + "type": "string" + }, + "expr_date": { + "type": "string" + }, + "frst_noti_date": { + "type": "string" + }, + "mrkt_close_date": { + "type": "string" + }, + "mrkt_close_time": { + "type": "string" + }, + "mrkt_open_date": { + "type": "string" + }, + "mrkt_open_time": { + "type": "string" + }, + "remn_cnt": { + "type": "string" + }, + "stat_tp": { + "type": "string" + }, + "stl_tp": { + "type": "string" + }, + "sttl_date": { + "type": "string" + }, + "sttl_price": { + "type": "string" + }, + "sub_exch_nm": { + "type": "string" + }, + "tick_sz": { + "type": "string" + }, + "tick_val": { + "type": "string" + }, + "trd_fr_date": { + "type": "string" + }, + "trd_to_date": { + "type": "string" + }, + "trst_mgn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsSearchContractDetailRequest": { + "description": "KISOverseasFutureoptionV1QuotationsSearchContractDetailRequest schema", + "properties": { + "QRY_CNT": { + "type": "string" + }, + "SRS_CD_01": { + "type": "string" + }, + "SRS_CD_02…": { + "type": "string" + }, + "SRS_CD_32": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsSearchOptDetail": { + "description": "KISOverseasFutureoptionV1QuotationsSearchOptDetail schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "clas_cd": { + "type": "string" + }, + "crc_cd": { + "type": "string" + }, + "ctrt_size": { + "type": "string" + }, + "disp_digit": { + "type": "string" + }, + "exch_cd": { + "type": "string" + }, + "expr_date": { + "type": "string" + }, + "frst_noti_date": { + "type": "string" + }, + "mrkt_close_date": { + "type": "string" + }, + "mrkt_close_time": { + "type": "string" + }, + "mrkt_open_date": { + "type": "string" + }, + "mrkt_open_time": { + "type": "string" + }, + "remn_cnt": { + "type": "string" + }, + "stat_tp": { + "type": "string" + }, + "stl_tp": { + "type": "string" + }, + "sttl_date": { + "type": "string" + }, + "sttl_price": { + "type": "string" + }, + "tick_sz": { + "type": "string" + }, + "tick_val": { + "type": "string" + }, + "trd_fr_date": { + "type": "string" + }, + "trd_to_date": { + "type": "string" + }, + "trst_mgn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsSearchOptDetailRequest": { + "description": "KISOverseasFutureoptionV1QuotationsSearchOptDetailRequest schema", + "properties": { + "QRY_CNT": { + "type": "string" + }, + "SRS_CD_01": { + "type": "string" + }, + "SRS_CD_02...": { + "type": "string" + }, + "SRS_CD_30": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsStockDetail": { + "description": "KISOverseasFutureoptionV1QuotationsStockDetail schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "clas_cd": { + "type": "string" + }, + "crc_cd": { + "type": "string" + }, + "ctrt_size": { + "type": "string" + }, + "disp_digit": { + "type": "string" + }, + "exch_cd": { + "type": "string" + }, + "expr_date": { + "type": "string" + }, + "frst_noti_date": { + "type": "string" + }, + "mrkt_close_date": { + "type": "string" + }, + "mrkt_close_time": { + "type": "string" + }, + "mrkt_open_date": { + "type": "string" + }, + "mrkt_open_time": { + "type": "string" + }, + "prev_price": { + "type": "string" + }, + "remn_cnt": { + "type": "string" + }, + "sprd_srs_cd1": { + "type": "string" + }, + "sprd_srs_cd2": { + "type": "string" + }, + "stat_tp": { + "type": "string" + }, + "stl_tp": { + "type": "string" + }, + "sttl_date": { + "type": "string" + }, + "tick_sz": { + "type": "string" + }, + "tick_val": { + "type": "string" + }, + "trd_fr_date": { + "type": "string" + }, + "trd_to_date": { + "type": "string" + }, + "trst_mgn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsStockDetailRequest": { + "description": "KISOverseasFutureoptionV1QuotationsStockDetailRequest schema", + "properties": { + "SRS_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsTickCcnl": { + "description": "KISOverseasFutureoptionV1QuotationsTickCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "index_key": { + "type": "string" + }, + "last_n_cnt": { + "type": "string" + }, + "tret_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "data_date": { + "type": "string" + }, + "data_time": { + "type": "string" + }, + "high_price": { + "type": "string" + }, + "last_price": { + "type": "string" + }, + "last_qntt": { + "type": "string" + }, + "low_price": { + "type": "string" + }, + "open_price": { + "type": "string" + }, + "prev_diff_flag": { + "type": "string" + }, + "prev_diff_price": { + "type": "string" + }, + "prev_diff_rate": { + "type": "string" + }, + "vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsTickCcnlRequest": { + "description": "KISOverseasFutureoptionV1QuotationsTickCcnlRequest schema", + "properties": { + "CLOSE_DATE_TIME": { + "type": "string" + }, + "EXCH_CD": { + "type": "string" + }, + "INDEX_KEY": { + "type": "string" + }, + "QRY_CNT": { + "type": "string" + }, + "QRY_GAP": { + "type": "string" + }, + "QRY_TP": { + "type": "string" + }, + "SRS_CD": { + "type": "string" + }, + "START_DATE_TIME": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsWeeklyCcnl": { + "description": "KISOverseasFutureoptionV1QuotationsWeeklyCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "index_key": { + "type": "string" + }, + "last_n_cnt": { + "type": "string" + }, + "ret_cnt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "data_date": { + "type": "string" + }, + "data_time": { + "type": "string" + }, + "high_price": { + "type": "string" + }, + "last_price": { + "type": "string" + }, + "last_qntt": { + "type": "string" + }, + "low_price": { + "type": "string" + }, + "open_price": { + "type": "string" + }, + "prev_diff_flag": { + "type": "string" + }, + "prev_diff_price": { + "type": "string" + }, + "prev_diff_rate": { + "type": "string" + }, + "vol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1QuotationsWeeklyCcnlRequest": { + "description": "KISOverseasFutureoptionV1QuotationsWeeklyCcnlRequest schema", + "properties": { + "CLOSE_DATE_TIME": { + "type": "string" + }, + "EXCH_CD": { + "type": "string" + }, + "INDEX_KEY": { + "type": "string" + }, + "QRY_CNT": { + "type": "string" + }, + "QRY_GAP": { + "type": "string" + }, + "QRY_TP": { + "type": "string" + }, + "SRS_CD": { + "type": "string" + }, + "START_DATE_TIME": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquireCcld": { + "description": "KISOverseasFutureoptionV1TradingInquireCcld schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acnt_prdt_cd": { + "type": "string" + }, + "acnt_type_cd": { + "type": "string" + }, + "bass_pric_type_cd": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "ccld_cndt_cd": { + "type": "string" + }, + "ccld_dtl_dtime": { + "type": "string" + }, + "erlm_dtl_dtime": { + "type": "string" + }, + "fm_ccld_pric": { + "type": "string" + }, + "fm_ccld_qty": { + "type": "string" + }, + "fm_lqd_lmt_ord_pric": { + "type": "string" + }, + "fm_lqd_stop_pric": { + "type": "string" + }, + "fm_ord_pric": { + "type": "string" + }, + "fm_ord_qty": { + "type": "string" + }, + "fm_ord_rmn_qty": { + "type": "string" + }, + "fm_stop_ord_pric": { + "type": "string" + }, + "fuop_dvsn": { + "type": "string" + }, + "new_lqd_dvsn_cd": { + "type": "string" + }, + "noti_vald_dt": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_dt": { + "type": "string" + }, + "ord_grp_name": { + "type": "string" + }, + "ord_stat_cd": { + "type": "string" + }, + "ord_stfno": { + "type": "string" + }, + "orgn_odno": { + "type": "string" + }, + "orgn_ord_dt": { + "type": "string" + }, + "ovrs_futr_fx_pdno": { + "type": "string" + }, + "rcit_dvsn_cd": { + "type": "string" + }, + "rmks1": { + "type": "string" + }, + "rsvn_dvsn": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "trad_stgy_dvsn_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquireCcldRequest": { + "description": "KISOverseasFutureoptionV1TradingInquireCcldRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CCLD_NCCS_DVSN": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "FUOP_DVSN": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquireDailyCcld": { + "description": "KISOverseasFutureoptionV1TradingInquireDailyCcld schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "ccld_dtl_dtime": { + "type": "string" + }, + "ccno": { + "type": "string" + }, + "crcy_cd": { + "type": "string" + }, + "dt": { + "type": "string" + }, + "fm_ccld_amt": { + "type": "string" + }, + "fm_ccld_qty": { + "type": "string" + }, + "fm_fee": { + "type": "string" + }, + "fm_futr_ccld_amt": { + "type": "string" + }, + "fm_futr_pure_agrm_amt": { + "type": "string" + }, + "fm_opt_ccld_amt": { + "type": "string" + }, + "fm_opt_pure_agrm_amt": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_dt": { + "type": "string" + }, + "ord_mdia_dvsn_name": { + "type": "string" + }, + "ovrs_futr_fx_pdno": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "fm_fee_smtl": { + "type": "string" + }, + "fm_tot_ccld_qty": { + "type": "string" + }, + "fm_tot_futr_agrm_amt": { + "type": "string" + }, + "fm_tot_opt_agrm_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquireDailyCcldRequest": { + "description": "KISOverseasFutureoptionV1TradingInquireDailyCcldRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CRCY_CD": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "END_DT": { + "type": "string" + }, + "FM_ITEM_FTNG_YN": { + "type": "string" + }, + "FM_PDGR_CD": { + "type": "string" + }, + "FUOP_DVSN_CD": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + }, + "STRT_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquireDailyOrder": { + "description": "KISOverseasFutureoptionV1TradingInquireDailyOrder schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acnt_prdt_cd": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "ccld_cndt_cd": { + "type": "string" + }, + "ccld_dtl_dtime": { + "type": "string" + }, + "cplx_ord_dvsn_cd": { + "type": "string" + }, + "dt": { + "type": "string" + }, + "ecis_rsvn_ord_yn": { + "type": "string" + }, + "fm_ccld_pric": { + "type": "string" + }, + "fm_ccld_qty": { + "type": "string" + }, + "fm_ord_pric": { + "type": "string" + }, + "fm_ord_qty": { + "type": "string" + }, + "fm_ord_rmn_qty": { + "type": "string" + }, + "fm_stop_ord_pric": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_dt": { + "type": "string" + }, + "ord_grp_name": { + "type": "string" + }, + "ordr_emp_no": { + "type": "string" + }, + "orgn_odno": { + "type": "string" + }, + "orgn_ord_dt": { + "type": "string" + }, + "ovrs_futr_fx_pdno": { + "type": "string" + }, + "pric_dvsn_cd": { + "type": "string" + }, + "rcit_dtl_dtime": { + "type": "string" + }, + "rcit_dvsn_cd": { + "type": "string" + }, + "rjct_rson_name": { + "type": "string" + }, + "rvse_cncl_dvsn_cd": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "trad_end_dt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquireDailyOrderRequest": { + "description": "KISOverseasFutureoptionV1TradingInquireDailyOrderRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CCLD_NCCS_DVSN": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "END_DT": { + "type": "string" + }, + "FM_PDGR_CD": { + "type": "string" + }, + "FUOP_DVSN": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + }, + "STRT_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquireDeposit": { + "description": "KISOverseasFutureoptionV1TradingInquireDeposit schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acnt_prdt_cd": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "crcy_cd": { + "type": "string" + }, + "fm_add_mgn_amt": { + "type": "string" + }, + "fm_brkg_mgn_amt": { + "type": "string" + }, + "fm_crcy_sbst_amt": { + "type": "string" + }, + "fm_crcy_sbst_stup_amt": { + "type": "string" + }, + "fm_crcy_sbst_use_amt": { + "type": "string" + }, + "fm_dnca_rmnd": { + "type": "string" + }, + "fm_drwg_prar_amt": { + "type": "string" + }, + "fm_drwg_psbl_amt": { + "type": "string" + }, + "fm_echm_rqrm_amt": { + "type": "string" + }, + "fm_fee": { + "type": "string" + }, + "fm_fuop_evlu_pfls_amt": { + "type": "string" + }, + "fm_lqd_pfls_amt": { + "type": "string" + }, + "fm_mntn_mgn_amt": { + "type": "string" + }, + "fm_nxdy_dncl_amt": { + "type": "string" + }, + "fm_opt_evlu_amt": { + "type": "string" + }, + "fm_opt_icld_asst_evlu_amt": { + "type": "string" + }, + "fm_opt_tr_chgs": { + "type": "string" + }, + "fm_ord_psbl_amt": { + "type": "string" + }, + "fm_rcvb_amt": { + "type": "string" + }, + "fm_risk_rt": { + "type": "string" + }, + "fm_tot_asst_evlu_amt": { + "type": "string" + }, + "resp_dt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquireDepositRequest": { + "description": "KISOverseasFutureoptionV1TradingInquireDepositRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CRCY_CD": { + "type": "string" + }, + "INQR_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquirePeriodCcld": { + "description": "KISOverseasFutureoptionV1TradingInquirePeriodCcld schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acnt_prdt_cd": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "crcy_cd": { + "type": "string" + }, + "fm_buy_qty": { + "type": "string" + }, + "fm_fee": { + "type": "string" + }, + "fm_lqd_pfls_amt": { + "type": "string" + }, + "fm_net_pfls_amt": { + "type": "string" + }, + "fm_opt_lqd_amt": { + "type": "string" + }, + "fm_sll_qty": { + "type": "string" + }, + "fm_ustl_agrm_amt": { + "type": "string" + }, + "fm_ustl_buy_qty": { + "type": "string" + }, + "fm_ustl_evlu_pfls_amt": { + "type": "string" + }, + "fm_ustl_evlu_pfls_amt2": { + "type": "string" + }, + "fm_ustl_evlu_pfls_icdc_amt": { + "type": "string" + }, + "fm_ustl_sll_qty": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acnt_prdt_cd": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "crcy_cd": { + "type": "string" + }, + "fm_buy_qty": { + "type": "string" + }, + "fm_ccld_avg_pric": { + "type": "string" + }, + "fm_fee": { + "type": "string" + }, + "fm_lqd_pfls_amt": { + "type": "string" + }, + "fm_net_pfls_amt": { + "type": "string" + }, + "fm_opt_lqd_amt": { + "type": "string" + }, + "fm_sll_qty": { + "type": "string" + }, + "fm_ustl_agrm_amt": { + "type": "string" + }, + "fm_ustl_buy_qty": { + "type": "string" + }, + "fm_ustl_evlu_pfls_amt": { + "type": "string" + }, + "fm_ustl_evlu_pfls_amt2": { + "type": "string" + }, + "fm_ustl_evlu_pfls_icdc_amt": { + "type": "string" + }, + "fm_ustl_sll_qty": { + "type": "string" + }, + "ovrs_futr_fx_pdno": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquirePeriodCcldRequest": { + "description": "KISOverseasFutureoptionV1TradingInquirePeriodCcldRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CRCY_CD": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "FUOP_DVSN": { + "type": "string" + }, + "INQR_TERM_FROM_DT": { + "type": "string" + }, + "INQR_TERM_TO_DT": { + "type": "string" + }, + "WHOL_TRSL_YN": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquirePeriodTrans": { + "description": "KISOverseasFutureoptionV1TradingInquirePeriodTrans schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acnt_prdt_cd": { + "type": "string" + }, + "acnt_tr_type_name": { + "type": "string" + }, + "bass_dt": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "crcy_cd": { + "type": "string" + }, + "fm_bf_dncl_amt": { + "type": "string" + }, + "fm_dncl_amt": { + "type": "string" + }, + "fm_fee": { + "type": "string" + }, + "fm_iofw_amt": { + "type": "string" + }, + "fm_ldgr_inog_seq": { + "type": "string" + }, + "fm_rcvb_occr_amt": { + "type": "string" + }, + "fm_rcvb_pybk_amt": { + "type": "string" + }, + "fm_sttl_amt": { + "type": "string" + }, + "fm_tax_amt": { + "type": "string" + }, + "ovdu_int_pybk_amt": { + "type": "string" + }, + "rmks_text": { + "type": "string" + }, + "tr_itm_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquirePeriodTransRequest": { + "description": "KISOverseasFutureoptionV1TradingInquirePeriodTransRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "ACNT_TR_TYPE_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CRCY_CD": { + "type": "string" + }, + "CTX_AREA_FK100": { + "type": "string" + }, + "CTX_AREA_NK100": { + "type": "string" + }, + "INQR_TERM_FROM_DT": { + "type": "string" + }, + "INQR_TERM_TO_DT": { + "type": "string" + }, + "PWD_CHK_YN": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquirePsamount": { + "description": "KISOverseasFutureoptionV1TradingInquirePsamount schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acnt_prdt_cd": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "crcy_cd": { + "type": "string" + }, + "fm_lqd_psbl_qty": { + "type": "string" + }, + "fm_mkpr_tot_ord_psbl_qty": { + "type": "string" + }, + "fm_new_ord_psbl_qty": { + "type": "string" + }, + "fm_tot_ord_psbl_qty": { + "type": "string" + }, + "fm_ustl_qty": { + "type": "string" + }, + "ovrs_futr_fx_pdno": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquirePsamountRequest": { + "description": "KISOverseasFutureoptionV1TradingInquirePsamountRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "ECIS_RSVN_ORD_YN": { + "type": "string" + }, + "FM_ORD_PRIC": { + "type": "string" + }, + "OVRS_FUTR_FX_PDNO": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquireUnpd": { + "description": "KISOverseasFutureoptionV1TradingInquireUnpd schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acnt_prdt_cd": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "crcy_cd": { + "type": "string" + }, + "ecis_rsvn_ord_yn": { + "type": "string" + }, + "fm_ccld_avg_pric": { + "type": "string" + }, + "fm_evlu_pfls_amt": { + "type": "string" + }, + "fm_lqd_psbl_qty": { + "type": "string" + }, + "fm_now_pric": { + "type": "string" + }, + "fm_opt_evlu_amt": { + "type": "string" + }, + "fm_otp_evlu_pfls_amt": { + "type": "string" + }, + "fm_ustl_qty": { + "type": "string" + }, + "fuop_dvsn": { + "type": "string" + }, + "ovrs_futr_fx_pdno": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingInquireUnpdRequest": { + "description": "KISOverseasFutureoptionV1TradingInquireUnpdRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK100": { + "type": "string" + }, + "CTX_AREA_NK100": { + "type": "string" + }, + "FUOP_DVSN": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingMarginDetail": { + "description": "KISOverseasFutureoptionV1TradingMarginDetail schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acnt_net_risk_mgna_aply_yn": { + "type": "string" + }, + "acnt_prdt_cd": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "crcy_cd": { + "type": "string" + }, + "fm_add_mgn_amt": { + "type": "string" + }, + "fm_avg_dsct_mgn_amt": { + "type": "string" + }, + "fm_brkg_mgn_amt": { + "type": "string" + }, + "fm_buy_opt_ustl_mgn_amt": { + "type": "string" + }, + "fm_ecis_rsvn_mgn_amt": { + "type": "string" + }, + "fm_eurx_brkg_mgn_amt": { + "type": "string" + }, + "fm_eurx_buy_opt_min_mgn_amt": { + "type": "string" + }, + "fm_eurx_mntn_mgn_amt": { + "type": "string" + }, + "fm_eurx_mntn_opt_pric_mgn_amt": { + "type": "string" + }, + "fm_eurx_mntn_pric_altr_mgn_amt": { + "type": "string" + }, + "fm_eurx_mntn_term_sprd_mgn_amt": { + "type": "string" + }, + "fm_eurx_mntn_tot_risk_mgn_amt": { + "type": "string" + }, + "fm_eurx_opt_pric_mgn_amt": { + "type": "string" + }, + "fm_eurx_pric_altr_mgn_amt": { + "type": "string" + }, + "fm_eurx_term_sprd_mgn_amt": { + "type": "string" + }, + "fm_eurx_tot_risk_mgn_amt": { + "type": "string" + }, + "fm_excc_brkg_mgn_amt": { + "type": "string" + }, + "fm_futr_mntn_mgn_amt": { + "type": "string" + }, + "fm_futr_ord_mgn_amt": { + "type": "string" + }, + "fm_futr_ustl_mgn_amt": { + "type": "string" + }, + "fm_gnrl_brkg_mgn_amt": { + "type": "string" + }, + "fm_gnrl_mntn_mgn_amt": { + "type": "string" + }, + "fm_mntn_mgn_amt": { + "type": "string" + }, + "fm_opt_buy_ord_amt": { + "type": "string" + }, + "fm_opt_buy_ord_mgn_amt": { + "type": "string" + }, + "fm_opt_mntn_mgn_amt": { + "type": "string" + }, + "fm_opt_sll_ord_mgn_amt": { + "type": "string" + }, + "fm_ord_mgn_amt": { + "type": "string" + }, + "fm_ord_psbl_amt": { + "type": "string" + }, + "fm_sll_opt_ustl_mgn_amt": { + "type": "string" + }, + "fm_span_brkg_mgn_amt": { + "type": "string" + }, + "fm_span_buy_opt_min_mgn_amt": { + "type": "string" + }, + "fm_span_mntn_mgn_amt": { + "type": "string" + }, + "fm_span_mntn_opt_min_mgn_amt": { + "type": "string" + }, + "fm_span_mntn_opt_pric_mgn_amt": { + "type": "string" + }, + "fm_span_mntn_pric_altr_mgn_amt": { + "type": "string" + }, + "fm_span_mntn_term_sprd_mgn_amt": { + "type": "string" + }, + "fm_span_mntn_tot_risk_mgn_amt": { + "type": "string" + }, + "fm_span_opt_min_mgn_amt": { + "type": "string" + }, + "fm_span_pric_altr_mgn_amt": { + "type": "string" + }, + "fm_span_term_sprd_mgn_amt": { + "type": "string" + }, + "fm_span_tot_risk_mgn_amt": { + "type": "string" + }, + "fm_sprd_ustl_mgn_amt": { + "type": "string" + }, + "fm_ustl_mgn_amt": { + "type": "string" + }, + "resp_dt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingMarginDetailRequest": { + "description": "KISOverseasFutureoptionV1TradingMarginDetailRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CRCY_CD": { + "type": "string" + }, + "INQR_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingOrder": { + "description": "KISOverseasFutureoptionV1TradingOrder schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "ODNO": { + "type": "string" + }, + "ORD_DT": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingOrderRequest": { + "description": "KISOverseasFutureoptionV1TradingOrderRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CCLD_CNDT_CD": { + "type": "string" + }, + "CPLX_ORD_DVSN_CD": { + "type": "string" + }, + "ECIS_RSVN_ORD_YN": { + "type": "string" + }, + "FM_HDGE_ORD_SCRN_YN": { + "type": "string" + }, + "FM_LIMIT_ORD_PRIC": { + "type": "string" + }, + "FM_ORD_QTY": { + "type": "string" + }, + "FM_STOP_ORD_PRIC": { + "type": "string" + }, + "OVRS_FUTR_FX_PDNO": { + "type": "string" + }, + "PRIC_DVSN_CD": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingOrderRvsecncl": { + "description": "KISOverseasFutureoptionV1TradingOrderRvsecncl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "ODNO": { + "type": "string" + }, + "ORD_DT": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasFutureoptionV1TradingOrderRvsecnclRequest": { + "description": "KISOverseasFutureoptionV1TradingOrderRvsecnclRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "FM_HDGE_ORD_SCRN_YN": { + "type": "string" + }, + "ORGN_ODNO": { + "type": "string" + }, + "ORGN_ORD_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsBrknewsTitle": { + "description": "KISOverseasPriceV1QuotationsBrknewsTitle schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "cntt_usiq_srno": { + "type": "string" + }, + "data_dt": { + "type": "string" + }, + "data_tm": { + "type": "string" + }, + "dorg": { + "type": "string" + }, + "hts_pbnt_titl_cntt": { + "type": "string" + }, + "iscd1": { + "type": "string" + }, + "iscd10": { + "type": "string" + }, + "iscd2": { + "type": "string" + }, + "iscd3": { + "type": "string" + }, + "iscd4": { + "type": "string" + }, + "iscd5": { + "type": "string" + }, + "iscd6": { + "type": "string" + }, + "iscd7": { + "type": "string" + }, + "iscd8": { + "type": "string" + }, + "iscd9": { + "type": "string" + }, + "kor_isnm1": { + "type": "string" + }, + "kor_isnm10": { + "type": "string" + }, + "kor_isnm2": { + "type": "string" + }, + "kor_isnm3": { + "type": "string" + }, + "kor_isnm4": { + "type": "string" + }, + "kor_isnm5": { + "type": "string" + }, + "kor_isnm6": { + "type": "string" + }, + "kor_isnm7": { + "type": "string" + }, + "kor_isnm8": { + "type": "string" + }, + "kor_isnm9": { + "type": "string" + }, + "news_lrdv_code": { + "type": "string" + }, + "news_ofer_entp_code": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsBrknewsTitleRequest": { + "description": "KISOverseasPriceV1QuotationsBrknewsTitleRequest schema", + "properties": { + "FID_COND_MRKT_CLS_CODE": { + "type": "string" + }, + "FID_COND_SCR_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_HOUR_1": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_INPUT_SRNO": { + "type": "string" + }, + "FID_NEWS_OFER_ENTP_CODE": { + "type": "string" + }, + "FID_RANK_SORT_CLS_CODE": { + "type": "string" + }, + "FID_TITL_CNTT": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsColableByCompany": { + "description": "KISOverseasPriceV1QuotationsColableByCompany schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "crcy_cd": { + "type": "string" + }, + "erlm_dt": { + "type": "string" + }, + "loan_exec_psbl_yn": { + "type": "string" + }, + "loan_rt": { + "type": "string" + }, + "mgge_ensu_rt": { + "type": "string" + }, + "mgge_mntn_rt": { + "type": "string" + }, + "natn_kor_name": { + "type": "string" + }, + "ovrs_excg_cd": { + "type": "string" + }, + "ovrs_item_name": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "stff_name": { + "type": "string" + }, + "tr_mket_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "loan_psbl_item_num": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsColableByCompanyRequest": { + "description": "KISOverseasPriceV1QuotationsColableByCompanyRequest schema", + "properties": { + "CTX_AREA_FK100": { + "type": "string" + }, + "CTX_AREA_NK100": { + "type": "string" + }, + "INQR_DVSN": { + "type": "string" + }, + "INQR_END_DT": { + "type": "string" + }, + "INQR_SQN_DVSN": { + "type": "string" + }, + "INQR_STRT_DT": { + "type": "string" + }, + "LOAN_PSBL_YN": { + "type": "string" + }, + "NATN_CD": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "PRDT_TYPE_CD": { + "type": "string" + }, + "RT": { + "type": "string" + }, + "RT_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsDailyprice": { + "description": "KISOverseasPriceV1QuotationsDailyprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "nrec": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "clos": { + "type": "string" + }, + "diff": { + "type": "string" + }, + "high": { + "type": "string" + }, + "low": { + "type": "string" + }, + "open": { + "type": "string" + }, + "pask": { + "type": "string" + }, + "pbid": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "tamt": { + "type": "string" + }, + "tvol": { + "type": "string" + }, + "vask": { + "type": "string" + }, + "vbid": { + "type": "string" + }, + "xymd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsDailypriceRequest": { + "description": "KISOverseasPriceV1QuotationsDailypriceRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "BYMD": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "GUBN": { + "type": "string" + }, + "MODP": { + "type": "string" + }, + "SYMB": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsIndustryPrice": { + "description": "KISOverseasPriceV1QuotationsIndustryPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "nrec": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "icod": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsIndustryPriceRequest": { + "description": "KISOverseasPriceV1QuotationsIndustryPriceRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsIndustryTheme": { + "description": "KISOverseasPriceV1QuotationsIndustryTheme schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "crec": { + "type": "string" + }, + "nrec": { + "type": "string" + }, + "stat": { + "type": "string" + }, + "trec": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "diff": { + "type": "string" + }, + "e_ordyn": { + "type": "string" + }, + "ename": { + "type": "string" + }, + "excd": { + "type": "string" + }, + "last": { + "type": "string" + }, + "name": { + "type": "string" + }, + "pask": { + "type": "string" + }, + "pbid": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "seqn": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "symb": { + "type": "string" + }, + "tvol": { + "type": "string" + }, + "vask": { + "type": "string" + }, + "vbid": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsIndustryThemeRequest": { + "description": "KISOverseasPriceV1QuotationsIndustryThemeRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "ICOD": { + "type": "string" + }, + "KEYB": { + "type": "string" + }, + "VOL_RANG": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsInquireAskingPrice": { + "description": "KISOverseasPriceV1QuotationsInquireAskingPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "advl": { + "type": "string" + }, + "avol": { + "type": "string" + }, + "base": { + "type": "string" + }, + "bdvl": { + "type": "string" + }, + "bvol": { + "type": "string" + }, + "code": { + "type": "string" + }, + "curr": { + "type": "string" + }, + "dhms": { + "type": "string" + }, + "dymd": { + "type": "string" + }, + "high": { + "type": "string" + }, + "last": { + "type": "string" + }, + "low": { + "type": "string" + }, + "open": { + "type": "string" + }, + "rclose": { + "type": "string" + }, + "rhigh": { + "type": "string" + }, + "rlow": { + "type": "string" + }, + "ropen": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "dask1": { + "type": "string" + }, + "dask10": { + "type": "string" + }, + "dask2": { + "type": "string" + }, + "dask3": { + "type": "string" + }, + "dask4": { + "type": "string" + }, + "dask5": { + "type": "string" + }, + "dask6": { + "type": "string" + }, + "dask7": { + "type": "string" + }, + "dask8": { + "type": "string" + }, + "dask9": { + "type": "string" + }, + "dbid1": { + "type": "string" + }, + "dbid10": { + "type": "string" + }, + "dbid2": { + "type": "string" + }, + "dbid3": { + "type": "string" + }, + "dbid4": { + "type": "string" + }, + "dbid5": { + "type": "string" + }, + "dbid6": { + "type": "string" + }, + "dbid7": { + "type": "string" + }, + "dbid8": { + "type": "string" + }, + "dbid9": { + "type": "string" + }, + "pask1": { + "type": "string" + }, + "pask10": { + "type": "string" + }, + "pask2": { + "type": "string" + }, + "pask3": { + "type": "string" + }, + "pask4": { + "type": "string" + }, + "pask5": { + "type": "string" + }, + "pask6": { + "type": "string" + }, + "pask7": { + "type": "string" + }, + "pask8": { + "type": "string" + }, + "pask9": { + "type": "string" + }, + "pbid1": { + "type": "string" + }, + "pbid10": { + "type": "string" + }, + "pbid2": { + "type": "string" + }, + "pbid3": { + "type": "string" + }, + "pbid4": { + "type": "string" + }, + "pbid5": { + "type": "string" + }, + "pbid6": { + "type": "string" + }, + "pbid7": { + "type": "string" + }, + "pbid8": { + "type": "string" + }, + "pbid9": { + "type": "string" + }, + "vask1": { + "type": "string" + }, + "vask10": { + "type": "string" + }, + "vask2": { + "type": "string" + }, + "vask3": { + "type": "string" + }, + "vask4": { + "type": "string" + }, + "vask5": { + "type": "string" + }, + "vask6": { + "type": "string" + }, + "vask7": { + "type": "string" + }, + "vask8": { + "type": "string" + }, + "vask9": { + "type": "string" + }, + "vbid1": { + "type": "string" + }, + "vbid10": { + "type": "string" + }, + "vbid2": { + "type": "string" + }, + "vbid3": { + "type": "string" + }, + "vbid4": { + "type": "string" + }, + "vbid5": { + "type": "string" + }, + "vbid6": { + "type": "string" + }, + "vbid7": { + "type": "string" + }, + "vbid8": { + "type": "string" + }, + "vbid9": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output3": { + "items": { + "nullable": true, + "properties": { + "csbp": { + "type": "string" + }, + "cshi": { + "type": "string" + }, + "cslo": { + "type": "string" + }, + "iep": { + "type": "string" + }, + "iev": { + "type": "string" + }, + "vetm": { + "type": "string" + }, + "vstm": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsInquireAskingPriceRequest": { + "description": "KISOverseasPriceV1QuotationsInquireAskingPriceRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "SYMB": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsInquireCcnl": { + "description": "KISOverseasPriceV1QuotationsInquireCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "NREC": { + "type": "string" + }, + "ZDIV": { + "type": "string" + }, + "rsym": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "diff": { + "type": "string" + }, + "evol": { + "type": "string" + }, + "khms": { + "type": "string" + }, + "last": { + "type": "string" + }, + "mtyp": { + "type": "string" + }, + "pask": { + "type": "string" + }, + "pbid": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "tvol": { + "type": "string" + }, + "vpow": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsInquireCcnlRequest": { + "description": "KISOverseasPriceV1QuotationsInquireCcnlRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "KEYB": { + "type": "string" + }, + "SYMB": { + "type": "string" + }, + "TDAY": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsInquireDailyChartprice": { + "description": "KISOverseasPriceV1QuotationsInquireDailyChartprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "ovrs_nmix_prdy_clpr": { + "type": "string" + }, + "ovrs_nmix_prdy_vrss": { + "type": "string" + }, + "ovrs_nmix_prpr": { + "type": "string" + }, + "ovrs_prod_hgpr": { + "type": "string" + }, + "ovrs_prod_lwpr": { + "type": "string" + }, + "ovrs_prod_oprc": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vol": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "mod_yn": { + "type": "string" + }, + "ovrs_nmix_hgpr": { + "type": "string" + }, + "ovrs_nmix_lwpr": { + "type": "string" + }, + "ovrs_nmix_oprc": { + "type": "string" + }, + "ovrs_nmix_prpr": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsInquireDailyChartpriceRequest": { + "description": "KISOverseasPriceV1QuotationsInquireDailyChartpriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_INPUT_DATE_1": { + "type": "string" + }, + "FID_INPUT_DATE_2": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_PERIOD_DIV_CODE": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsInquireSearch": { + "description": "KISOverseasPriceV1QuotationsInquireSearch schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "crec": { + "type": "string" + }, + "nrec": { + "type": "string" + }, + "stat": { + "type": "string" + }, + "trec": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "avol": { + "type": "string" + }, + "diff": { + "type": "string" + }, + "e_ordyn": { + "type": "string" + }, + "ename": { + "type": "string" + }, + "eps": { + "type": "string" + }, + "excd": { + "type": "string" + }, + "last": { + "type": "string" + }, + "name": { + "type": "string" + }, + "per": { + "type": "string" + }, + "phigh": { + "type": "string" + }, + "plow": { + "type": "string" + }, + "popen": { + "type": "string" + }, + "rank": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "shar": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "symb": { + "type": "string" + }, + "tvol": { + "type": "string" + }, + "valx": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsInquireSearchRequest": { + "description": "KISOverseasPriceV1QuotationsInquireSearchRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsInquireTimeIndexchartprice": { + "description": "KISOverseasPriceV1QuotationsInquireTimeIndexchartprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acml_vol": { + "type": "string" + }, + "hts_kor_isnm": { + "type": "string" + }, + "ovrs_nmix_prdy_clpr": { + "type": "string" + }, + "ovrs_nmix_prdy_vrss": { + "type": "string" + }, + "ovrs_nmix_prpr": { + "type": "string" + }, + "ovrs_prod_hgpr": { + "type": "string" + }, + "ovrs_prod_lwpr": { + "type": "string" + }, + "ovrs_prod_oprc": { + "type": "string" + }, + "prdy_ctrt": { + "type": "string" + }, + "prdy_vrss_sign": { + "type": "string" + }, + "stck_shrn_iscd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "cntg_vol": { + "type": "string" + }, + "optn_hgpr": { + "type": "string" + }, + "optn_lwpr": { + "type": "string" + }, + "optn_oprc": { + "type": "string" + }, + "optn_prpr": { + "type": "string" + }, + "stck_bsop_date": { + "type": "string" + }, + "stck_cntg_hour": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsInquireTimeIndexchartpriceRequest": { + "description": "KISOverseasPriceV1QuotationsInquireTimeIndexchartpriceRequest schema", + "properties": { + "FID_COND_MRKT_DIV_CODE": { + "type": "string" + }, + "FID_HOUR_CLS_CODE": { + "type": "string" + }, + "FID_INPUT_ISCD": { + "type": "string" + }, + "FID_PW_DATA_INCU_YN": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsInquireTimeItemchartprice": { + "description": "KISOverseasPriceV1QuotationsInquireTimeItemchartprice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "ektm": { + "type": "string" + }, + "etim": { + "type": "string" + }, + "more": { + "type": "string" + }, + "next": { + "type": "string" + }, + "nrec": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "sktm": { + "type": "string" + }, + "stim": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "eamt": { + "type": "string" + }, + "evol": { + "type": "string" + }, + "high": { + "type": "string" + }, + "khms": { + "type": "string" + }, + "kymd": { + "type": "string" + }, + "last": { + "type": "string" + }, + "low": { + "type": "string" + }, + "open": { + "type": "string" + }, + "tymd": { + "type": "string" + }, + "xhms": { + "type": "string" + }, + "xymd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsInquireTimeItemchartpriceRequest": { + "description": "KISOverseasPriceV1QuotationsInquireTimeItemchartpriceRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "FILL": { + "type": "string" + }, + "KEYB": { + "type": "string" + }, + "NEXT": { + "type": "string" + }, + "NMIN": { + "type": "string" + }, + "NREC": { + "type": "string" + }, + "PINC": { + "type": "string" + }, + "SYMB": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsNewsTitle": { + "description": "KISOverseasPriceV1QuotationsNewsTitle schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "outblock1": { + "items": { + "nullable": true, + "properties": { + "class_cd": { + "type": "string" + }, + "class_name": { + "type": "string" + }, + "data_dt": { + "type": "string" + }, + "data_tm": { + "type": "string" + }, + "exchange_cd": { + "type": "string" + }, + "info_gb": { + "type": "string" + }, + "nation_cd": { + "type": "string" + }, + "news_key": { + "type": "string" + }, + "source": { + "type": "string" + }, + "symb": { + "type": "string" + }, + "symb_name": { + "type": "string" + }, + "title": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsNewsTitleRequest": { + "description": "KISOverseasPriceV1QuotationsNewsTitleRequest schema", + "properties": { + "CLASS_CD": { + "type": "string" + }, + "CTS": { + "type": "string" + }, + "DATA_DT": { + "type": "string" + }, + "DATA_TM": { + "type": "string" + }, + "EXCHANGE_CD": { + "type": "string" + }, + "INFO_GB": { + "type": "string" + }, + "NATION_CD": { + "type": "string" + }, + "SYMB": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsPeriodRights": { + "description": "KISOverseasPriceV1QuotationsPeriodRights schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acpl_bass_dt": { + "type": "string" + }, + "alct_frcr_unpr": { + "type": "string" + }, + "bass_dt": { + "type": "string" + }, + "cash_alct_rt": { + "type": "string" + }, + "crcy_cd": { + "type": "string" + }, + "crcy_cd2": { + "type": "string" + }, + "crcy_cd3": { + "type": "string" + }, + "crcy_cd4": { + "type": "string" + }, + "dfnt_yn": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "rght_type_cd": { + "type": "string" + }, + "sbsc_end_dt": { + "type": "string" + }, + "sbsc_strt_dt": { + "type": "string" + }, + "stck_alct_rt": { + "type": "string" + }, + "std_pdno": { + "type": "string" + }, + "stkp_dvdn_frcr_amt2": { + "type": "string" + }, + "stkp_dvdn_frcr_amt3": { + "type": "string" + }, + "stkp_dvdn_frcr_amt4": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsPeriodRightsRequest": { + "description": "KISOverseasPriceV1QuotationsPeriodRightsRequest schema", + "properties": { + "CTX_AREA_FK50": { + "type": "string" + }, + "CTX_AREA_NK50": { + "type": "string" + }, + "INQR_DVSN_CD": { + "type": "string" + }, + "INQR_END_DT": { + "type": "string" + }, + "INQR_STRT_DT": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "PRDT_TYPE_CD": { + "type": "string" + }, + "RGHT_TYPE_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsPrice": { + "description": "KISOverseasPriceV1QuotationsPrice schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "base": { + "type": "string" + }, + "diff": { + "type": "string" + }, + "last": { + "type": "string" + }, + "ordy": { + "type": "string" + }, + "pvol": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "tamt": { + "type": "string" + }, + "tvol": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsPriceDetail": { + "description": "KISOverseasPriceV1QuotationsPriceDetail schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "base": { + "type": "string" + }, + "bpsx": { + "type": "string" + }, + "curr": { + "type": "string" + }, + "dnlp": { + "type": "string" + }, + "e_hogau": { + "type": "string" + }, + "e_icod": { + "type": "string" + }, + "e_ordyn": { + "type": "string" + }, + "e_parp": { + "type": "string" + }, + "epsx": { + "type": "string" + }, + "etyp_nm": { + "type": "string" + }, + "h52d": { + "type": "string" + }, + "h52p": { + "type": "string" + }, + "high": { + "type": "string" + }, + "l52d": { + "type": "string" + }, + "l52p": { + "type": "string" + }, + "last": { + "type": "string" + }, + "low": { + "type": "string" + }, + "mcap": { + "type": "string" + }, + "open": { + "type": "string" + }, + "p_rate": { + "type": "string" + }, + "p_xdif": { + "type": "string" + }, + "p_xprc": { + "type": "string" + }, + "p_xrat": { + "type": "string" + }, + "p_xsng": { + "type": "string" + }, + "pamt": { + "type": "string" + }, + "pbrx": { + "type": "string" + }, + "perx": { + "type": "string" + }, + "pvol": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "shar": { + "type": "string" + }, + "t_rate": { + "type": "string" + }, + "t_xdif": { + "type": "string" + }, + "t_xprc": { + "type": "string" + }, + "t_xrat": { + "type": "string" + }, + "t_xsgn": { + "type": "string" + }, + "tamt": { + "type": "string" + }, + "tomv": { + "type": "string" + }, + "tvol": { + "type": "string" + }, + "uplp": { + "type": "string" + }, + "vnit": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsPriceDetailRequest": { + "description": "KISOverseasPriceV1QuotationsPriceDetailRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "SYMB": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsPriceRequest": { + "description": "KISOverseasPriceV1QuotationsPriceRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "SYMB": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsRightsByIce": { + "description": "KISOverseasPriceV1QuotationsRightsByIce schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "anno_dt": { + "type": "string" + }, + "ca_title": { + "type": "string" + }, + "delist_dt": { + "type": "string" + }, + "div_lock_dt": { + "type": "string" + }, + "early_redempt_dt": { + "type": "string" + }, + "effective_dt": { + "type": "string" + }, + "local_end_dt": { + "type": "string" + }, + "lock_dt": { + "type": "string" + }, + "pay_dt": { + "type": "string" + }, + "record_dt": { + "type": "string" + }, + "redempt_dt": { + "type": "string" + }, + "validity_dt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsRightsByIceRequest": { + "description": "KISOverseasPriceV1QuotationsRightsByIceRequest schema", + "properties": { + "ED_YMD": { + "type": "string" + }, + "NCOD": { + "type": "string" + }, + "ST_YMD": { + "type": "string" + }, + "SYMB": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsSearchInfo": { + "description": "KISOverseasPriceV1QuotationsSearchInfo schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "blbg_tckr_text": { + "type": "string" + }, + "buy_unit_qty": { + "type": "string" + }, + "chng_bf_pdno": { + "type": "string" + }, + "crcy_name": { + "type": "string" + }, + "dtm_tr_psbl_yn": { + "type": "string" + }, + "etp_chas_erng_rt_dbnb": { + "type": "string" + }, + "istt_usge_isin_cd": { + "type": "string" + }, + "last_rcvg_dtime": { + "type": "string" + }, + "lei_cd": { + "type": "string" + }, + "lstg_abol_dt": { + "type": "string" + }, + "lstg_abol_item_yn": { + "type": "string" + }, + "lstg_dt": { + "type": "string" + }, + "lstg_stck_num": { + "type": "string" + }, + "lstg_yn": { + "type": "string" + }, + "memo_text1": { + "type": "string" + }, + "mini_stk_tr_stat_dvsn_cd": { + "type": "string" + }, + "mint_cblc_cvsn_ipsb_yn": { + "type": "string" + }, + "mint_dcpt_trad_psbl_yn": { + "type": "string" + }, + "mint_fnum_trad_psbl_yn": { + "type": "string" + }, + "mint_frst_svc_erlm_dt": { + "type": "string" + }, + "mint_svc_yn": { + "type": "string" + }, + "mint_svc_yn_chng_dt": { + "type": "string" + }, + "natn_cd": { + "type": "string" + }, + "natn_name": { + "type": "string" + }, + "ovrs_excg_cd": { + "type": "string" + }, + "ovrs_excg_name": { + "type": "string" + }, + "ovrs_item_name": { + "type": "string" + }, + "ovrs_now_pric1": { + "type": "string" + }, + "ovrs_papr": { + "type": "string" + }, + "ovrs_stck_dvsn_cd": { + "type": "string" + }, + "ovrs_stck_erlm_rosn_cd": { + "type": "string" + }, + "ovrs_stck_etf_risk_drtp_cd": { + "type": "string" + }, + "ovrs_stck_hist_rght_dvsn_cd": { + "type": "string" + }, + "ovrs_stck_prdt_grp_no": { + "type": "string" + }, + "ovrs_stck_stop_rson_cd": { + "type": "string" + }, + "ovrs_stck_tr_stop_dvsn_cd": { + "type": "string" + }, + "prdt_clsf_cd": { + "type": "string" + }, + "prdt_clsf_name": { + "type": "string" + }, + "prdt_eng_name": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd_2": { + "type": "string" + }, + "ptp_item_trfx_exmt_end_dt": { + "type": "string" + }, + "ptp_item_trfx_exmt_strt_dt": { + "type": "string" + }, + "ptp_item_trfx_exmt_yn": { + "type": "string" + }, + "ptp_item_yn": { + "type": "string" + }, + "sdrf_stop_ecls_erlm_dt": { + "type": "string" + }, + "sdrf_stop_ecls_yn": { + "type": "string" + }, + "sedol_no": { + "type": "string" + }, + "sll_unit_qty": { + "type": "string" + }, + "std_pdno": { + "type": "string" + }, + "tax_levy_yn": { + "type": "string" + }, + "tr_crcy_cd": { + "type": "string" + }, + "tr_mket_cd": { + "type": "string" + }, + "tr_mket_name": { + "type": "string" + }, + "tr_unit_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasPriceV1QuotationsSearchInfoRequest": { + "description": "KISOverseasPriceV1QuotationsSearchInfoRequest schema", + "properties": { + "PDNO": { + "type": "string" + }, + "PRDT_TYPE_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1QuotationsCountriesHoliday": { + "description": "KISOverseasStockV1QuotationsCountriesHoliday schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "acpl_sttl_dt": { + "type": "string" + }, + "dmst_sttl_dt": { + "type": "string" + }, + "natn_eng_abrv_cd": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "tr_mket_cd": { + "type": "string" + }, + "tr_mket_name": { + "type": "string" + }, + "tr_natn_cd": { + "type": "string" + }, + "tr_natn_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1QuotationsCountriesHolidayRequest": { + "description": "KISOverseasStockV1QuotationsCountriesHolidayRequest schema", + "properties": { + "CTX_AREA_FK": { + "type": "string" + }, + "CTX_AREA_NK": { + "type": "string" + }, + "TRAD_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingMarketCap": { + "description": "KISOverseasStockV1RankingMarketCap schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "crec": { + "type": "string" + }, + "nrec": { + "type": "string" + }, + "stat": { + "type": "string" + }, + "trec": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "diff": { + "type": "string" + }, + "e_ordyn": { + "type": "string" + }, + "ename": { + "type": "string" + }, + "excd": { + "type": "string" + }, + "grav": { + "type": "string" + }, + "last": { + "type": "string" + }, + "name": { + "type": "string" + }, + "rank": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "shar": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "symb": { + "type": "string" + }, + "tomv": { + "type": "string" + }, + "tvol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingMarketCapRequest": { + "description": "KISOverseasStockV1RankingMarketCapRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "KEYB": { + "type": "string" + }, + "VOL_RANG": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingNewHighlow": { + "description": "KISOverseasStockV1RankingNewHighlow schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "nrec": { + "type": "string" + }, + "stat": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "diff": { + "type": "string" + }, + "e_ordyn": { + "type": "string" + }, + "ename": { + "type": "string" + }, + "excd": { + "type": "string" + }, + "last": { + "type": "string" + }, + "n_base": { + "type": "string" + }, + "n_diff": { + "type": "string" + }, + "n_rate": { + "type": "string" + }, + "name": { + "type": "string" + }, + "pask": { + "type": "string" + }, + "pbid": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "symb": { + "type": "string" + }, + "tvol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingNewHighlowRequest": { + "description": "KISOverseasStockV1RankingNewHighlowRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "GUBN": { + "type": "string" + }, + "GUBN2": { + "type": "string" + }, + "KEYB": { + "type": "string" + }, + "NDAY": { + "type": "string" + }, + "VOL_RANG": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingPriceFluct": { + "description": "KISOverseasStockV1RankingPriceFluct schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "nrec": { + "type": "string" + }, + "stat": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "diff": { + "type": "string" + }, + "e_ordyn": { + "type": "string" + }, + "enam": { + "type": "string" + }, + "excd": { + "type": "string" + }, + "knam": { + "type": "string" + }, + "last": { + "type": "string" + }, + "n_base": { + "type": "string" + }, + "n_diff": { + "type": "string" + }, + "n_rate": { + "type": "string" + }, + "pask": { + "type": "string" + }, + "pbid": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "symb": { + "type": "string" + }, + "tvol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingPriceFluctRequest": { + "description": "KISOverseasStockV1RankingPriceFluctRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "GUBN": { + "type": "string" + }, + "KEYB": { + "type": "string" + }, + "MIXN": { + "type": "string" + }, + "VOL_RANG": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingTradeGrowth": { + "description": "KISOverseasStockV1RankingTradeGrowth schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "crec": { + "type": "string" + }, + "nrec": { + "type": "string" + }, + "stat": { + "type": "string" + }, + "trec": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "diff": { + "type": "string" + }, + "e_ordyn": { + "type": "string" + }, + "ename": { + "type": "string" + }, + "excd": { + "type": "string" + }, + "last": { + "type": "string" + }, + "n_rate": { + "type": "string" + }, + "n_tvol": { + "type": "string" + }, + "name": { + "type": "string" + }, + "pask": { + "type": "string" + }, + "pbid": { + "type": "string" + }, + "rank": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "symb": { + "type": "string" + }, + "tvol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingTradeGrowthRequest": { + "description": "KISOverseasStockV1RankingTradeGrowthRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "KEYB": { + "type": "string" + }, + "NDAY": { + "type": "string" + }, + "VOL_RANG": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingTradePbmn": { + "description": "KISOverseasStockV1RankingTradePbmn schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "crec": { + "type": "string" + }, + "nrec": { + "type": "string" + }, + "stat": { + "type": "string" + }, + "trec": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "a_tamt": { + "type": "string" + }, + "diff": { + "type": "string" + }, + "e_ordyn": { + "type": "string" + }, + "ename": { + "type": "string" + }, + "excd": { + "type": "string" + }, + "last": { + "type": "string" + }, + "name": { + "type": "string" + }, + "pask": { + "type": "string" + }, + "pbid": { + "type": "string" + }, + "rank": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "symb": { + "type": "string" + }, + "tamt": { + "type": "string" + }, + "tvol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingTradePbmnRequest": { + "description": "KISOverseasStockV1RankingTradePbmnRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "KEYB": { + "type": "string" + }, + "NDAY": { + "type": "string" + }, + "PRC1": { + "type": "string" + }, + "PRC2": { + "type": "string" + }, + "VOL_RANG": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingTradeTurnover": { + "description": "KISOverseasStockV1RankingTradeTurnover schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "crec": { + "type": "string" + }, + "nrec": { + "type": "string" + }, + "stat": { + "type": "string" + }, + "trec": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "diff": { + "type": "string" + }, + "e_ordyn": { + "type": "string" + }, + "ename": { + "type": "string" + }, + "excd": { + "type": "string" + }, + "last": { + "type": "string" + }, + "n_tvol": { + "type": "string" + }, + "name": { + "type": "string" + }, + "pask": { + "type": "string" + }, + "pbid": { + "type": "string" + }, + "rank": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "shar": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "symb": { + "type": "string" + }, + "tover": { + "type": "string" + }, + "tvol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingTradeTurnoverRequest": { + "description": "KISOverseasStockV1RankingTradeTurnoverRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "KEYB": { + "type": "string" + }, + "NDAY": { + "type": "string" + }, + "VOL_RANG": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingTradeVol": { + "description": "KISOverseasStockV1RankingTradeVol schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "crec": { + "type": "string" + }, + "nrec": { + "type": "string" + }, + "stat": { + "type": "string" + }, + "trec": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "a_tvol": { + "type": "string" + }, + "diff": { + "type": "string" + }, + "e_ordyn": { + "type": "string" + }, + "ename": { + "type": "string" + }, + "excd": { + "type": "string" + }, + "last": { + "type": "string" + }, + "name": { + "type": "string" + }, + "pask": { + "type": "string" + }, + "pbid": { + "type": "string" + }, + "rank": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "symb": { + "type": "string" + }, + "tamt": { + "type": "string" + }, + "tvol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingTradeVolRequest": { + "description": "KISOverseasStockV1RankingTradeVolRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "KEYB": { + "type": "string" + }, + "NDAY": { + "type": "string" + }, + "PRC1": { + "type": "string" + }, + "PRC2": { + "type": "string" + }, + "VOL_RANG": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingUpdownRate": { + "description": "KISOverseasStockV1RankingUpdownRate schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "crec": { + "type": "string" + }, + "nrec": { + "type": "string" + }, + "stat": { + "type": "string" + }, + "trec": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "diff": { + "type": "string" + }, + "e_ordyn": { + "type": "string" + }, + "ename": { + "type": "string" + }, + "excd": { + "type": "string" + }, + "last": { + "type": "string" + }, + "n_base": { + "type": "string" + }, + "n_diff": { + "type": "string" + }, + "n_rate": { + "type": "string" + }, + "name": { + "type": "string" + }, + "pask": { + "type": "string" + }, + "pbid": { + "type": "string" + }, + "rank": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "symb": { + "type": "string" + }, + "tvol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingUpdownRateRequest": { + "description": "KISOverseasStockV1RankingUpdownRateRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "GUBN": { + "type": "string" + }, + "KEYB": { + "type": "string" + }, + "NDAY": { + "type": "string" + }, + "VOL_RANG": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingVolumePower": { + "description": "KISOverseasStockV1RankingVolumePower schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "nrec": { + "type": "string" + }, + "stat": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "diff": { + "type": "string" + }, + "e_ordyn": { + "type": "string" + }, + "enam": { + "type": "string" + }, + "excd": { + "type": "string" + }, + "knam": { + "type": "string" + }, + "last": { + "type": "string" + }, + "pask": { + "type": "string" + }, + "pbid": { + "type": "string" + }, + "powx": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "symb": { + "type": "string" + }, + "tpow": { + "type": "string" + }, + "tvol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingVolumePowerRequest": { + "description": "KISOverseasStockV1RankingVolumePowerRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "KEYB": { + "type": "string" + }, + "NDAY": { + "type": "string" + }, + "VOL_RANG": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingVolumeSurge": { + "description": "KISOverseasStockV1RankingVolumeSurge schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "nrec": { + "type": "string" + }, + "stat": { + "type": "string" + }, + "zdiv": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "diff": { + "type": "string" + }, + "e_ordyn": { + "type": "string" + }, + "enam": { + "type": "string" + }, + "excd": { + "type": "string" + }, + "knam": { + "type": "string" + }, + "last": { + "type": "string" + }, + "n_diff": { + "type": "string" + }, + "n_rate": { + "type": "string" + }, + "n_tvol": { + "type": "string" + }, + "pask": { + "type": "string" + }, + "pbid": { + "type": "string" + }, + "rate": { + "type": "string" + }, + "rsym": { + "type": "string" + }, + "sign": { + "type": "string" + }, + "symb": { + "type": "string" + }, + "tvol": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1RankingVolumeSurgeRequest": { + "description": "KISOverseasStockV1RankingVolumeSurgeRequest schema", + "properties": { + "AUTH": { + "type": "string" + }, + "EXCD": { + "type": "string" + }, + "KEYB": { + "type": "string" + }, + "MIXN": { + "type": "string" + }, + "VOL_RANG": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingAlgoOrdno": { + "description": "KISOverseasStockV1TradingAlgoOrdno schema", + "properties": { + "ctx_area_fk200": { + "nullable": true, + "type": "string" + }, + "ctx_area_nk200": { + "nullable": true, + "type": "string" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "ft_ccld_qty": { + "type": "string" + }, + "ft_ord_qty": { + "type": "string" + }, + "ft_ord_unpr3": { + "type": "string" + }, + "item_name": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_gno_brno": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "splt_buy_attr_name": { + "type": "string" + }, + "trad_dvsn_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingAlgoOrdnoRequest": { + "description": "KISOverseasStockV1TradingAlgoOrdnoRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "TRAD_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingDaytimeOrder": { + "description": "KISOverseasStockV1TradingDaytimeOrder schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "KRX_FWDG_ORD_ORGNO": { + "type": "string" + }, + "ODNO": { + "type": "string" + }, + "ORD_TMD": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingDaytimeOrderRequest": { + "description": "KISOverseasStockV1TradingDaytimeOrderRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "ORD_DVSN": { + "type": "string" + }, + "ORD_QTY": { + "type": "string" + }, + "ORD_SVR_DVSN_CD": { + "type": "string" + }, + "OVRS_EXCG_CD": { + "type": "string" + }, + "OVRS_ORD_UNPR": { + "type": "string" + }, + "PDNO": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingDaytimeOrderRvsecncl": { + "description": "KISOverseasStockV1TradingDaytimeOrderRvsecncl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "KRX_FWDG_ORD_ORGNO": { + "type": "string" + }, + "ODNO": { + "type": "string" + }, + "ORD_TMD": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingDaytimeOrderRvsecnclRequest": { + "description": "KISOverseasStockV1TradingDaytimeOrderRvsecnclRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTAC_TLNO": { + "type": "string" + }, + "MGCO_APTM_ODNO": { + "type": "string" + }, + "ORD_QTY": { + "type": "string" + }, + "ORD_SVR_DVSN_CD": { + "type": "string" + }, + "ORGN_ODNO": { + "type": "string" + }, + "OVRS_EXCG_CD": { + "type": "string" + }, + "OVRS_ORD_UNPR": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "RVSE_CNCL_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingForeignMargin": { + "description": "KISOverseasStockV1TradingForeignMargin schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "bass_exrt": { + "type": "string" + }, + "crcy_cd": { + "type": "string" + }, + "frcr_dncl_amt1": { + "type": "string" + }, + "frcr_gnrl_ord_psbl_amt": { + "type": "string" + }, + "frcr_mgn_amt": { + "type": "string" + }, + "frcr_ord_psbl_amt1": { + "type": "string" + }, + "frcr_rcvb_amt": { + "type": "string" + }, + "itgr_ord_psbl_amt": { + "type": "string" + }, + "natn_name": { + "type": "string" + }, + "ustl_buy_amt": { + "type": "string" + }, + "ustl_sll_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingForeignMarginRequest": { + "description": "KISOverseasStockV1TradingForeignMarginRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquireAlgoCcnl": { + "description": "KISOverseasStockV1TradingInquireAlgoCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "CCLD_BTWN": { + "type": "string" + }, + "CCLD_SEQ": { + "type": "string" + }, + "FT_CCLD_AMT3": { + "type": "string" + }, + "FT_CCLD_QTY": { + "type": "string" + }, + "FT_CCLD_UNPR3": { + "type": "string" + }, + "ITEM_NAME": { + "type": "string" + }, + "PDNO": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output3": { + "items": { + "nullable": true, + "properties": { + "CCLD_CNT": { + "type": "string" + }, + "FT_CCLD_AMT3": { + "type": "string" + }, + "FT_CCLD_QTY": { + "type": "string" + }, + "FT_CCLD_UNPR3": { + "type": "string" + }, + "FT_ORD_QTY": { + "type": "string" + }, + "FT_ORD_UNPR3": { + "type": "string" + }, + "ITEM_NAME": { + "type": "string" + }, + "ODNO": { + "type": "string" + }, + "ORD_TMD": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "SPLT_BUY_ATTR_NAME": { + "type": "string" + }, + "TRAD_DVSN_NAME": { + "type": "string" + }, + "TR_CRCY": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquireAlgoCcnlRequest": { + "description": "KISOverseasStockV1TradingInquireAlgoCcnlRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "ODNO": { + "type": "string" + }, + "ORD_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquireBalance": { + "description": "KISOverseasStockV1TradingInquireBalance schema", + "properties": { + "ctx_area_fk200": { + "nullable": true, + "type": "string" + }, + "ctx_area_nk200": { + "nullable": true, + "type": "string" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "acnt_prdt_cd": { + "type": "string" + }, + "cano": { + "type": "string" + }, + "evlu_pfls_rt": { + "type": "string" + }, + "expd_dt": { + "type": "string" + }, + "frcr_evlu_pfls_amt": { + "type": "string" + }, + "frcr_pchs_amt1": { + "type": "string" + }, + "loan_dt": { + "type": "string" + }, + "loan_type_cd": { + "type": "string" + }, + "now_pric2": { + "type": "string" + }, + "ord_psbl_qty": { + "type": "string" + }, + "ovrs_cblc_qty": { + "type": "string" + }, + "ovrs_excg_cd": { + "type": "string" + }, + "ovrs_item_name": { + "type": "string" + }, + "ovrs_pdno": { + "type": "string" + }, + "ovrs_stck_evlu_amt": { + "type": "string" + }, + "pchs_avg_pric": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "tr_crcy_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "frcr_buy_amt_smtl1": { + "type": "string" + }, + "frcr_buy_amt_smtl2": { + "type": "string" + }, + "frcr_pchs_amt1": { + "type": "string" + }, + "ovrs_rlzt_pfls_amt": { + "type": "string" + }, + "ovrs_rlzt_pfls_amt2": { + "type": "string" + }, + "ovrs_tot_pfls": { + "type": "string" + }, + "rlzt_erng_rt": { + "type": "string" + }, + "tot_evlu_pfls_amt": { + "type": "string" + }, + "tot_pftrt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquireBalanceRequest": { + "description": "KISOverseasStockV1TradingInquireBalanceRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "OVRS_EXCG_CD": { + "type": "string" + }, + "TR_CRCY_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquireCcnl": { + "description": "KISOverseasStockV1TradingInquireCcnl schema", + "properties": { + "ctx_area_fk200": { + "nullable": true, + "type": "string" + }, + "ctx_area_nk200": { + "nullable": true, + "type": "string" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "dmst_ord_dt": { + "type": "string" + }, + "ft_ccld_amt3": { + "type": "string" + }, + "ft_ccld_qty": { + "type": "string" + }, + "ft_ccld_unpr3": { + "type": "string" + }, + "ft_ord_qty": { + "type": "string" + }, + "ft_ord_unpr3": { + "type": "string" + }, + "loan_dt": { + "type": "string" + }, + "loan_type_cd": { + "type": "string" + }, + "mdia_dvsn_name": { + "type": "string" + }, + "nccs_qty": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_dt": { + "type": "string" + }, + "ord_gno_brno": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + }, + "orgn_odno": { + "type": "string" + }, + "ovrs_excg_cd": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prcs_stat_name": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "rjct_rson": { + "type": "string" + }, + "rjct_rson_name": { + "type": "string" + }, + "rvse_cncl_dvsn": { + "type": "string" + }, + "rvse_cncl_dvsn_name": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "sll_buy_dvsn_cd_name": { + "type": "string" + }, + "splt_buy_attr_name": { + "type": "string" + }, + "thco_ord_tmd": { + "type": "string" + }, + "tr_crcy_cd": { + "type": "string" + }, + "tr_mket_name": { + "type": "string" + }, + "tr_natn": { + "type": "string" + }, + "tr_natn_name": { + "type": "string" + }, + "usa_amk_exts_rqst_yn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquireCcnlRequest": { + "description": "KISOverseasStockV1TradingInquireCcnlRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CCLD_NCCS_DVSN": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "ODNO": { + "type": "string" + }, + "ORD_DT": { + "type": "string" + }, + "ORD_END_DT": { + "type": "string" + }, + "ORD_GNO_BRNO": { + "type": "string" + }, + "ORD_STRT_DT": { + "type": "string" + }, + "OVRS_EXCG_CD": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "SLL_BUY_DVSN": { + "type": "string" + }, + "SORT_SQN": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquireNccs": { + "description": "KISOverseasStockV1TradingInquireNccs schema", + "properties": { + "ctx_area_fk200": { + "nullable": true, + "type": "string" + }, + "ctx_area_nk200": { + "nullable": true, + "type": "string" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "ft_ccld_amt3": { + "type": "string" + }, + "ft_ccld_qty": { + "type": "string" + }, + "ft_ccld_unpr3": { + "type": "string" + }, + "ft_ord_qty": { + "type": "string" + }, + "ft_ord_unpr3": { + "type": "string" + }, + "loan_dt": { + "type": "string" + }, + "loan_type_cd": { + "type": "string" + }, + "natn_cd": { + "type": "string" + }, + "natn_kor_name": { + "type": "string" + }, + "nccs_qty": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_dt": { + "type": "string" + }, + "ord_gno_brno": { + "type": "string" + }, + "ord_tmd": { + "type": "string" + }, + "orgn_odno": { + "type": "string" + }, + "ovrs_excg_cd": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prcs_stat_name": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "rjct_rson": { + "type": "string" + }, + "rjct_rson_name": { + "type": "string" + }, + "rvse_cncl_dvsn_cd": { + "type": "string" + }, + "rvse_cncl_dvsn_cd_name": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "sll_buy_dvsn_cd_name": { + "type": "string" + }, + "splt_buy_attr_name": { + "type": "string" + }, + "tr_crcy_cd": { + "type": "string" + }, + "tr_mket_name": { + "type": "string" + }, + "usa_amk_exts_rqst_yn": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquireNccsRequest": { + "description": "KISOverseasStockV1TradingInquireNccsRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "OVRS_EXCG_CD": { + "type": "string" + }, + "SORT_SQN": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquirePaymtStdrBalance": { + "description": "KISOverseasStockV1TradingInquirePaymtStdrBalance schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "avg_unpr3": { + "type": "string" + }, + "bass_exrt": { + "type": "string" + }, + "buy_crcy_cd": { + "type": "string" + }, + "cblc_qty13": { + "type": "string" + }, + "evlu_pfls_amt2": { + "type": "string" + }, + "evlu_pfls_rt1": { + "type": "string" + }, + "frcr_evlu_amt2": { + "type": "string" + }, + "frcr_pchs_amt": { + "type": "string" + }, + "ldng_cblc_qty": { + "type": "string" + }, + "loan_rmnd": { + "type": "string" + }, + "mgge_qty": { + "type": "string" + }, + "natn_kor_name": { + "type": "string" + }, + "oprt_dtl_dtime": { + "type": "string" + }, + "ord_psbl_qty1": { + "type": "string" + }, + "ovrs_excg_cd": { + "type": "string" + }, + "ovrs_now_pric1": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "scts_dvsn_name": { + "type": "string" + }, + "std_pdno": { + "type": "string" + }, + "thdt_buy_ccld_qty1": { + "type": "string" + }, + "thdt_sll_ccld_qty1": { + "type": "string" + }, + "tr_mket_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "crcy_cd": { + "type": "string" + }, + "crcy_cd_name": { + "type": "string" + }, + "frcr_dncl_amt_2": { + "type": "string" + }, + "frcr_evlu_amt2": { + "type": "string" + }, + "frst_bltn_exrt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output3": { + "items": { + "nullable": true, + "properties": { + "evlu_erng_rt1": { + "type": "string" + }, + "frcr_cblc_wcrc_evlu_amt_smtl": { + "type": "string" + }, + "pchs_amt_smtl_amt": { + "type": "string" + }, + "tot_asst_amt2": { + "type": "string" + }, + "tot_dncl_amt": { + "type": "string" + }, + "tot_evlu_pfls_amt": { + "type": "string" + }, + "tot_ldng_evlu_amt": { + "type": "string" + }, + "tot_loan_amt": { + "type": "string" + }, + "wcrc_evlu_amt_smtl": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquirePaymtStdrBalanceRequest": { + "description": "KISOverseasStockV1TradingInquirePaymtStdrBalanceRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "BASS_DT": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "INQR_DVSN_CD": { + "type": "string" + }, + "WCRC_FRCR_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquirePeriodProfit": { + "description": "KISOverseasStockV1TradingInquirePeriodProfit schema", + "properties": { + "Output1": { + "items": { + "nullable": true, + "properties": { + "avg_sll_unpr": { + "type": "string" + }, + "exrt": { + "type": "string" + }, + "frcr_pchs_amt1": { + "type": "string" + }, + "frcr_sll_amt_smtl1": { + "type": "string" + }, + "frst_bltn_exrt": { + "type": "string" + }, + "ovrs_excg_cd": { + "type": "string" + }, + "ovrs_item_name": { + "type": "string" + }, + "ovrs_pdno": { + "type": "string" + }, + "ovrs_rlzt_pfls_amt": { + "type": "string" + }, + "pchs_avg_pric": { + "type": "string" + }, + "pftrt": { + "type": "string" + }, + "slcl_qty": { + "type": "string" + }, + "stck_sll_tlex": { + "type": "string" + }, + "trad_day": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "Output2": { + "items": { + "nullable": true, + "properties": { + "bass_dt": { + "type": "string" + }, + "excc_dfrm_amt": { + "type": "string" + }, + "exrt": { + "type": "string" + }, + "ovrs_rlzt_pfls_tot_amt": { + "type": "string" + }, + "smtl_fee1": { + "type": "string" + }, + "stck_buy_amt_smtl": { + "type": "string" + }, + "stck_sll_amt_smtl": { + "type": "string" + }, + "tot_pftrt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquirePeriodProfitRequest": { + "description": "KISOverseasStockV1TradingInquirePeriodProfitRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CRCY_CD": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "INQR_END_DT": { + "type": "string" + }, + "INQR_STRT_DT": { + "type": "string" + }, + "NATN_CD": { + "type": "string" + }, + "OVRS_EXCG_CD": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "WCRC_FRCR_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquirePeriodTrans": { + "description": "KISOverseasStockV1TradingInquirePeriodTrans schema", + "properties": { + "ctx_area_fk100": { + "nullable": true, + "type": "string" + }, + "ctx_area_nk100": { + "nullable": true, + "type": "string" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "amt_unit_ccld_qty": { + "type": "string" + }, + "ccld_qty": { + "type": "string" + }, + "crcy_cd": { + "type": "string" + }, + "dmst_frcr_fee1": { + "type": "string" + }, + "dmst_wcrc_fee": { + "type": "string" + }, + "erlm_exrt": { + "type": "string" + }, + "frcr_excc_amt_1": { + "type": "string" + }, + "frcr_fee1": { + "type": "string" + }, + "ft_ccld_unpr2": { + "type": "string" + }, + "loan_dvsn_cd": { + "type": "string" + }, + "loan_dvsn_name": { + "type": "string" + }, + "ovrs_item_name": { + "type": "string" + }, + "ovrs_stck_ccld_unpr": { + "type": "string" + }, + "ovrs_wcrc_fee": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "sll_buy_dvsn_name": { + "type": "string" + }, + "std_pdno": { + "type": "string" + }, + "sttl_dt": { + "type": "string" + }, + "tr_amt": { + "type": "string" + }, + "tr_frcr_amt2": { + "type": "string" + }, + "trad_dt": { + "type": "string" + }, + "wcrc_excc_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "dmst_fee_smtl": { + "type": "string" + }, + "frcr_buy_amt_smtl": { + "type": "string" + }, + "frcr_sll_amt_smtl": { + "type": "string" + }, + "ovrs_fee_smtl": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquirePeriodTransRequest": { + "description": "KISOverseasStockV1TradingInquirePeriodTransRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK100": { + "type": "string" + }, + "CTX_AREA_NK100": { + "type": "string" + }, + "ERLM_END_DT": { + "type": "string" + }, + "ERLM_STRT_DT": { + "type": "string" + }, + "LOAN_DVSN_CD": { + "type": "string" + }, + "OVRS_EXCG_CD": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "SLL_BUY_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquirePresentBalance": { + "description": "KISOverseasStockV1TradingInquirePresentBalance schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output1": { + "items": { + "nullable": true, + "properties": { + "avg_unpr3": { + "type": "string" + }, + "bass_exrt": { + "type": "string" + }, + "buy_crcy_cd": { + "type": "string" + }, + "cblc_qty13": { + "type": "string" + }, + "ccld_qty_smtl1": { + "type": "string" + }, + "evlu_pfls_amt2": { + "type": "string" + }, + "evlu_pfls_rt1": { + "type": "string" + }, + "frcr_evlu_amt2": { + "type": "string" + }, + "frcr_pchs_amt": { + "type": "string" + }, + "item_lnkg_excg_cd": { + "type": "string" + }, + "loan_dt": { + "type": "string" + }, + "loan_expd_dt": { + "type": "string" + }, + "loan_rmnd": { + "type": "string" + }, + "natn_kor_name": { + "type": "string" + }, + "ord_psbl_qty1": { + "type": "string" + }, + "ovrs_excg_cd": { + "type": "string" + }, + "ovrs_now_pric1": { + "type": "string" + }, + "pchs_rmnd_wcrc_amt": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "scts_dvsn_name": { + "type": "string" + }, + "std_pdno": { + "type": "string" + }, + "thdt_buy_ccld_frcr_amt": { + "type": "string" + }, + "thdt_buy_ccld_qty1": { + "type": "string" + }, + "thdt_sll_ccld_frcr_amt": { + "type": "string" + }, + "thdt_sll_ccld_qty1": { + "type": "string" + }, + "tr_mket_name": { + "type": "string" + }, + "unit_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output2": { + "items": { + "nullable": true, + "properties": { + "acpl_cstd_crcy_yn": { + "type": "string" + }, + "crcy_cd": { + "type": "string" + }, + "crcy_cd_name": { + "type": "string" + }, + "frcr_buy_amt_smtl": { + "type": "string" + }, + "frcr_buy_mgn_amt": { + "type": "string" + }, + "frcr_dncl_amt_2": { + "type": "string" + }, + "frcr_drwg_psbl_amt_1": { + "type": "string" + }, + "frcr_etc_mgna": { + "type": "string" + }, + "frcr_evlu_amt2": { + "type": "string" + }, + "frcr_sll_amt_smtl": { + "type": "string" + }, + "frst_bltn_exrt": { + "type": "string" + }, + "nxdy_frcr_drwg_psbl_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "output3": { + "items": { + "nullable": true, + "properties": { + "buy_mgn_amt": { + "type": "string" + }, + "cma_evlu_amt": { + "type": "string" + }, + "dncl_amt": { + "type": "string" + }, + "etc_mgna": { + "type": "string" + }, + "evlu_amt_smtl": { + "type": "string" + }, + "evlu_amt_smtl_amt": { + "type": "string" + }, + "evlu_erng_rt1": { + "type": "string" + }, + "evlu_pfls_amt_smtl": { + "type": "string" + }, + "frcr_evlu_tota": { + "type": "string" + }, + "frcr_use_psbl_amt": { + "type": "string" + }, + "mgna_tota": { + "type": "string" + }, + "pchs_amt_smtl": { + "type": "string" + }, + "pchs_amt_smtl_amt": { + "type": "string" + }, + "tot_asst_amt": { + "type": "string" + }, + "tot_dncl_amt": { + "type": "string" + }, + "tot_evlu_pfls_amt": { + "type": "string" + }, + "tot_frcr_cblc_smtl": { + "type": "string" + }, + "tot_loan_amt": { + "type": "string" + }, + "ustl_buy_amt_smtl": { + "type": "string" + }, + "ustl_sll_amt_smtl": { + "type": "string" + }, + "wdrw_psbl_tot_amt": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquirePresentBalanceRequest": { + "description": "KISOverseasStockV1TradingInquirePresentBalanceRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "INQR_DVSN_CD": { + "type": "string" + }, + "NATN_CD": { + "type": "string" + }, + "TR_MKET_CD": { + "type": "string" + }, + "WCRC_FRCR_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquirePsamount": { + "description": "KISOverseasStockV1TradingInquirePsamount schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "echm_af_ord_psbl_amt": { + "type": "string" + }, + "echm_af_ord_psbl_qty": { + "type": "string" + }, + "exrt": { + "type": "string" + }, + "frcr_ord_psbl_amt1": { + "type": "string" + }, + "max_ord_psbl_qty": { + "type": "string" + }, + "ord_psbl_frcr_amt": { + "type": "string" + }, + "ord_psbl_qty": { + "type": "string" + }, + "ovrs_max_ord_psbl_qty": { + "type": "string" + }, + "ovrs_ord_psbl_amt": { + "type": "string" + }, + "sll_ruse_psbl_amt": { + "type": "string" + }, + "tr_crcy_cd": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingInquirePsamountRequest": { + "description": "KISOverseasStockV1TradingInquirePsamountRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "ITEM_CD": { + "type": "string" + }, + "OVRS_EXCG_CD": { + "type": "string" + }, + "OVRS_ORD_UNPR": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingOrder": { + "description": "KISOverseasStockV1TradingOrder schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "KRX_FWDG_ORD_ORGNO": { + "type": "string" + }, + "ODNO": { + "type": "string" + }, + "ORD_TMD": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingOrderRequest": { + "description": "KISOverseasStockV1TradingOrderRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "ORD_DVSN": { + "type": "string" + }, + "ORD_QTY": { + "type": "string" + }, + "ORD_SVR_DVSN_CD": { + "type": "string" + }, + "OVRS_EXCG_CD": { + "type": "string" + }, + "OVRS_ORD_UNPR": { + "type": "string" + }, + "PDNO": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingOrderResv": { + "description": "KISOverseasStockV1TradingOrderResv schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "ODNO": { + "type": "string" + }, + "OVRS_RSVN_ODNO": { + "type": "string" + }, + "RSVN_ORD_RCIT_DT": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingOrderResvCcnl": { + "description": "KISOverseasStockV1TradingOrderResvCcnl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "OVRS_RSVN_ODNO": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingOrderResvCcnlRequest": { + "description": "KISOverseasStockV1TradingOrderResvCcnlRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "OVRS_RSVN_ODNO": { + "type": "string" + }, + "RSYN_ORD_RCIT_DT": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingOrderResvList": { + "description": "KISOverseasStockV1TradingOrderResvList schema", + "properties": { + "ctx_area_fk200": { + "nullable": true, + "type": "string" + }, + "ctx_area_nk200": { + "nullable": true, + "type": "string" + }, + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "cncl_yn": { + "type": "string" + }, + "ft_ccld_qty": { + "type": "string" + }, + "ft_ord_qty": { + "type": "string" + }, + "ft_ord_unpr3": { + "type": "string" + }, + "nprc_rson_text": { + "type": "string" + }, + "odno": { + "type": "string" + }, + "ord_dt": { + "type": "string" + }, + "ord_fwdg_tmd": { + "type": "string" + }, + "ord_gno_brno": { + "type": "string" + }, + "ord_rcit_tmd": { + "type": "string" + }, + "ord_stfno": { + "type": "string" + }, + "ovrs_excg_cd": { + "type": "string" + }, + "ovrs_rsvn_odno": { + "type": "string" + }, + "ovrs_rsvn_ord_stat_cd": { + "type": "string" + }, + "ovrs_rsvn_ord_stat_cd_name": { + "type": "string" + }, + "pdno": { + "type": "string" + }, + "prdt_name": { + "type": "string" + }, + "prdt_type_cd": { + "type": "string" + }, + "rsvn_ord_rcit_dt": { + "type": "string" + }, + "sll_buy_dvsn_cd": { + "type": "string" + }, + "sll_buy_dvsn_cd_name": { + "type": "string" + }, + "splt_buy_attr_name": { + "type": "string" + }, + "tr_dvsn_name": { + "type": "string" + }, + "tr_mket_name": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingOrderResvListRequest": { + "description": "KISOverseasStockV1TradingOrderResvListRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "CTX_AREA_FK200": { + "type": "string" + }, + "CTX_AREA_NK200": { + "type": "string" + }, + "INQR_DVSN_CD": { + "type": "string" + }, + "INQR_END_DT": { + "type": "string" + }, + "INQR_STRT_DT": { + "type": "string" + }, + "OVRS_EXCG_CD": { + "type": "string" + }, + "PRDT_TYPE_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingOrderResvRequest": { + "description": "KISOverseasStockV1TradingOrderResvRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "FT_ORD_QTY": { + "type": "string" + }, + "FT_ORD_UNPR3": { + "type": "string" + }, + "OVRS_EXCG_CD": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "PRDT_TYPE_CD": { + "type": "string" + }, + "RVSE_CNCL_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingOrderRvsecncl": { + "description": "KISOverseasStockV1TradingOrderRvsecncl schema", + "properties": { + "msg1": { + "nullable": true, + "type": "string" + }, + "msg_cd": { + "nullable": true, + "type": "string" + }, + "output": { + "items": { + "nullable": true, + "properties": { + "KRX_FWDG_ORD_ORGNO": { + "type": "string" + }, + "ODNO": { + "type": "string" + }, + "ORD_TMD": { + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rt_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KISOverseasStockV1TradingOrderRvsecnclRequest": { + "description": "KISOverseasStockV1TradingOrderRvsecnclRequest schema", + "properties": { + "ACNT_PRDT_CD": { + "type": "string" + }, + "CANO": { + "type": "string" + }, + "ORD_QTY": { + "type": "string" + }, + "ORGN_ODNO": { + "type": "string" + }, + "OVRS_EXCG_CD": { + "type": "string" + }, + "OVRS_ORD_UNPR": { + "type": "string" + }, + "PDNO": { + "type": "string" + }, + "RVSE_CNCL_DVSN_CD": { + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa00001Request": { + "description": "KiwoomApiDostkAcntKa00001Request schema" + }, + "KiwoomApiDostkAcntKa00001Response": { + "description": "KiwoomApiDostkAcntKa00001Response schema", + "properties": { + "acctno": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa01690Request": { + "description": "KiwoomApiDostkAcntKa01690Request schema", + "properties": { + "qry_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa01690Response": { + "description": "KiwoomApiDostkAcntKa01690Response schema", + "properties": { + "buy_wght": { + "nullable": true, + "type": "string" + }, + "day_bal_rt": { + "items": { + "nullable": true, + "properties": { + "buy_uv": { + "nullable": true, + "type": "string" + }, + "buy_wght": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "evlt_amt": { + "nullable": true, + "type": "string" + }, + "evlt_wght": { + "nullable": true, + "type": "string" + }, + "evltv_prft": { + "nullable": true, + "type": "string" + }, + "prft_rt": { + "nullable": true, + "type": "string" + }, + "rmnd_qty": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "day_stk_asst": { + "nullable": true, + "type": "string" + }, + "dbst_bal": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "tot_buy_amt": { + "nullable": true, + "type": "string" + }, + "tot_evlt_amt": { + "nullable": true, + "type": "string" + }, + "tot_evltv_prft": { + "nullable": true, + "type": "string" + }, + "tot_prft_rt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10072Request": { + "description": "KiwoomApiDostkAcntKa10072Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10072Response": { + "description": "KiwoomApiDostkAcntKa10072Response schema", + "properties": { + "dt_stk_div_rlzt_pl": { + "items": { + "nullable": true, + "properties": { + "buy_uv": { + "nullable": true, + "type": "string" + }, + "cntr_pric": { + "nullable": true, + "type": "string" + }, + "cntr_qty": { + "nullable": true, + "type": "string" + }, + "crd_tp": { + "nullable": true, + "type": "string" + }, + "loan_dt": { + "nullable": true, + "type": "string" + }, + "pl_rt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_cd_1": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tdy_sel_pl": { + "nullable": true, + "type": "string" + }, + "tdy_sel_pl_1": { + "nullable": true, + "type": "string" + }, + "tdy_trde_cmsn": { + "nullable": true, + "type": "string" + }, + "tdy_trde_tax": { + "nullable": true, + "type": "string" + }, + "wthd_alowa": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10073Request": { + "description": "KiwoomApiDostkAcntKa10073Request schema", + "properties": { + "end_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10073Response": { + "description": "KiwoomApiDostkAcntKa10073Response schema", + "properties": { + "dt_stk_rlzt_pl": { + "items": { + "nullable": true, + "properties": { + "buy_uv": { + "nullable": true, + "type": "string" + }, + "cntr_pric": { + "nullable": true, + "type": "string" + }, + "cntr_qty": { + "nullable": true, + "type": "string" + }, + "crd_tp": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "loan_dt": { + "nullable": true, + "type": "string" + }, + "pl_rt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tdy_htssel_cmsn": { + "nullable": true, + "type": "string" + }, + "tdy_sel_pl": { + "nullable": true, + "type": "string" + }, + "tdy_trde_cmsn": { + "nullable": true, + "type": "string" + }, + "tdy_trde_tax": { + "nullable": true, + "type": "string" + }, + "wthd_alowa": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10074Request": { + "description": "KiwoomApiDostkAcntKa10074Request schema", + "properties": { + "end_dt": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10074Response": { + "description": "KiwoomApiDostkAcntKa10074Response schema", + "properties": { + "dt_rlzt_pl": { + "items": { + "nullable": true, + "properties": { + "buy_amt": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "sell_amt": { + "nullable": true, + "type": "string" + }, + "tdy_sel_pl": { + "nullable": true, + "type": "string" + }, + "tdy_trde_cmsn": { + "nullable": true, + "type": "string" + }, + "tdy_trde_tax": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "rlzt_pl": { + "nullable": true, + "type": "string" + }, + "tot_buy_amt": { + "nullable": true, + "type": "string" + }, + "tot_sell_amt": { + "nullable": true, + "type": "string" + }, + "trde_cmsn": { + "nullable": true, + "type": "string" + }, + "trde_tax": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10075Request": { + "description": "KiwoomApiDostkAcntKa10075Request schema", + "properties": { + "all_stk_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10075Response": { + "description": "KiwoomApiDostkAcntKa10075Response schema", + "properties": { + "oso": { + "items": { + "nullable": true, + "properties": { + "acnt_no": { + "nullable": true, + "type": "string" + }, + "buy_bid": { + "nullable": true, + "type": "string" + }, + "cntr_no": { + "nullable": true, + "type": "string" + }, + "cntr_pric": { + "nullable": true, + "type": "string" + }, + "cntr_qty": { + "nullable": true, + "type": "string" + }, + "cntr_tot_amt": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "ind_invsr": { + "nullable": true, + "type": "string" + }, + "io_tp_nm": { + "nullable": true, + "type": "string" + }, + "mang_empno": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + }, + "ord_pric": { + "nullable": true, + "type": "string" + }, + "ord_qty": { + "nullable": true, + "type": "string" + }, + "ord_stt": { + "nullable": true, + "type": "string" + }, + "orig_ord_no": { + "nullable": true, + "type": "string" + }, + "oso_qty": { + "nullable": true, + "type": "string" + }, + "sel_bid": { + "nullable": true, + "type": "string" + }, + "sor_yn": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp_txt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "stop_pric": { + "nullable": true, + "type": "string" + }, + "tdy_trde_cmsn": { + "nullable": true, + "type": "string" + }, + "tdy_trde_tax": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + }, + "tsk_tp": { + "nullable": true, + "type": "string" + }, + "unit_cntr_pric": { + "nullable": true, + "type": "string" + }, + "unit_cntr_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10076Request": { + "description": "KiwoomApiDostkAcntKa10076Request schema", + "properties": { + "ord_no": { + "nullable": true, + "type": "string" + }, + "qry_tp": { + "nullable": true, + "type": "string" + }, + "sell_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10076Response": { + "description": "KiwoomApiDostkAcntKa10076Response schema", + "properties": { + "cntr": { + "items": { + "nullable": true, + "properties": { + "cntr_pric": { + "nullable": true, + "type": "string" + }, + "cntr_qty": { + "nullable": true, + "type": "string" + }, + "io_tp_nm": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + }, + "ord_pric": { + "nullable": true, + "type": "string" + }, + "ord_qty": { + "nullable": true, + "type": "string" + }, + "ord_stt": { + "nullable": true, + "type": "string" + }, + "ord_tm": { + "nullable": true, + "type": "string" + }, + "orig_ord_no": { + "nullable": true, + "type": "string" + }, + "oso_qty": { + "nullable": true, + "type": "string" + }, + "sor_yn": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp_txt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "stop_pric": { + "nullable": true, + "type": "string" + }, + "tdy_trde_cmsn": { + "nullable": true, + "type": "string" + }, + "tdy_trde_tax": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10077Request": { + "description": "KiwoomApiDostkAcntKa10077Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10077Response": { + "description": "KiwoomApiDostkAcntKa10077Response schema", + "properties": { + "tdy_rlzt_pl": { + "nullable": true, + "type": "string" + }, + "tdy_rlzt_pl_dtl": { + "items": { + "nullable": true, + "properties": { + "buy_uv": { + "nullable": true, + "type": "string" + }, + "cntr_pric": { + "nullable": true, + "type": "string" + }, + "cntr_qty": { + "nullable": true, + "type": "string" + }, + "pl_rt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tdy_sel_pl": { + "nullable": true, + "type": "string" + }, + "tdy_trde_cmsn": { + "nullable": true, + "type": "string" + }, + "tdy_trde_tax": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10085Request": { + "description": "KiwoomApiDostkAcntKa10085Request schema", + "properties": { + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10085Response": { + "description": "KiwoomApiDostkAcntKa10085Response schema", + "properties": { + "acnt_prft_rt": { + "items": { + "nullable": true, + "properties": { + "clrn_alow_qty": { + "nullable": true, + "type": "string" + }, + "crd_amt": { + "nullable": true, + "type": "string" + }, + "crd_int": { + "nullable": true, + "type": "string" + }, + "crd_tp": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "expr_dt": { + "nullable": true, + "type": "string" + }, + "loan_dt": { + "nullable": true, + "type": "string" + }, + "pur_amt": { + "nullable": true, + "type": "string" + }, + "pur_pric": { + "nullable": true, + "type": "string" + }, + "rmnd_qty": { + "nullable": true, + "type": "string" + }, + "setl_remn": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tdy_sel_pl": { + "nullable": true, + "type": "string" + }, + "tdy_trde_cmsn": { + "nullable": true, + "type": "string" + }, + "tdy_trde_tax": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10088Request": { + "description": "KiwoomApiDostkAcntKa10088Request schema", + "properties": { + "ord_no": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10088Response": { + "description": "KiwoomApiDostkAcntKa10088Response schema", + "properties": { + "osop": { + "items": { + "nullable": true, + "properties": { + "cntr_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "io_tp_nm": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + }, + "ord_pric": { + "nullable": true, + "type": "string" + }, + "ord_qty": { + "nullable": true, + "type": "string" + }, + "ord_stt": { + "nullable": true, + "type": "string" + }, + "osop_qty": { + "nullable": true, + "type": "string" + }, + "sell_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp_txt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10170Request": { + "description": "KiwoomApiDostkAcntKa10170Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "ch_crd_tp": { + "nullable": true, + "type": "string" + }, + "ottks_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKa10170Response": { + "description": "KiwoomApiDostkAcntKa10170Response schema", + "properties": { + "tdy_trde_diary": { + "items": { + "nullable": true, + "properties": { + "buy_amt": { + "nullable": true, + "type": "string" + }, + "buy_avg_pric": { + "nullable": true, + "type": "string" + }, + "buy_qty": { + "nullable": true, + "type": "string" + }, + "cmsn_alm_tax": { + "nullable": true, + "type": "string" + }, + "pl_amt": { + "nullable": true, + "type": "string" + }, + "prft_rt": { + "nullable": true, + "type": "string" + }, + "sel_avg_pric": { + "nullable": true, + "type": "string" + }, + "sell_amt": { + "nullable": true, + "type": "string" + }, + "sell_qty": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "tot_buy_amt": { + "nullable": true, + "type": "string" + }, + "tot_cmsn_tax": { + "nullable": true, + "type": "string" + }, + "tot_exct_amt": { + "nullable": true, + "type": "string" + }, + "tot_pl_amt": { + "nullable": true, + "type": "string" + }, + "tot_prft_rt": { + "nullable": true, + "type": "string" + }, + "tot_sell_amt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00001Request": { + "description": "KiwoomApiDostkAcntKt00001Request schema", + "properties": { + "qry_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00001Response": { + "description": "KiwoomApiDostkAcntKt00001Response schema", + "properties": { + "100stk_ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "20stk_ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "30stk_ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "40stk_ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "50stk_ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "60stk_ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "add_grnt_ch": { + "nullable": true, + "type": "string" + }, + "add_grnt_repl": { + "nullable": true, + "type": "string" + }, + "bncr_buy_alowa": { + "nullable": true, + "type": "string" + }, + "bncr_profa_ch": { + "nullable": true, + "type": "string" + }, + "bncr_remn_repl_evlta": { + "nullable": true, + "type": "string" + }, + "ch_uncla": { + "nullable": true, + "type": "string" + }, + "ch_uncla_dlfe": { + "nullable": true, + "type": "string" + }, + "ch_uncla_tot": { + "nullable": true, + "type": "string" + }, + "chck_ina_amt": { + "nullable": true, + "type": "string" + }, + "crd_grnt_ch": { + "nullable": true, + "type": "string" + }, + "crd_grnt_repl": { + "nullable": true, + "type": "string" + }, + "crd_grnt_rt": { + "nullable": true, + "type": "string" + }, + "crd_grnt_ruse": { + "nullable": true, + "type": "string" + }, + "crd_grnta_ch": { + "nullable": true, + "type": "string" + }, + "crd_grnta_repl": { + "nullable": true, + "type": "string" + }, + "crd_int_npay": { + "nullable": true, + "type": "string" + }, + "crd_ls_rght_frcs_amt": { + "nullable": true, + "type": "string" + }, + "crd_set_grnta": { + "nullable": true, + "type": "string" + }, + "d1_buy_exct_amt": { + "nullable": true, + "type": "string" + }, + "d1_entra": { + "nullable": true, + "type": "string" + }, + "d1_out_rep_mor": { + "nullable": true, + "type": "string" + }, + "d1_pymn_alow_amt": { + "nullable": true, + "type": "string" + }, + "d1_sel_exct_amt": { + "nullable": true, + "type": "string" + }, + "d1_slby_exct_amt": { + "nullable": true, + "type": "string" + }, + "d2_buy_exct_amt": { + "nullable": true, + "type": "string" + }, + "d2_entra": { + "nullable": true, + "type": "string" + }, + "d2_out_rep_mor": { + "nullable": true, + "type": "string" + }, + "d2_pymn_alow_amt": { + "nullable": true, + "type": "string" + }, + "d2_sel_exct_amt": { + "nullable": true, + "type": "string" + }, + "d2_slby_exct_amt": { + "nullable": true, + "type": "string" + }, + "dpst_grntl_remn": { + "nullable": true, + "type": "string" + }, + "elwdpst_evlta": { + "nullable": true, + "type": "string" + }, + "entr": { + "nullable": true, + "type": "string" + }, + "etc_chck_ina_amt": { + "nullable": true, + "type": "string" + }, + "etc_loan_tot": { + "nullable": true, + "type": "string" + }, + "etc_loana": { + "nullable": true, + "type": "string" + }, + "etc_loana_dlfe": { + "nullable": true, + "type": "string" + }, + "etc_profa": { + "nullable": true, + "type": "string" + }, + "fc_stk_krw_repl_set_amt": { + "nullable": true, + "type": "string" + }, + "int_npay_amt_dlfe": { + "nullable": true, + "type": "string" + }, + "int_npay_amt_tot": { + "nullable": true, + "type": "string" + }, + "knx_asset_evltv": { + "nullable": true, + "type": "string" + }, + "loan_remn_evlt_amt": { + "nullable": true, + "type": "string" + }, + "loan_sum": { + "nullable": true, + "type": "string" + }, + "ls_sum": { + "nullable": true, + "type": "string" + }, + "lvlh_join_amt": { + "nullable": true, + "type": "string" + }, + "lvlh_trns_alowa": { + "nullable": true, + "type": "string" + }, + "mdstrm_usfe": { + "nullable": true, + "type": "string" + }, + "min_ord_alow_yn": { + "nullable": true, + "type": "string" + }, + "nrpy_loan": { + "nullable": true, + "type": "string" + }, + "nxdy_bncr_sell_exct": { + "nullable": true, + "type": "string" + }, + "ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_ch": { + "nullable": true, + "type": "string" + }, + "profa_repl": { + "nullable": true, + "type": "string" + }, + "pymn_alow_amt": { + "nullable": true, + "type": "string" + }, + "remn_repl_evlta": { + "nullable": true, + "type": "string" + }, + "repl_amt": { + "nullable": true, + "type": "string" + }, + "rght_repl_amt": { + "nullable": true, + "type": "string" + }, + "sell_grntl_remn": { + "nullable": true, + "type": "string" + }, + "shrts_prica": { + "nullable": true, + "type": "string" + }, + "stk_entr_prst": { + "items": { + "nullable": true, + "properties": { + "crnc_cd": { + "nullable": true, + "type": "string" + }, + "d1_fx_entr": { + "nullable": true, + "type": "string" + }, + "d2_fx_entr": { + "nullable": true, + "type": "string" + }, + "d3_fx_entr": { + "nullable": true, + "type": "string" + }, + "d4_fx_entr": { + "nullable": true, + "type": "string" + }, + "dly_amt": { + "nullable": true, + "type": "string" + }, + "fc_ch_uncla": { + "nullable": true, + "type": "string" + }, + "fc_krw_repl_evlta": { + "nullable": true, + "type": "string" + }, + "fc_trst_profa": { + "nullable": true, + "type": "string" + }, + "fc_uncla": { + "nullable": true, + "type": "string" + }, + "fx_entr": { + "nullable": true, + "type": "string" + }, + "ord_alow_amt_entr": { + "nullable": true, + "type": "string" + }, + "pymn_alow_amt": { + "nullable": true, + "type": "string" + }, + "pymn_alow_amt_entr": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "trst_remn_repl_evlta": { + "nullable": true, + "type": "string" + }, + "uncl_stk_amt": { + "nullable": true, + "type": "string" + }, + "wrap_pymn_alow_amt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00002Request": { + "description": "KiwoomApiDostkAcntKt00002Request schema", + "properties": { + "end_dt": { + "nullable": true, + "type": "string" + }, + "start_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00002Response": { + "description": "KiwoomApiDostkAcntKt00002Response schema", + "properties": { + "daly_prsm_dpst_aset_amt_prst": { + "items": { + "nullable": true, + "properties": { + "crd_loan": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "entr": { + "nullable": true, + "type": "string" + }, + "grnt_use_amt": { + "nullable": true, + "type": "string" + }, + "ls_grnt": { + "nullable": true, + "type": "string" + }, + "prsm_dpst_aset_amt": { + "nullable": true, + "type": "string" + }, + "prsm_dpst_aset_amt_bncr_skip": { + "nullable": true, + "type": "string" + }, + "repl_amt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00003Request": { + "description": "KiwoomApiDostkAcntKt00003Request schema", + "properties": { + "qry_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00003Response": { + "description": "KiwoomApiDostkAcntKt00003Response schema", + "properties": { + "prsm_dpst_aset_amt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00004Request": { + "description": "KiwoomApiDostkAcntKt00004Request schema", + "properties": { + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "qry_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00004Response": { + "description": "KiwoomApiDostkAcntKt00004Response schema", + "properties": { + "acnt_nm": { + "nullable": true, + "type": "string" + }, + "aset_evlt_amt": { + "nullable": true, + "type": "string" + }, + "brch_nm": { + "nullable": true, + "type": "string" + }, + "d2_entra": { + "nullable": true, + "type": "string" + }, + "entr": { + "nullable": true, + "type": "string" + }, + "invt_bsamt": { + "nullable": true, + "type": "string" + }, + "lspft": { + "nullable": true, + "type": "string" + }, + "lspft2": { + "nullable": true, + "type": "string" + }, + "lspft_amt": { + "nullable": true, + "type": "string" + }, + "lspft_ratio": { + "nullable": true, + "type": "string" + }, + "lspft_rt": { + "nullable": true, + "type": "string" + }, + "prsm_dpst_aset_amt": { + "nullable": true, + "type": "string" + }, + "stk_acnt_evlt_prst": { + "items": { + "nullable": true, + "properties": { + "avg_prc": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "evlt_amt": { + "nullable": true, + "type": "string" + }, + "loan_dt": { + "nullable": true, + "type": "string" + }, + "pl_amt": { + "nullable": true, + "type": "string" + }, + "pl_rt": { + "nullable": true, + "type": "string" + }, + "pred_buyq": { + "nullable": true, + "type": "string" + }, + "pred_sellq": { + "nullable": true, + "type": "string" + }, + "pur_amt": { + "nullable": true, + "type": "string" + }, + "rmnd_qty": { + "nullable": true, + "type": "string" + }, + "setl_remn": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tdy_buyq": { + "nullable": true, + "type": "string" + }, + "tdy_sellq": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "tdy_lspft": { + "nullable": true, + "type": "string" + }, + "tdy_lspft_amt": { + "nullable": true, + "type": "string" + }, + "tdy_lspft_rt": { + "nullable": true, + "type": "string" + }, + "tot_est_amt": { + "nullable": true, + "type": "string" + }, + "tot_grnt_sella": { + "nullable": true, + "type": "string" + }, + "tot_pur_amt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00005Request": { + "description": "KiwoomApiDostkAcntKt00005Request schema", + "properties": { + "dmst_stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00005Response": { + "description": "KiwoomApiDostkAcntKt00005Response schema", + "properties": { + "100ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "20ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "30ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "40ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "50ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "60ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "ch_uncla": { + "nullable": true, + "type": "string" + }, + "crd_grnt_rt": { + "nullable": true, + "type": "string" + }, + "crd_int_npay_gold": { + "nullable": true, + "type": "string" + }, + "crd_loan_ls_tot": { + "nullable": true, + "type": "string" + }, + "crd_loan_tot": { + "nullable": true, + "type": "string" + }, + "dpst_grnt_use_amt_amt": { + "nullable": true, + "type": "string" + }, + "entr": { + "nullable": true, + "type": "string" + }, + "entr_d1": { + "nullable": true, + "type": "string" + }, + "entr_d2": { + "nullable": true, + "type": "string" + }, + "etc_loana": { + "nullable": true, + "type": "string" + }, + "evlt_amt_tot": { + "nullable": true, + "type": "string" + }, + "grnt_loan_amt": { + "nullable": true, + "type": "string" + }, + "nrpy_loan": { + "nullable": true, + "type": "string" + }, + "ord_alowa": { + "nullable": true, + "type": "string" + }, + "profa_ch": { + "nullable": true, + "type": "string" + }, + "pymn_alow_amt": { + "nullable": true, + "type": "string" + }, + "repl_amt": { + "nullable": true, + "type": "string" + }, + "repl_profa": { + "nullable": true, + "type": "string" + }, + "rght_repl_amt": { + "nullable": true, + "type": "string" + }, + "stk_buy_tot_amt": { + "nullable": true, + "type": "string" + }, + "stk_cntr_remn": { + "items": { + "nullable": true, + "properties": { + "buy_uv": { + "nullable": true, + "type": "string" + }, + "crd_tp": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "cur_qty": { + "nullable": true, + "type": "string" + }, + "evlt_amt": { + "nullable": true, + "type": "string" + }, + "evltv_prft": { + "nullable": true, + "type": "string" + }, + "expr_dt": { + "nullable": true, + "type": "string" + }, + "loan_dt": { + "nullable": true, + "type": "string" + }, + "pl_rt": { + "nullable": true, + "type": "string" + }, + "pur_amt": { + "nullable": true, + "type": "string" + }, + "setl_remn": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "tot_pl_rt": { + "nullable": true, + "type": "string" + }, + "tot_pl_tot": { + "nullable": true, + "type": "string" + }, + "tot_re_buy_alowa": { + "nullable": true, + "type": "string" + }, + "uncl_stk_amt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00007Request": { + "description": "KiwoomApiDostkAcntKt00007Request schema", + "properties": { + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "fr_ord_no": { + "nullable": true, + "type": "string" + }, + "ord_dt": { + "nullable": true, + "type": "string" + }, + "qry_tp": { + "nullable": true, + "type": "string" + }, + "sell_tp": { + "nullable": true, + "type": "string" + }, + "stk_bond_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00007Response": { + "description": "KiwoomApiDostkAcntKt00007Response schema", + "properties": { + "acnt_ord_cntr_prps_dtl": { + "items": { + "nullable": true, + "properties": { + "acpt_tp": { + "nullable": true, + "type": "string" + }, + "cnfm_qty": { + "nullable": true, + "type": "string" + }, + "cnfm_tm": { + "nullable": true, + "type": "string" + }, + "cntr_qty": { + "nullable": true, + "type": "string" + }, + "cntr_uv": { + "nullable": true, + "type": "string" + }, + "comm_ord_tp": { + "nullable": true, + "type": "string" + }, + "cond_uv": { + "nullable": true, + "type": "string" + }, + "crd_tp": { + "nullable": true, + "type": "string" + }, + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "io_tp_nm": { + "nullable": true, + "type": "string" + }, + "loan_dt": { + "nullable": true, + "type": "string" + }, + "mdfy_cncl": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + }, + "ord_qty": { + "nullable": true, + "type": "string" + }, + "ord_remnq": { + "nullable": true, + "type": "string" + }, + "ord_tm": { + "nullable": true, + "type": "string" + }, + "ord_uv": { + "nullable": true, + "type": "string" + }, + "ori_ord": { + "nullable": true, + "type": "string" + }, + "rsrv_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00008Request": { + "description": "KiwoomApiDostkAcntKt00008Request schema", + "properties": { + "strt_dcd_seq": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00008Response": { + "description": "KiwoomApiDostkAcntKt00008Response schema", + "properties": { + "acnt_nxdy_setl_frcs_prps_array": { + "items": { + "nullable": true, + "properties": { + "cmsn": { + "nullable": true, + "type": "string" + }, + "crd_tp": { + "nullable": true, + "type": "string" + }, + "engg_amt": { + "nullable": true, + "type": "string" + }, + "exct_amt": { + "nullable": true, + "type": "string" + }, + "incm_tax": { + "nullable": true, + "type": "string" + }, + "loan_dt": { + "nullable": true, + "type": "string" + }, + "qty": { + "nullable": true, + "type": "string" + }, + "resi_tax": { + "nullable": true, + "type": "string" + }, + "rstx": { + "nullable": true, + "type": "string" + }, + "sell_tp": { + "nullable": true, + "type": "string" + }, + "seq": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_tax": { + "nullable": true, + "type": "string" + }, + "unp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "buy_amt_sum": { + "nullable": true, + "type": "string" + }, + "sell_amt_sum": { + "nullable": true, + "type": "string" + }, + "setl_dt": { + "nullable": true, + "type": "string" + }, + "trde_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00009Request": { + "description": "KiwoomApiDostkAcntKt00009Request schema", + "properties": { + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "fr_ord_no": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "ord_dt": { + "nullable": true, + "type": "string" + }, + "qry_tp": { + "nullable": true, + "type": "string" + }, + "sell_tp": { + "nullable": true, + "type": "string" + }, + "stk_bond_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00009Response": { + "description": "KiwoomApiDostkAcntKt00009Response schema", + "properties": { + "acnt_ord_cntr_prst_array": { + "items": { + "nullable": true, + "properties": { + "acpt_tp": { + "nullable": true, + "type": "string" + }, + "cnfm_qty": { + "nullable": true, + "type": "string" + }, + "cntr_no": { + "nullable": true, + "type": "string" + }, + "cntr_qty": { + "nullable": true, + "type": "string" + }, + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "cntr_uv": { + "nullable": true, + "type": "string" + }, + "comm_ord_tp": { + "nullable": true, + "type": "string" + }, + "cond_uv": { + "nullable": true, + "type": "string" + }, + "crd_deal_tp": { + "nullable": true, + "type": "string" + }, + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "io_tp_nm": { + "nullable": true, + "type": "string" + }, + "mdfy_cncl_tp": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + }, + "ord_qty": { + "nullable": true, + "type": "string" + }, + "ord_uv": { + "nullable": true, + "type": "string" + }, + "orig_ord_no": { + "nullable": true, + "type": "string" + }, + "rsrv_oppo": { + "nullable": true, + "type": "string" + }, + "setl_tp": { + "nullable": true, + "type": "string" + }, + "stk_bond_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "buy_engg_amt": { + "nullable": true, + "type": "string" + }, + "engg_amt": { + "nullable": true, + "type": "string" + }, + "sell_grntl_engg_amt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00010Request": { + "description": "KiwoomApiDostkAcntKt00010Request schema", + "properties": { + "exp_buy_unp": { + "nullable": true, + "type": "string" + }, + "io_amt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + }, + "uv": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00010Response": { + "description": "KiwoomApiDostkAcntKt00010Response schema", + "properties": { + "cmsn": { + "nullable": true, + "type": "string" + }, + "d2entra": { + "nullable": true, + "type": "string" + }, + "entr": { + "nullable": true, + "type": "string" + }, + "nxdy_wthd_alowa": { + "nullable": true, + "type": "string" + }, + "ord_alowa": { + "nullable": true, + "type": "string" + }, + "ord_pos_repl": { + "nullable": true, + "type": "string" + }, + "pred_reu_alowa": { + "nullable": true, + "type": "string" + }, + "profa_100ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_100ord_alowq": { + "nullable": true, + "type": "string" + }, + "profa_20ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_20ord_alowq": { + "nullable": true, + "type": "string" + }, + "profa_30ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_30ord_alowq": { + "nullable": true, + "type": "string" + }, + "profa_40ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_40ord_alowq": { + "nullable": true, + "type": "string" + }, + "profa_50ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_50ord_alowq": { + "nullable": true, + "type": "string" + }, + "profa_60ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_60ord_alowq": { + "nullable": true, + "type": "string" + }, + "profa_rdex_60ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_rdex_60ord_alowq": { + "nullable": true, + "type": "string" + }, + "profa_rdex_aplc_tp": { + "nullable": true, + "type": "string" + }, + "pur_amt": { + "nullable": true, + "type": "string" + }, + "pur_exct_amt": { + "nullable": true, + "type": "string" + }, + "repl_amt": { + "nullable": true, + "type": "string" + }, + "tdy_reu_alowa": { + "nullable": true, + "type": "string" + }, + "uncla": { + "nullable": true, + "type": "string" + }, + "wthd_alowa": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00011Request": { + "description": "KiwoomApiDostkAcntKt00011Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "uv": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00011Response": { + "description": "KiwoomApiDostkAcntKt00011Response schema", + "properties": { + "aplc_rt": { + "nullable": true, + "type": "string" + }, + "entr": { + "nullable": true, + "type": "string" + }, + "min_ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "min_ord_alowq": { + "nullable": true, + "type": "string" + }, + "min_pred_reu_amt": { + "nullable": true, + "type": "string" + }, + "min_tdy_reu_amt": { + "nullable": true, + "type": "string" + }, + "ord_alowa": { + "nullable": true, + "type": "string" + }, + "ord_pos_repl": { + "nullable": true, + "type": "string" + }, + "profa_100ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_100ord_alowq": { + "nullable": true, + "type": "string" + }, + "profa_100pred_reu_amt": { + "nullable": true, + "type": "string" + }, + "profa_100tdy_reu_amt": { + "nullable": true, + "type": "string" + }, + "profa_20ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_20ord_alowq": { + "nullable": true, + "type": "string" + }, + "profa_20pred_reu_amt": { + "nullable": true, + "type": "string" + }, + "profa_20tdy_reu_amt": { + "nullable": true, + "type": "string" + }, + "profa_30ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_30ord_alowq": { + "nullable": true, + "type": "string" + }, + "profa_30pred_reu_amt": { + "nullable": true, + "type": "string" + }, + "profa_30tdy_reu_amt": { + "nullable": true, + "type": "string" + }, + "profa_40ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_40ord_alowq": { + "nullable": true, + "type": "string" + }, + "profa_40pred_reu_amt": { + "nullable": true, + "type": "string" + }, + "profa_40tdy_reu_amt": { + "nullable": true, + "type": "string" + }, + "profa_50ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_50ord_alowq": { + "nullable": true, + "type": "string" + }, + "profa_50pred_reu_amt": { + "nullable": true, + "type": "string" + }, + "profa_50tdy_reu_amt": { + "nullable": true, + "type": "string" + }, + "profa_60ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_60ord_alowq": { + "nullable": true, + "type": "string" + }, + "profa_60pred_reu_amt": { + "nullable": true, + "type": "string" + }, + "profa_60tdy_reu_amt": { + "nullable": true, + "type": "string" + }, + "profa_rt": { + "nullable": true, + "type": "string" + }, + "repl_amt": { + "nullable": true, + "type": "string" + }, + "stk_profa_rt": { + "nullable": true, + "type": "string" + }, + "uncla": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00012Request": { + "description": "KiwoomApiDostkAcntKt00012Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "uv": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00012Response": { + "description": "KiwoomApiDostkAcntKt00012Response schema", + "properties": { + "assr_30ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "assr_30ord_alowq": { + "nullable": true, + "type": "string" + }, + "assr_30pred_reu_amt": { + "nullable": true, + "type": "string" + }, + "assr_30tdy_reu_amt": { + "nullable": true, + "type": "string" + }, + "assr_40ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "assr_40ord_alowq": { + "nullable": true, + "type": "string" + }, + "assr_40pred_reu_amt": { + "nullable": true, + "type": "string" + }, + "assr_40tdy_reu_amt": { + "nullable": true, + "type": "string" + }, + "assr_50ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "assr_50ord_alowq": { + "nullable": true, + "type": "string" + }, + "assr_50pred_reu_amt": { + "nullable": true, + "type": "string" + }, + "assr_50tdy_reu_amt": { + "nullable": true, + "type": "string" + }, + "assr_60ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "assr_60ord_alowq": { + "nullable": true, + "type": "string" + }, + "assr_60pred_reu_amt": { + "nullable": true, + "type": "string" + }, + "assr_60tdy_reu_amt": { + "nullable": true, + "type": "string" + }, + "entr": { + "nullable": true, + "type": "string" + }, + "min_amt": { + "nullable": true, + "type": "string" + }, + "min_qty": { + "nullable": true, + "type": "string" + }, + "ord_alowa": { + "nullable": true, + "type": "string" + }, + "ord_pos_repl": { + "nullable": true, + "type": "string" + }, + "out_alowa": { + "nullable": true, + "type": "string" + }, + "out_pos_qty": { + "nullable": true, + "type": "string" + }, + "repl_amt": { + "nullable": true, + "type": "string" + }, + "stk_assr_rt": { + "nullable": true, + "type": "string" + }, + "stk_assr_rt_nm": { + "nullable": true, + "type": "string" + }, + "uncla": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00013Request": { + "description": "KiwoomApiDostkAcntKt00013Request schema" + }, + "KiwoomApiDostkAcntKt00013Response": { + "description": "KiwoomApiDostkAcntKt00013Response schema", + "properties": { + "100ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "20ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "30ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "40ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "50ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "60ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "ch_amt": { + "nullable": true, + "type": "string" + }, + "ch_ord_alow_repla": { + "nullable": true, + "type": "string" + }, + "ch_ord_repl_profa": { + "nullable": true, + "type": "string" + }, + "ch_profa": { + "nullable": true, + "type": "string" + }, + "ch_repl_lck_gold": { + "nullable": true, + "type": "string" + }, + "ch_use_lmtt_amt": { + "nullable": true, + "type": "string" + }, + "crd_grnt_ch": { + "nullable": true, + "type": "string" + }, + "crd_grnt_repl": { + "nullable": true, + "type": "string" + }, + "crd_grnta_ch": { + "nullable": true, + "type": "string" + }, + "crd_grnta_repl": { + "nullable": true, + "type": "string" + }, + "crd_ord_alow_repla": { + "nullable": true, + "type": "string" + }, + "crd_ord_repl_profa": { + "nullable": true, + "type": "string" + }, + "crd_repl_conv_gold": { + "nullable": true, + "type": "string" + }, + "crd_repl_lck_gold": { + "nullable": true, + "type": "string" + }, + "crd_repl_profa": { + "nullable": true, + "type": "string" + }, + "d2ch_ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "d2vexct_entr": { + "nullable": true, + "type": "string" + }, + "evlt_repl_amt_spg_use_skip": { + "nullable": true, + "type": "string" + }, + "evlt_repl_rt": { + "nullable": true, + "type": "string" + }, + "ls_grnt_reu_gold": { + "nullable": true, + "type": "string" + }, + "pred_crd_rpya_loss_amt": { + "nullable": true, + "type": "string" + }, + "pred_ls_rpya_loss_repl_profa": { + "nullable": true, + "type": "string" + }, + "pred_reu_alowa": { + "nullable": true, + "type": "string" + }, + "pred_reu_alowa_fin": { + "nullable": true, + "type": "string" + }, + "pred_reu_lmtt_amt": { + "nullable": true, + "type": "string" + }, + "pred_reu_objt_amt": { + "nullable": true, + "type": "string" + }, + "pred_reu_use_amt": { + "nullable": true, + "type": "string" + }, + "repl_alowa": { + "nullable": true, + "type": "string" + }, + "repl_alowa_2": { + "nullable": true, + "type": "string" + }, + "repl_amt_amt": { + "nullable": true, + "type": "string" + }, + "repl_profa": { + "nullable": true, + "type": "string" + }, + "repl_use_lmtt_amt": { + "nullable": true, + "type": "string" + }, + "tdy_crd_rpya_loss_amt": { + "nullable": true, + "type": "string" + }, + "tdy_ls_rpya_loss_repl_profa": { + "nullable": true, + "type": "string" + }, + "tdy_reu_alowa": { + "nullable": true, + "type": "string" + }, + "tdy_reu_alowa_fin": { + "nullable": true, + "type": "string" + }, + "tdy_reu_lmtt_amt": { + "nullable": true, + "type": "string" + }, + "tdy_reu_objt_amt": { + "nullable": true, + "type": "string" + }, + "tdy_reu_use_amt": { + "nullable": true, + "type": "string" + }, + "uncla": { + "nullable": true, + "type": "string" + }, + "use_pos_ch": { + "nullable": true, + "type": "string" + }, + "use_pos_ch_fin": { + "nullable": true, + "type": "string" + }, + "use_pos_repl": { + "nullable": true, + "type": "string" + }, + "use_pos_repl_fin": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00015Request": { + "description": "KiwoomApiDostkAcntKt00015Request schema", + "properties": { + "crnc_cd": { + "nullable": true, + "type": "string" + }, + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "end_dt": { + "nullable": true, + "type": "string" + }, + "frgn_stex_code": { + "nullable": true, + "type": "string" + }, + "gds_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + }, + "tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00015Response": { + "description": "KiwoomApiDostkAcntKt00015Response schema", + "properties": { + "trst_ovrl_trde_prps_array": { + "items": { + "nullable": true, + "properties": { + "cmsn": { + "nullable": true, + "type": "string" + }, + "cntr_dt": { + "nullable": true, + "type": "string" + }, + "crd_deal_tp_nm": { + "nullable": true, + "type": "string" + }, + "crnc_cd": { + "nullable": true, + "type": "string" + }, + "dly_sum": { + "nullable": true, + "type": "string" + }, + "entra_remn": { + "nullable": true, + "type": "string" + }, + "exct_amt": { + "nullable": true, + "type": "string" + }, + "fc_cmsn": { + "nullable": true, + "type": "string" + }, + "fc_dly_sum": { + "nullable": true, + "type": "string" + }, + "fc_entra": { + "nullable": true, + "type": "string" + }, + "fc_exct_amt": { + "nullable": true, + "type": "string" + }, + "fc_trde_amt": { + "nullable": true, + "type": "string" + }, + "fc_trde_tax": { + "nullable": true, + "type": "string" + }, + "fc_uncl_ocr": { + "nullable": true, + "type": "string" + }, + "frgn_pay_txam": { + "nullable": true, + "type": "string" + }, + "incm_resi_tax": { + "nullable": true, + "type": "string" + }, + "int_ls_usfe": { + "nullable": true, + "type": "string" + }, + "io_tp": { + "nullable": true, + "type": "string" + }, + "io_tp_nm": { + "nullable": true, + "type": "string" + }, + "isin_cd": { + "nullable": true, + "type": "string" + }, + "loan_amt_rpya": { + "nullable": true, + "type": "string" + }, + "loan_dt": { + "nullable": true, + "type": "string" + }, + "mdia_tp_nm": { + "nullable": true, + "type": "string" + }, + "orig_deal_no": { + "nullable": true, + "type": "string" + }, + "prcsr": { + "nullable": true, + "type": "string" + }, + "proc_brch": { + "nullable": true, + "type": "string" + }, + "proc_tm": { + "nullable": true, + "type": "string" + }, + "rcpmnyer": { + "nullable": true, + "type": "string" + }, + "rcpy_no": { + "nullable": true, + "type": "string" + }, + "rmrk_nm": { + "nullable": true, + "type": "string" + }, + "rpy_diffa": { + "nullable": true, + "type": "string" + }, + "rpym_sum": { + "nullable": true, + "type": "string" + }, + "rpym_sum_fr": { + "nullable": true, + "type": "string" + }, + "stex_cd": { + "nullable": true, + "type": "string" + }, + "stex_nm": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tax_sum_cmsn": { + "nullable": true, + "type": "string" + }, + "trde_agri_tax": { + "nullable": true, + "type": "string" + }, + "trde_amt": { + "nullable": true, + "type": "string" + }, + "trde_dt": { + "nullable": true, + "type": "string" + }, + "trde_kind_nm": { + "nullable": true, + "type": "string" + }, + "trde_no": { + "nullable": true, + "type": "string" + }, + "trde_ocr_tp": { + "nullable": true, + "type": "string" + }, + "trde_prtc_tp": { + "nullable": true, + "type": "string" + }, + "trde_qty_jwa_cnt": { + "nullable": true, + "type": "string" + }, + "trde_stle": { + "nullable": true, + "type": "string" + }, + "trde_unit": { + "nullable": true, + "type": "string" + }, + "txon_base_pric": { + "nullable": true, + "type": "string" + }, + "uncl_ocr": { + "nullable": true, + "type": "string" + }, + "vlbl_nowrm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00016Request": { + "description": "KiwoomApiDostkAcntKt00016Request schema", + "properties": { + "fr_dt": { + "nullable": true, + "type": "string" + }, + "to_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00016Response": { + "description": "KiwoomApiDostkAcntKt00016Response schema", + "properties": { + "ch_uncla_fr": { + "nullable": true, + "type": "string" + }, + "ch_uncla_to": { + "nullable": true, + "type": "string" + }, + "crd_int_fr": { + "nullable": true, + "type": "string" + }, + "crd_int_npay_gold_fr": { + "nullable": true, + "type": "string" + }, + "crd_int_npay_gold_to": { + "nullable": true, + "type": "string" + }, + "crd_int_to": { + "nullable": true, + "type": "string" + }, + "crd_loan_fr": { + "nullable": true, + "type": "string" + }, + "crd_loan_to": { + "nullable": true, + "type": "string" + }, + "dept_nm": { + "nullable": true, + "type": "string" + }, + "entr_fr": { + "nullable": true, + "type": "string" + }, + "entr_to": { + "nullable": true, + "type": "string" + }, + "etc_loana_fr": { + "nullable": true, + "type": "string" + }, + "etc_loana_to": { + "nullable": true, + "type": "string" + }, + "evltv_prft": { + "nullable": true, + "type": "string" + }, + "futr_repl_sella": { + "nullable": true, + "type": "string" + }, + "invt_bsamt": { + "nullable": true, + "type": "string" + }, + "krw_asgna_fr": { + "nullable": true, + "type": "string" + }, + "krw_asgna_to": { + "nullable": true, + "type": "string" + }, + "loan_amt_fr": { + "nullable": true, + "type": "string" + }, + "loan_amt_to": { + "nullable": true, + "type": "string" + }, + "ls_evlta_fr": { + "nullable": true, + "type": "string" + }, + "ls_evlta_to": { + "nullable": true, + "type": "string" + }, + "ls_grnt_fr": { + "nullable": true, + "type": "string" + }, + "ls_grnt_to": { + "nullable": true, + "type": "string" + }, + "mang_empno": { + "nullable": true, + "type": "string" + }, + "mngr_nm": { + "nullable": true, + "type": "string" + }, + "prft_rt": { + "nullable": true, + "type": "string" + }, + "rght_evlta_fr": { + "nullable": true, + "type": "string" + }, + "rght_evlta_to": { + "nullable": true, + "type": "string" + }, + "scrt_evlt_amt_fr": { + "nullable": true, + "type": "string" + }, + "scrt_evlt_amt_to": { + "nullable": true, + "type": "string" + }, + "termin_tot_inq": { + "nullable": true, + "type": "string" + }, + "termin_tot_outq": { + "nullable": true, + "type": "string" + }, + "termin_tot_pymn": { + "nullable": true, + "type": "string" + }, + "termin_tot_trns": { + "nullable": true, + "type": "string" + }, + "tern_rt": { + "nullable": true, + "type": "string" + }, + "tot_amt_fr": { + "nullable": true, + "type": "string" + }, + "tot_amt_to": { + "nullable": true, + "type": "string" + }, + "trst_repl_sella": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00017Request": { + "description": "KiwoomApiDostkAcntKt00017Request schema" + }, + "KiwoomApiDostkAcntKt00017Response": { + "description": "KiwoomApiDostkAcntKt00017Response schema", + "properties": { + "bd_evlt_amt": { + "nullable": true, + "type": "string" + }, + "buy_amt": { + "nullable": true, + "type": "string" + }, + "cmsn": { + "nullable": true, + "type": "string" + }, + "crd_int_amt": { + "nullable": true, + "type": "string" + }, + "crd_int_npay_gold": { + "nullable": true, + "type": "string" + }, + "crd_loan_d2": { + "nullable": true, + "type": "string" + }, + "crd_loan_evlta_d2": { + "nullable": true, + "type": "string" + }, + "crd_ls_evlta_d2": { + "nullable": true, + "type": "string" + }, + "crd_ls_grnt_d2": { + "nullable": true, + "type": "string" + }, + "crd_stk_evlt_amt_d2": { + "nullable": true, + "type": "string" + }, + "d2_entra": { + "nullable": true, + "type": "string" + }, + "dpst_grnt_use_amt_d2": { + "nullable": true, + "type": "string" + }, + "dvida_amt": { + "nullable": true, + "type": "string" + }, + "elsevlt_amt": { + "nullable": true, + "type": "string" + }, + "etc_loana": { + "nullable": true, + "type": "string" + }, + "gnrl_stk_evlt_amt_d2": { + "nullable": true, + "type": "string" + }, + "ina_amt": { + "nullable": true, + "type": "string" + }, + "inq_amt": { + "nullable": true, + "type": "string" + }, + "outa": { + "nullable": true, + "type": "string" + }, + "outq_amt": { + "nullable": true, + "type": "string" + }, + "rp_evlt_amt": { + "nullable": true, + "type": "string" + }, + "sel_prica_grnt_loan_int_amt_amt": { + "nullable": true, + "type": "string" + }, + "sell_amt": { + "nullable": true, + "type": "string" + }, + "stk_pur_cptal_loan_amt": { + "nullable": true, + "type": "string" + }, + "tax": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00018Request": { + "description": "KiwoomApiDostkAcntKt00018Request schema", + "properties": { + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "qry_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt00018Response": { + "description": "KiwoomApiDostkAcntKt00018Response schema", + "properties": { + "acnt_evlt_remn_indv_tot": { + "items": { + "nullable": true, + "properties": { + "crd_loan_dt": { + "nullable": true, + "type": "string" + }, + "crd_tp": { + "nullable": true, + "type": "string" + }, + "crd_tp_nm": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "evlt_amt": { + "nullable": true, + "type": "string" + }, + "evltv_prft": { + "nullable": true, + "type": "string" + }, + "poss_rt": { + "nullable": true, + "type": "string" + }, + "pred_buyq": { + "nullable": true, + "type": "string" + }, + "pred_close_pric": { + "nullable": true, + "type": "string" + }, + "pred_sellq": { + "nullable": true, + "type": "string" + }, + "prft_rt": { + "nullable": true, + "type": "string" + }, + "pur_amt": { + "nullable": true, + "type": "string" + }, + "pur_cmsn": { + "nullable": true, + "type": "string" + }, + "pur_pric": { + "nullable": true, + "type": "string" + }, + "rmnd_qty": { + "nullable": true, + "type": "string" + }, + "sell_cmsn": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "sum_cmsn": { + "nullable": true, + "type": "string" + }, + "tax": { + "nullable": true, + "type": "string" + }, + "tdy_buyq": { + "nullable": true, + "type": "string" + }, + "tdy_sellq": { + "nullable": true, + "type": "string" + }, + "trde_able_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "prsm_dpst_aset_amt": { + "nullable": true, + "type": "string" + }, + "tot_crd_loan_amt": { + "nullable": true, + "type": "string" + }, + "tot_crd_ls_amt": { + "nullable": true, + "type": "string" + }, + "tot_evlt_amt": { + "nullable": true, + "type": "string" + }, + "tot_evlt_pl": { + "nullable": true, + "type": "string" + }, + "tot_loan_amt": { + "nullable": true, + "type": "string" + }, + "tot_prft_rt": { + "nullable": true, + "type": "string" + }, + "tot_pur_amt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt50020Request": { + "description": "KiwoomApiDostkAcntKt50020Request schema" + }, + "KiwoomApiDostkAcntKt50020Response": { + "description": "KiwoomApiDostkAcntKt50020Response schema", + "properties": { + "gold_acnt_evlt_prst": { + "items": { + "nullable": true, + "properties": { + "able_qty": { + "nullable": true, + "type": "string" + }, + "avg_prc": { + "nullable": true, + "type": "string" + }, + "book_amt2": { + "nullable": true, + "type": "string" + }, + "buy_qty": { + "nullable": true, + "type": "string" + }, + "cmsn": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "est_amt": { + "nullable": true, + "type": "string" + }, + "est_lspft": { + "nullable": true, + "type": "string" + }, + "est_ratio": { + "nullable": true, + "type": "string" + }, + "pl_prch_prc": { + "nullable": true, + "type": "string" + }, + "qty": { + "nullable": true, + "type": "string" + }, + "real_qty": { + "nullable": true, + "type": "string" + }, + "sell_qty": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "vlad_tax": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "net_amt": { + "nullable": true, + "type": "string" + }, + "net_entr": { + "nullable": true, + "type": "string" + }, + "paym_alowa": { + "nullable": true, + "type": "string" + }, + "pl_amt": { + "nullable": true, + "type": "string" + }, + "tot_book_amt2": { + "nullable": true, + "type": "string" + }, + "tot_dep_amt": { + "nullable": true, + "type": "string" + }, + "tot_entr": { + "nullable": true, + "type": "string" + }, + "tot_est_amt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt50021Request": { + "description": "KiwoomApiDostkAcntKt50021Request schema" + }, + "KiwoomApiDostkAcntKt50021Response": { + "description": "KiwoomApiDostkAcntKt50021Response schema", + "properties": { + "buy_exct_amt": { + "nullable": true, + "type": "string" + }, + "chck_ina_amt": { + "nullable": true, + "type": "string" + }, + "dly_amt": { + "nullable": true, + "type": "string" + }, + "entra": { + "nullable": true, + "type": "string" + }, + "etc_loan": { + "nullable": true, + "type": "string" + }, + "etc_loan_dlfe": { + "nullable": true, + "type": "string" + }, + "etc_loan_tot": { + "nullable": true, + "type": "string" + }, + "ord_alow_amt": { + "nullable": true, + "type": "string" + }, + "profa_ch": { + "nullable": true, + "type": "string" + }, + "prsm_entra": { + "nullable": true, + "type": "string" + }, + "prsm_pymn_alow_amt": { + "nullable": true, + "type": "string" + }, + "pymn_alow_amt": { + "nullable": true, + "type": "string" + }, + "sell_buy_exct_amt": { + "nullable": true, + "type": "string" + }, + "sell_exct_amt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt50030Request": { + "description": "KiwoomApiDostkAcntKt50030Request schema", + "properties": { + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "fr_ord_no": { + "nullable": true, + "type": "string" + }, + "mrkt_deal_tp": { + "nullable": true, + "type": "string" + }, + "ord_dt": { + "nullable": true, + "type": "string" + }, + "qry_tp": { + "nullable": true, + "type": "string" + }, + "slby_tp": { + "nullable": true, + "type": "string" + }, + "stk_bond_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt50030Response": { + "description": "KiwoomApiDostkAcntKt50030Response schema", + "properties": { + "acnt_ord_cntr_prst": { + "items": { + "nullable": true, + "properties": { + "cnfm_qty": { + "nullable": true, + "type": "string" + }, + "cntr_qty": { + "nullable": true, + "type": "string" + }, + "cntr_uv": { + "nullable": true, + "type": "string" + }, + "comm_ord_tp": { + "nullable": true, + "type": "string" + }, + "cond_uv": { + "nullable": true, + "type": "string" + }, + "crd_deal_tp": { + "nullable": true, + "type": "string" + }, + "data_send_end_tp": { + "nullable": true, + "type": "string" + }, + "dcd_tp_nm": { + "nullable": true, + "type": "string" + }, + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "io_tp_nm": { + "nullable": true, + "type": "string" + }, + "mdfy_cncl_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_deal_tp": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + }, + "ord_qty": { + "nullable": true, + "type": "string" + }, + "ord_remnq": { + "nullable": true, + "type": "string" + }, + "ord_uv": { + "nullable": true, + "type": "string" + }, + "orig_ord_no": { + "nullable": true, + "type": "string" + }, + "rsrv_tp": { + "nullable": true, + "type": "string" + }, + "stk_bond_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt50031Request": { + "description": "KiwoomApiDostkAcntKt50031Request schema", + "properties": { + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "fr_ord_no": { + "nullable": true, + "type": "string" + }, + "ord_dt": { + "nullable": true, + "type": "string" + }, + "qry_tp": { + "nullable": true, + "type": "string" + }, + "sell_tp": { + "nullable": true, + "type": "string" + }, + "stk_bond_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt50031Response": { + "description": "KiwoomApiDostkAcntKt50031Response schema", + "properties": { + "acnt_ord_cntr_prps_dtl": { + "items": { + "nullable": true, + "properties": { + "acpt_tp": { + "nullable": true, + "type": "string" + }, + "cnfm_qty": { + "nullable": true, + "type": "string" + }, + "cnfm_tm": { + "nullable": true, + "type": "string" + }, + "cntr_qty": { + "nullable": true, + "type": "string" + }, + "cntr_uv": { + "nullable": true, + "type": "string" + }, + "comm_ord_tp": { + "nullable": true, + "type": "string" + }, + "cond_uv": { + "nullable": true, + "type": "string" + }, + "crd_tp": { + "nullable": true, + "type": "string" + }, + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "io_tp_nm": { + "nullable": true, + "type": "string" + }, + "loan_dt": { + "nullable": true, + "type": "string" + }, + "mdfy_cncl": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + }, + "ord_qty": { + "nullable": true, + "type": "string" + }, + "ord_remnq": { + "nullable": true, + "type": "string" + }, + "ord_tm": { + "nullable": true, + "type": "string" + }, + "ord_uv": { + "nullable": true, + "type": "string" + }, + "ori_ord": { + "nullable": true, + "type": "string" + }, + "rsrv_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt50032Request": { + "description": "KiwoomApiDostkAcntKt50032Request schema", + "properties": { + "end_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + }, + "tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt50032Response": { + "description": "KiwoomApiDostkAcntKt50032Response schema", + "properties": { + "acnt_print": { + "nullable": true, + "type": "string" + }, + "gold_trde_hist": { + "items": { + "nullable": true, + "properties": { + "cmsn": { + "nullable": true, + "type": "string" + }, + "cntr_dt": { + "nullable": true, + "type": "string" + }, + "deal_amt": { + "nullable": true, + "type": "string" + }, + "deal_dt": { + "nullable": true, + "type": "string" + }, + "deal_no": { + "nullable": true, + "type": "string" + }, + "deal_qty": { + "nullable": true, + "type": "string" + }, + "dly_sum": { + "nullable": true, + "type": "string" + }, + "entra_remn": { + "nullable": true, + "type": "string" + }, + "exct_amt": { + "nullable": true, + "type": "string" + }, + "gold_spot_vat": { + "nullable": true, + "type": "string" + }, + "mdia_nm": { + "nullable": true, + "type": "string" + }, + "orig_deal_no": { + "nullable": true, + "type": "string" + }, + "prcsr": { + "nullable": true, + "type": "string" + }, + "proc_brch_nm": { + "nullable": true, + "type": "string" + }, + "proc_time": { + "nullable": true, + "type": "string" + }, + "rcpy_no": { + "nullable": true, + "type": "string" + }, + "rmrk_nm": { + "nullable": true, + "type": "string" + }, + "rpym_sum": { + "nullable": true, + "type": "string" + }, + "spot_remn": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tax_tot_amt": { + "nullable": true, + "type": "string" + }, + "uncl_ocr": { + "nullable": true, + "type": "string" + }, + "uv_exrt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt50075Request": { + "description": "KiwoomApiDostkAcntKt50075Request schema", + "properties": { + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "fr_ord_no": { + "nullable": true, + "type": "string" + }, + "mrkt_deal_tp": { + "nullable": true, + "type": "string" + }, + "ord_dt": { + "nullable": true, + "type": "string" + }, + "qry_tp": { + "nullable": true, + "type": "string" + }, + "sell_tp": { + "nullable": true, + "type": "string" + }, + "stk_bond_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkAcntKt50075Response": { + "description": "KiwoomApiDostkAcntKt50075Response schema", + "properties": { + "acnt_ord_oso_prst": { + "items": { + "nullable": true, + "properties": { + "cnfm_qty": { + "nullable": true, + "type": "string" + }, + "cntr_qty": { + "nullable": true, + "type": "string" + }, + "cntr_uv": { + "nullable": true, + "type": "string" + }, + "comm_ord_tp": { + "nullable": true, + "type": "string" + }, + "cond_uv": { + "nullable": true, + "type": "string" + }, + "crd_deal_tp": { + "nullable": true, + "type": "string" + }, + "data_send_end_tp": { + "nullable": true, + "type": "string" + }, + "dcd_tp_nm": { + "nullable": true, + "type": "string" + }, + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "io_tp_nm": { + "nullable": true, + "type": "string" + }, + "mdfy_cncl_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_deal_tp": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + }, + "ord_qty": { + "nullable": true, + "type": "string" + }, + "ord_remnq": { + "nullable": true, + "type": "string" + }, + "ord_uv": { + "nullable": true, + "type": "string" + }, + "orig_ord_no": { + "nullable": true, + "type": "string" + }, + "rsrv_tp": { + "nullable": true, + "type": "string" + }, + "stk_bond_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10060Request": { + "description": "KiwoomApiDostkChartKa10060Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + }, + "unit_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10060Response": { + "description": "KiwoomApiDostkChartKa10060Response schema", + "properties": { + "stk_invsr_orgn_chart": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "bank": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "etc_corp": { + "nullable": true, + "type": "string" + }, + "etc_fnnc": { + "nullable": true, + "type": "string" + }, + "fnnc_invt": { + "nullable": true, + "type": "string" + }, + "frgnr_invsr": { + "nullable": true, + "type": "string" + }, + "ind_invsr": { + "nullable": true, + "type": "string" + }, + "insrnc": { + "nullable": true, + "type": "string" + }, + "invtrt": { + "nullable": true, + "type": "string" + }, + "natfor": { + "nullable": true, + "type": "string" + }, + "natn": { + "nullable": true, + "type": "string" + }, + "orgn": { + "nullable": true, + "type": "string" + }, + "penfnd_etc": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "samo_fund": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10064Request": { + "description": "KiwoomApiDostkChartKa10064Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10064Response": { + "description": "KiwoomApiDostkChartKa10064Response schema", + "properties": { + "opmr_invsr_trde_chart": { + "items": { + "nullable": true, + "properties": { + "bank": { + "nullable": true, + "type": "string" + }, + "etc_corp": { + "nullable": true, + "type": "string" + }, + "frgnr_invsr": { + "nullable": true, + "type": "string" + }, + "insrnc": { + "nullable": true, + "type": "string" + }, + "invtrt": { + "nullable": true, + "type": "string" + }, + "natn": { + "nullable": true, + "type": "string" + }, + "orgn": { + "nullable": true, + "type": "string" + }, + "penfnd_etc": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10079Request": { + "description": "KiwoomApiDostkChartKa10079Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "tic_scope": { + "nullable": true, + "type": "string" + }, + "upd_stkpc_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10079Response": { + "description": "KiwoomApiDostkChartKa10079Response schema", + "properties": { + "last_tic_cnt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_tic_chart_qry": { + "items": { + "nullable": true, + "properties": { + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10080Request": { + "description": "KiwoomApiDostkChartKa10080Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "tic_scope": { + "nullable": true, + "type": "string" + }, + "upd_stkpc_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10080Response": { + "description": "KiwoomApiDostkChartKa10080Response schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_min_pole_chart_qry": { + "items": { + "nullable": true, + "properties": { + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10081Request": { + "description": "KiwoomApiDostkChartKa10081Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "upd_stkpc_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10081Response": { + "description": "KiwoomApiDostkChartKa10081Response schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_dt_pole_chart_qry": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "trde_tern_rt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10082Request": { + "description": "KiwoomApiDostkChartKa10082Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "upd_stkpc_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10082Response": { + "description": "KiwoomApiDostkChartKa10082Response schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_stk_pole_chart_qry": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "trde_tern_rt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10083Request": { + "description": "KiwoomApiDostkChartKa10083Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "upd_stkpc_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10083Response": { + "description": "KiwoomApiDostkChartKa10083Response schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_mth_pole_chart_qry": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "trde_tern_rt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10094Request": { + "description": "KiwoomApiDostkChartKa10094Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "upd_stkpc_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa10094Response": { + "description": "KiwoomApiDostkChartKa10094Response schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_yr_pole_chart_qry": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa20004Request": { + "description": "KiwoomApiDostkChartKa20004Request schema", + "properties": { + "inds_cd": { + "nullable": true, + "type": "string" + }, + "tic_scope": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa20004Response": { + "description": "KiwoomApiDostkChartKa20004Response schema", + "properties": { + "inds_cd": { + "nullable": true, + "type": "string" + }, + "inds_tic_chart_qry": { + "items": { + "nullable": true, + "properties": { + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa20005Request": { + "description": "KiwoomApiDostkChartKa20005Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "inds_cd": { + "nullable": true, + "type": "string" + }, + "tic_scope": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa20005Response": { + "description": "KiwoomApiDostkChartKa20005Response schema", + "properties": { + "inds_cd": { + "nullable": true, + "type": "string" + }, + "inds_min_pole_qry": { + "items": { + "nullable": true, + "properties": { + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa20006Request": { + "description": "KiwoomApiDostkChartKa20006Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "inds_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa20006Response": { + "description": "KiwoomApiDostkChartKa20006Response schema", + "properties": { + "inds_cd": { + "nullable": true, + "type": "string" + }, + "inds_dt_pole_qry": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa20007Request": { + "description": "KiwoomApiDostkChartKa20007Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "inds_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa20007Response": { + "description": "KiwoomApiDostkChartKa20007Response schema", + "properties": { + "inds_cd": { + "nullable": true, + "type": "string" + }, + "inds_stk_pole_qry": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa20008Request": { + "description": "KiwoomApiDostkChartKa20008Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "inds_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa20008Response": { + "description": "KiwoomApiDostkChartKa20008Response schema", + "properties": { + "inds_cd": { + "nullable": true, + "type": "string" + }, + "inds_mth_pole_qry": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa20019Request": { + "description": "KiwoomApiDostkChartKa20019Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "inds_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa20019Response": { + "description": "KiwoomApiDostkChartKa20019Response schema", + "properties": { + "inds_cd": { + "nullable": true, + "type": "string" + }, + "inds_yr_pole_qry": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa50079Request": { + "description": "KiwoomApiDostkChartKa50079Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "tic_scope": { + "nullable": true, + "type": "string" + }, + "upd_stkpc_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa50079Response": { + "description": "KiwoomApiDostkChartKa50079Response schema", + "properties": { + "gds_tic_chart_qry": { + "items": { + "nullable": true, + "properties": { + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa50080Request": { + "description": "KiwoomApiDostkChartKa50080Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "tic_scope": { + "nullable": true, + "type": "string" + }, + "upd_stkpc_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa50080Response": { + "description": "KiwoomApiDostkChartKa50080Response schema", + "properties": { + "gds_min_chart_qry": { + "items": { + "nullable": true, + "properties": { + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa50081Request": { + "description": "KiwoomApiDostkChartKa50081Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "upd_stkpc_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa50081Response": { + "description": "KiwoomApiDostkChartKa50081Response schema", + "properties": { + "gds_day_chart_qry": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa50082Request": { + "description": "KiwoomApiDostkChartKa50082Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "upd_stkpc_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa50082Response": { + "description": "KiwoomApiDostkChartKa50082Response schema", + "properties": { + "gds_week_chart_qry": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa50083Request": { + "description": "KiwoomApiDostkChartKa50083Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "upd_stkpc_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa50083Response": { + "description": "KiwoomApiDostkChartKa50083Response schema", + "properties": { + "gds_month_chart_qry": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa50091Request": { + "description": "KiwoomApiDostkChartKa50091Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "tic_scope": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa50091Response": { + "description": "KiwoomApiDostkChartKa50091Response schema", + "properties": { + "gds_tic_chart_qry": { + "items": { + "nullable": true, + "properties": { + "cntr_pric": { + "nullable": true, + "type": "string" + }, + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa50092Request": { + "description": "KiwoomApiDostkChartKa50092Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "tic_scope": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkChartKa50092Response": { + "description": "KiwoomApiDostkChartKa50092Response schema", + "properties": { + "gds_min_chart_qry": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cntr_pric": { + "nullable": true, + "type": "string" + }, + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkCrdordrKt10006Request": { + "description": "KiwoomApiDostkCrdordrKt10006Request schema", + "properties": { + "cond_uv": { + "nullable": true, + "type": "string" + }, + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "ord_qty": { + "nullable": true, + "type": "string" + }, + "ord_uv": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkCrdordrKt10006Response": { + "description": "KiwoomApiDostkCrdordrKt10006Response schema", + "properties": { + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkCrdordrKt10007Request": { + "description": "KiwoomApiDostkCrdordrKt10007Request schema", + "properties": { + "cond_uv": { + "nullable": true, + "type": "string" + }, + "crd_deal_tp": { + "nullable": true, + "type": "string" + }, + "crd_loan_dt": { + "nullable": true, + "type": "string" + }, + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "ord_qty": { + "nullable": true, + "type": "string" + }, + "ord_uv": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkCrdordrKt10007Response": { + "description": "KiwoomApiDostkCrdordrKt10007Response schema", + "properties": { + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkCrdordrKt10008Request": { + "description": "KiwoomApiDostkCrdordrKt10008Request schema", + "properties": { + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "mdfy_cond_uv": { + "nullable": true, + "type": "string" + }, + "mdfy_qty": { + "nullable": true, + "type": "string" + }, + "mdfy_uv": { + "nullable": true, + "type": "string" + }, + "orig_ord_no": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkCrdordrKt10008Response": { + "description": "KiwoomApiDostkCrdordrKt10008Response schema", + "properties": { + "base_orig_ord_no": { + "nullable": true, + "type": "string" + }, + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "mdfy_qty": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkCrdordrKt10009Request": { + "description": "KiwoomApiDostkCrdordrKt10009Request schema", + "properties": { + "cncl_qty": { + "nullable": true, + "type": "string" + }, + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "orig_ord_no": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkCrdordrKt10009Response": { + "description": "KiwoomApiDostkCrdordrKt10009Response schema", + "properties": { + "base_orig_ord_no": { + "nullable": true, + "type": "string" + }, + "cncl_qty": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa10048Request": { + "description": "KiwoomApiDostkElwKa10048Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa10048Response": { + "description": "KiwoomApiDostkElwKa10048Response schema", + "properties": { + "elwdaly_snst_ix": { + "items": { + "nullable": true, + "properties": { + "delta": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "gam": { + "nullable": true, + "type": "string" + }, + "iv": { + "nullable": true, + "type": "string" + }, + "law": { + "nullable": true, + "type": "string" + }, + "lp": { + "nullable": true, + "type": "string" + }, + "theta": { + "nullable": true, + "type": "string" + }, + "vega": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa10050Request": { + "description": "KiwoomApiDostkElwKa10050Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa10050Response": { + "description": "KiwoomApiDostkElwKa10050Response schema", + "properties": { + "elwsnst_ix_array": { + "items": { + "nullable": true, + "properties": { + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "delta": { + "nullable": true, + "type": "string" + }, + "elwtheory_pric": { + "nullable": true, + "type": "string" + }, + "gam": { + "nullable": true, + "type": "string" + }, + "iv": { + "nullable": true, + "type": "string" + }, + "law": { + "nullable": true, + "type": "string" + }, + "lp": { + "nullable": true, + "type": "string" + }, + "theta": { + "nullable": true, + "type": "string" + }, + "vega": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30001Request": { + "description": "KiwoomApiDostkElwKa30001Request schema", + "properties": { + "bsis_aset_cd": { + "nullable": true, + "type": "string" + }, + "flu_tp": { + "nullable": true, + "type": "string" + }, + "isscomp_cd": { + "nullable": true, + "type": "string" + }, + "lpcd": { + "nullable": true, + "type": "string" + }, + "rght_tp": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + }, + "tm_tp": { + "nullable": true, + "type": "string" + }, + "trde_end_elwskip": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30001Response": { + "description": "KiwoomApiDostkElwKa30001Response schema", + "properties": { + "base_pric_tm": { + "nullable": true, + "type": "string" + }, + "elwpric_jmpflu": { + "items": { + "nullable": true, + "properties": { + "base_pre": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "jmp_rt": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "rank": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_end_elwbase_pric": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30002Request": { + "description": "KiwoomApiDostkElwKa30002Request schema", + "properties": { + "dt": { + "nullable": true, + "type": "string" + }, + "isscomp_cd": { + "nullable": true, + "type": "string" + }, + "trde_end_elwskip": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30002Response": { + "description": "KiwoomApiDostkElwKa30002Response schema", + "properties": { + "trde_ori_elwnettrde_upper": { + "items": { + "nullable": true, + "properties": { + "buy_trde_qty": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "netprps": { + "nullable": true, + "type": "string" + }, + "sel_trde_qty": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "stkpc_flu": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30003Request": { + "description": "KiwoomApiDostkElwKa30003Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "bsis_aset_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30003Response": { + "description": "KiwoomApiDostkElwKa30003Response schema", + "properties": { + "elwlpposs_daly_trnsn": { + "items": { + "nullable": true, + "properties": { + "chg_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "lprmnd_qty": { + "nullable": true, + "type": "string" + }, + "pre_tp": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "wght": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30004Request": { + "description": "KiwoomApiDostkElwKa30004Request schema", + "properties": { + "bsis_aset_cd": { + "nullable": true, + "type": "string" + }, + "isscomp_cd": { + "nullable": true, + "type": "string" + }, + "lpcd": { + "nullable": true, + "type": "string" + }, + "rght_tp": { + "nullable": true, + "type": "string" + }, + "trde_end_elwskip": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30004Response": { + "description": "KiwoomApiDostkElwKa30004Response schema", + "properties": { + "elwdispty_rt": { + "items": { + "nullable": true, + "properties": { + "base_aset_nm": { + "nullable": true, + "type": "string" + }, + "basis": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dispty_rt": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "isscomp_nm": { + "nullable": true, + "type": "string" + }, + "pre_tp": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "rght_tp": { + "nullable": true, + "type": "string" + }, + "sqnc": { + "nullable": true, + "type": "string" + }, + "srvive_dys": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "theory_pric": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30005Request": { + "description": "KiwoomApiDostkElwKa30005Request schema", + "properties": { + "bsis_aset_cd": { + "nullable": true, + "type": "string" + }, + "isscomp_cd": { + "nullable": true, + "type": "string" + }, + "lpcd": { + "nullable": true, + "type": "string" + }, + "rght_tp": { + "nullable": true, + "type": "string" + }, + "sort_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30005Response": { + "description": "KiwoomApiDostkElwKa30005Response schema", + "properties": { + "elwcnd_qry": { + "items": { + "nullable": true, + "properties": { + "base_aset_nm": { + "nullable": true, + "type": "string" + }, + "buy_bid": { + "nullable": true, + "type": "string" + }, + "cfp": { + "nullable": true, + "type": "string" + }, + "cnvt_rt": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "delta": { + "nullable": true, + "type": "string" + }, + "dispty_rt": { + "nullable": true, + "type": "string" + }, + "exec_pric": { + "nullable": true, + "type": "string" + }, + "expr_dt": { + "nullable": true, + "type": "string" + }, + "fin_trde_dt": { + "nullable": true, + "type": "string" + }, + "flo_dt": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "gear_rt": { + "nullable": true, + "type": "string" + }, + "innr_vltl": { + "nullable": true, + "type": "string" + }, + "isscomp_nm": { + "nullable": true, + "type": "string" + }, + "lpinitlast_suply_dt": { + "nullable": true, + "type": "string" + }, + "lpmmcm_nm": { + "nullable": true, + "type": "string" + }, + "lpmmcm_nm_1": { + "nullable": true, + "type": "string" + }, + "lpmmcm_nm_2": { + "nullable": true, + "type": "string" + }, + "lpposs_rt": { + "nullable": true, + "type": "string" + }, + "lvrg": { + "nullable": true, + "type": "string" + }, + "pl_qutr_pt": { + "nullable": true, + "type": "string" + }, + "pl_qutr_rt": { + "nullable": true, + "type": "string" + }, + "pre_tp": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_trde_qty": { + "nullable": true, + "type": "string" + }, + "prty": { + "nullable": true, + "type": "string" + }, + "rght_tp": { + "nullable": true, + "type": "string" + }, + "sel_bid": { + "nullable": true, + "type": "string" + }, + "sqnc": { + "nullable": true, + "type": "string" + }, + "srvive_dys": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "theory_pric": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "trde_qty_pre": { + "nullable": true, + "type": "string" + }, + "xraymont_cntr_qty_arng_trde_tp": { + "nullable": true, + "type": "string" + }, + "xraymont_cntr_qty_profa_100tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30009Request": { + "description": "KiwoomApiDostkElwKa30009Request schema", + "properties": { + "rght_tp": { + "nullable": true, + "type": "string" + }, + "sort_tp": { + "nullable": true, + "type": "string" + }, + "trde_end_skip": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30009Response": { + "description": "KiwoomApiDostkElwKa30009Response schema", + "properties": { + "elwflu_rt_rank": { + "items": { + "nullable": true, + "properties": { + "buy_req": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "rank": { + "nullable": true, + "type": "string" + }, + "sel_req": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30010Request": { + "description": "KiwoomApiDostkElwKa30010Request schema", + "properties": { + "rght_tp": { + "nullable": true, + "type": "string" + }, + "sort_tp": { + "nullable": true, + "type": "string" + }, + "trde_end_skip": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30010Response": { + "description": "KiwoomApiDostkElwKa30010Response schema", + "properties": { + "elwreq_rank": { + "items": { + "nullable": true, + "properties": { + "buy_req": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "netprps_req": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "rank": { + "nullable": true, + "type": "string" + }, + "sel_req": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30011Request": { + "description": "KiwoomApiDostkElwKa30011Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30011Response": { + "description": "KiwoomApiDostkElwKa30011Response schema", + "properties": { + "elwalacc_rt": { + "items": { + "nullable": true, + "properties": { + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "alacc_rt": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30012Request": { + "description": "KiwoomApiDostkElwKa30012Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkElwKa30012Response": { + "description": "KiwoomApiDostkElwKa30012Response schema", + "properties": { + "all_hgst_pric": { + "nullable": true, + "type": "string" + }, + "all_lwst_pric": { + "nullable": true, + "type": "string" + }, + "aset_cd": { + "nullable": true, + "type": "string" + }, + "bsis_aset_1": { + "nullable": true, + "type": "string" + }, + "bsis_aset_2": { + "nullable": true, + "type": "string" + }, + "bsis_aset_3": { + "nullable": true, + "type": "string" + }, + "bsis_aset_4": { + "nullable": true, + "type": "string" + }, + "bsis_aset_5": { + "nullable": true, + "type": "string" + }, + "bsis_aset_comp_rt_1": { + "nullable": true, + "type": "string" + }, + "bsis_aset_comp_rt_2": { + "nullable": true, + "type": "string" + }, + "bsis_aset_comp_rt_3": { + "nullable": true, + "type": "string" + }, + "bsis_aset_comp_rt_4": { + "nullable": true, + "type": "string" + }, + "bsis_aset_comp_rt_5": { + "nullable": true, + "type": "string" + }, + "clsprd_end_elwocr": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dcsn_pay_amt": { + "nullable": true, + "type": "string" + }, + "dispty_rt": { + "nullable": true, + "type": "string" + }, + "elwappr_way": { + "nullable": true, + "type": "string" + }, + "elwcmpn_rt": { + "nullable": true, + "type": "string" + }, + "elwcnvt_rt": { + "nullable": true, + "type": "string" + }, + "elwexec_pric": { + "nullable": true, + "type": "string" + }, + "elwexpr_evlt_pric": { + "nullable": true, + "type": "string" + }, + "elwfin_trde_dt": { + "nullable": true, + "type": "string" + }, + "elwflo_dt": { + "nullable": true, + "type": "string" + }, + "elwgear": { + "nullable": true, + "type": "string" + }, + "elwinnr_vltl": { + "nullable": true, + "type": "string" + }, + "elwinvt_ix_comput": { + "nullable": true, + "type": "string" + }, + "elwlpord_pos": { + "nullable": true, + "type": "string" + }, + "elwpay_agnt": { + "nullable": true, + "type": "string" + }, + "elwpay_dt": { + "nullable": true, + "type": "string" + }, + "elwpblicte_orgn": { + "nullable": true, + "type": "string" + }, + "elwpl_qutr_rt": { + "nullable": true, + "type": "string" + }, + "elwpric_rising_part_rt": { + "nullable": true, + "type": "string" + }, + "elwprty": { + "nullable": true, + "type": "string" + }, + "elwrght_cntn": { + "nullable": true, + "type": "string" + }, + "elwrght_exec_way": { + "nullable": true, + "type": "string" + }, + "elwrght_type": { + "nullable": true, + "type": "string" + }, + "elwspread": { + "nullable": true, + "type": "string" + }, + "elwsrvive_dys": { + "nullable": true, + "type": "string" + }, + "elwtheory_pric": { + "nullable": true, + "type": "string" + }, + "evlt_end_tm": { + "nullable": true, + "type": "string" + }, + "evlt_fnsh_yn": { + "nullable": true, + "type": "string" + }, + "evlt_pric": { + "nullable": true, + "type": "string" + }, + "exec_dt": { + "nullable": true, + "type": "string" + }, + "exp_rght_pric": { + "nullable": true, + "type": "string" + }, + "expr_dt": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "fr_dt": { + "nullable": true, + "type": "string" + }, + "fr_tm": { + "nullable": true, + "type": "string" + }, + "imaf_hgst_pric": { + "nullable": true, + "type": "string" + }, + "imaf_lwst_pric": { + "nullable": true, + "type": "string" + }, + "iv": { + "nullable": true, + "type": "string" + }, + "kobarr": { + "nullable": true, + "type": "string" + }, + "lpmmcm_nm": { + "nullable": true, + "type": "string" + }, + "lpmmcm_nm_1": { + "nullable": true, + "type": "string" + }, + "lpmmcm_nm_2": { + "nullable": true, + "type": "string" + }, + "lpposs_rt": { + "nullable": true, + "type": "string" + }, + "lprmnd_qty": { + "nullable": true, + "type": "string" + }, + "lpsuply_end_dt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "sndhalf_mrkt_hgst_pric": { + "nullable": true, + "type": "string" + }, + "sndhalf_mrkt_lwst_pric": { + "nullable": true, + "type": "string" + }, + "stkcnt": { + "nullable": true, + "type": "string" + }, + "to_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40001Request": { + "description": "KiwoomApiDostkEtfKa40001Request schema", + "properties": { + "dt": { + "nullable": true, + "type": "string" + }, + "etfobjt_idex_cd": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40001Response": { + "description": "KiwoomApiDostkEtfKa40001Response schema", + "properties": { + "etfprft_rt_lst": { + "items": { + "nullable": true, + "properties": { + "cntr_prft_rt": { + "nullable": true, + "type": "string" + }, + "etfprft_rt": { + "nullable": true, + "type": "string" + }, + "for_netprps_qty": { + "nullable": true, + "type": "string" + }, + "orgn_netprps_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40002Request": { + "description": "KiwoomApiDostkEtfKa40002Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40002Response": { + "description": "KiwoomApiDostkEtfKa40002Response schema", + "properties": { + "etfobjt_idex_nm": { + "nullable": true, + "type": "string" + }, + "etftxon_type": { + "nullable": true, + "type": "string" + }, + "etntxon_type": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "wonju_pric": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40003Request": { + "description": "KiwoomApiDostkEtfKa40003Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40003Response": { + "description": "KiwoomApiDostkEtfKa40003Response schema", + "properties": { + "etfdaly_trnsn": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "cntr_dt": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "nav": { + "nullable": true, + "type": "string" + }, + "navetfdispty_rt": { + "nullable": true, + "type": "string" + }, + "navidex_dispty_rt": { + "nullable": true, + "type": "string" + }, + "pre_rt": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "trace_cur_prc": { + "nullable": true, + "type": "string" + }, + "trace_eor_rt": { + "nullable": true, + "type": "string" + }, + "trace_pre_sig": { + "nullable": true, + "type": "string" + }, + "trace_pred_pre": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40004Request": { + "description": "KiwoomApiDostkEtfKa40004Request schema", + "properties": { + "mngmcomp": { + "nullable": true, + "type": "string" + }, + "navpre": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "trace_idex": { + "nullable": true, + "type": "string" + }, + "txon_type": { + "nullable": true, + "type": "string" + }, + "txon_yn": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40004Response": { + "description": "KiwoomApiDostkEtfKa40004Response schema", + "properties": { + "etfall_mrpr": { + "items": { + "nullable": true, + "properties": { + "close_pric": { + "nullable": true, + "type": "string" + }, + "drng": { + "nullable": true, + "type": "string" + }, + "dvid_bf_base": { + "nullable": true, + "type": "string" + }, + "nav": { + "nullable": true, + "type": "string" + }, + "pre_rt": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_dvida": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_cls": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trace_eor_rt": { + "nullable": true, + "type": "string" + }, + "trace_flu_rt": { + "nullable": true, + "type": "string" + }, + "trace_idex": { + "nullable": true, + "type": "string" + }, + "trace_idex_cd": { + "nullable": true, + "type": "string" + }, + "trace_idex_nm": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "txbs": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40006Request": { + "description": "KiwoomApiDostkEtfKa40006Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40006Response": { + "description": "KiwoomApiDostkEtfKa40006Response schema", + "properties": { + "etfobjt_idex_nm": { + "nullable": true, + "type": "string" + }, + "etftisl_trnsn": { + "items": { + "nullable": true, + "properties": { + "close_pric": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "nav": { + "nullable": true, + "type": "string" + }, + "navetf": { + "nullable": true, + "type": "string" + }, + "navidex": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + }, + "trace": { + "nullable": true, + "type": "string" + }, + "trace_idex": { + "nullable": true, + "type": "string" + }, + "trace_idex_pred_pre": { + "nullable": true, + "type": "string" + }, + "trace_idex_pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "etftxon_type": { + "nullable": true, + "type": "string" + }, + "etntxon_type": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "wonju_pric": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40007Request": { + "description": "KiwoomApiDostkEtfKa40007Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40007Response": { + "description": "KiwoomApiDostkEtfKa40007Response schema", + "properties": { + "etfobjt_idex_cd": { + "nullable": true, + "type": "string" + }, + "etfobjt_idex_nm": { + "nullable": true, + "type": "string" + }, + "etftisl_cntr_array": { + "items": { + "nullable": true, + "properties": { + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "objt_idex_pre_rt": { + "nullable": true, + "type": "string" + }, + "stk_cls": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "wonju_pric": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40008Request": { + "description": "KiwoomApiDostkEtfKa40008Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40008Response": { + "description": "KiwoomApiDostkEtfKa40008Response schema", + "properties": { + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "etfnetprps_qty_array": { + "items": { + "nullable": true, + "properties": { + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc_n": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "for_netprps_qty": { + "nullable": true, + "type": "string" + }, + "orgn_netprps_qty": { + "nullable": true, + "type": "string" + }, + "pre_sig_n": { + "nullable": true, + "type": "string" + }, + "pred_pre_n": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40009Request": { + "description": "KiwoomApiDostkEtfKa40009Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40009Response": { + "description": "KiwoomApiDostkEtfKa40009Response schema", + "properties": { + "etfnavarray": { + "items": { + "nullable": true, + "properties": { + "base_pric": { + "nullable": true, + "type": "string" + }, + "conv_pric": { + "nullable": true, + "type": "string" + }, + "dispty_rt": { + "nullable": true, + "type": "string" + }, + "drstk": { + "nullable": true, + "type": "string" + }, + "for_rmnd_qty": { + "nullable": true, + "type": "string" + }, + "nav": { + "nullable": true, + "type": "string" + }, + "navflu_rt": { + "nullable": true, + "type": "string" + }, + "navpred_pre": { + "nullable": true, + "type": "string" + }, + "repl_pric": { + "nullable": true, + "type": "string" + }, + "stkcnt": { + "nullable": true, + "type": "string" + }, + "trace_eor_rt": { + "nullable": true, + "type": "string" + }, + "wonju_pric": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40010Request": { + "description": "KiwoomApiDostkEtfKa40010Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkEtfKa40010Response": { + "description": "KiwoomApiDostkEtfKa40010Response schema", + "properties": { + "etftisl_trnsn": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "for_netprps": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkFrgnisttKa10008Request": { + "description": "KiwoomApiDostkFrgnisttKa10008Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkFrgnisttKa10008Response": { + "description": "KiwoomApiDostkFrgnisttKa10008Response schema", + "properties": { + "stk_frgnr": { + "items": { + "nullable": true, + "properties": { + "chg_qty": { + "nullable": true, + "type": "string" + }, + "close_pric": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "frgnr_limit": { + "nullable": true, + "type": "string" + }, + "frgnr_limit_irds": { + "nullable": true, + "type": "string" + }, + "gain_pos_stkcnt": { + "nullable": true, + "type": "string" + }, + "limit_exh_rt": { + "nullable": true, + "type": "string" + }, + "poss_stkcnt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "wght": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkFrgnisttKa10009Request": { + "description": "KiwoomApiDostkFrgnisttKa10009Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkFrgnisttKa10009Response": { + "description": "KiwoomApiDostkFrgnisttKa10009Response schema", + "properties": { + "close_pric": { + "nullable": true, + "type": "string" + }, + "date": { + "nullable": true, + "type": "string" + }, + "frgnr_daly_nettrde": { + "nullable": true, + "type": "string" + }, + "frgnr_qota_rt": { + "nullable": true, + "type": "string" + }, + "orgn_daly_nettrde": { + "nullable": true, + "type": "string" + }, + "orgn_dt_acc": { + "nullable": true, + "type": "string" + }, + "pre": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkFrgnisttKa10131Request": { + "description": "KiwoomApiDostkFrgnisttKa10131Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "end_dt": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "netslmt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_inds_tp": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkFrgnisttKa10131Response": { + "description": "KiwoomApiDostkFrgnisttKa10131Response schema", + "properties": { + "orgn_frgnr_cont_trde_prst": { + "items": { + "nullable": true, + "properties": { + "frgnr_cont_netprps_amt": { + "nullable": true, + "type": "string" + }, + "frgnr_cont_netprps_dys": { + "nullable": true, + "type": "string" + }, + "frgnr_cont_netprps_qty": { + "nullable": true, + "type": "string" + }, + "frgnr_nettrde_amt": { + "nullable": true, + "type": "string" + }, + "frgnr_nettrde_qty": { + "nullable": true, + "type": "string" + }, + "nettrde_amt": { + "nullable": true, + "type": "string" + }, + "nettrde_qty": { + "nullable": true, + "type": "string" + }, + "orgn_cont_netprps_amt": { + "nullable": true, + "type": "string" + }, + "orgn_cont_netprps_dys": { + "nullable": true, + "type": "string" + }, + "orgn_cont_netprps_qty": { + "nullable": true, + "type": "string" + }, + "orgn_nettrde_amt": { + "nullable": true, + "type": "string" + }, + "orgn_nettrde_qty": { + "nullable": true, + "type": "string" + }, + "prid_stkpc_flu_rt": { + "nullable": true, + "type": "string" + }, + "rank": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tot_cont_netprps_amt": { + "nullable": true, + "type": "string" + }, + "tot_cont_netprps_dys": { + "nullable": true, + "type": "string" + }, + "tot_cont_nettrde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkFrgnisttKa52301Request": { + "description": "KiwoomApiDostkFrgnisttKa52301Request schema" + }, + "KiwoomApiDostkFrgnisttKa52301Response": { + "description": "KiwoomApiDostkFrgnisttKa52301Response schema", + "properties": { + "inve_trad_stat": { + "items": { + "nullable": true, + "properties": { + "acc_netprps_amt": { + "nullable": true, + "type": "string" + }, + "acc_netprps_qty": { + "nullable": true, + "type": "string" + }, + "all_dfrt_trst_buy_amt": { + "nullable": true, + "type": "string" + }, + "all_dfrt_trst_buy_qty": { + "nullable": true, + "type": "string" + }, + "all_dfrt_trst_netprps_amt": { + "nullable": true, + "type": "string" + }, + "all_dfrt_trst_netprps_qty": { + "nullable": true, + "type": "string" + }, + "all_dfrt_trst_sell_amt": { + "nullable": true, + "type": "string" + }, + "all_dfrt_trst_sell_qty": { + "nullable": true, + "type": "string" + }, + "buy_amt_irds": { + "nullable": true, + "type": "string" + }, + "buy_qty_irds": { + "nullable": true, + "type": "string" + }, + "buy_uv": { + "nullable": true, + "type": "string" + }, + "netprps_amt_irds": { + "nullable": true, + "type": "string" + }, + "netprps_qty_irds": { + "nullable": true, + "type": "string" + }, + "sell_amt_irds": { + "nullable": true, + "type": "string" + }, + "sell_qty_irds": { + "nullable": true, + "type": "string" + }, + "sell_uv": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10004Request": { + "description": "KiwoomApiDostkMrkcondKa10004Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10004Response": { + "description": "KiwoomApiDostkMrkcondKa10004Response schema", + "properties": { + "bid_req_base_tm": { + "nullable": true, + "type": "string" + }, + "buy_10th_pre_bid": { + "nullable": true, + "type": "string" + }, + "buy_10th_pre_req": { + "nullable": true, + "type": "string" + }, + "buy_10th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "buy_1th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "buy_2th_pre_bid": { + "nullable": true, + "type": "string" + }, + "buy_2th_pre_req": { + "nullable": true, + "type": "string" + }, + "buy_2th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "buy_3th_pre_bid": { + "nullable": true, + "type": "string" + }, + "buy_3th_pre_req": { + "nullable": true, + "type": "string" + }, + "buy_3th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "buy_4th_pre_bid": { + "nullable": true, + "type": "string" + }, + "buy_4th_pre_req": { + "nullable": true, + "type": "string" + }, + "buy_4th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "buy_5th_pre_bid": { + "nullable": true, + "type": "string" + }, + "buy_5th_pre_req": { + "nullable": true, + "type": "string" + }, + "buy_5th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "buy_6th_pre_bid": { + "nullable": true, + "type": "string" + }, + "buy_6th_pre_req": { + "nullable": true, + "type": "string" + }, + "buy_6th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "buy_7th_pre_bid": { + "nullable": true, + "type": "string" + }, + "buy_7th_pre_req": { + "nullable": true, + "type": "string" + }, + "buy_7th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "buy_8th_pre_bid": { + "nullable": true, + "type": "string" + }, + "buy_8th_pre_req": { + "nullable": true, + "type": "string" + }, + "buy_8th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "buy_9th_pre_bid": { + "nullable": true, + "type": "string" + }, + "buy_9th_pre_req": { + "nullable": true, + "type": "string" + }, + "buy_9th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "buy_fpr_bid": { + "nullable": true, + "type": "string" + }, + "buy_fpr_req": { + "nullable": true, + "type": "string" + }, + "ovt_buy_req": { + "nullable": true, + "type": "string" + }, + "ovt_buy_req_pre": { + "nullable": true, + "type": "string" + }, + "ovt_sel_req": { + "nullable": true, + "type": "string" + }, + "ovt_sel_req_pre": { + "nullable": true, + "type": "string" + }, + "sel_10th_pre_bid": { + "nullable": true, + "type": "string" + }, + "sel_10th_pre_req": { + "nullable": true, + "type": "string" + }, + "sel_10th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "sel_1th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "sel_2th_pre_bid": { + "nullable": true, + "type": "string" + }, + "sel_2th_pre_req": { + "nullable": true, + "type": "string" + }, + "sel_2th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "sel_3th_pre_bid": { + "nullable": true, + "type": "string" + }, + "sel_3th_pre_req": { + "nullable": true, + "type": "string" + }, + "sel_3th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "sel_4th_pre_bid": { + "nullable": true, + "type": "string" + }, + "sel_4th_pre_req": { + "nullable": true, + "type": "string" + }, + "sel_4th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "sel_5th_pre_bid": { + "nullable": true, + "type": "string" + }, + "sel_5th_pre_req": { + "nullable": true, + "type": "string" + }, + "sel_5th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "sel_6th_pre_bid": { + "nullable": true, + "type": "string" + }, + "sel_6th_pre_req": { + "nullable": true, + "type": "string" + }, + "sel_6th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "sel_7th_pre_bid": { + "nullable": true, + "type": "string" + }, + "sel_7th_pre_req": { + "nullable": true, + "type": "string" + }, + "sel_7th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "sel_8th_pre_bid": { + "nullable": true, + "type": "string" + }, + "sel_8th_pre_req": { + "nullable": true, + "type": "string" + }, + "sel_8th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "sel_9th_pre_bid": { + "nullable": true, + "type": "string" + }, + "sel_9th_pre_req": { + "nullable": true, + "type": "string" + }, + "sel_9th_pre_req_pre": { + "nullable": true, + "type": "string" + }, + "sel_fpr_bid": { + "nullable": true, + "type": "string" + }, + "sel_fpr_req": { + "nullable": true, + "type": "string" + }, + "tot_buy_req": { + "nullable": true, + "type": "string" + }, + "tot_buy_req_jub_pre": { + "nullable": true, + "type": "string" + }, + "tot_sel_req": { + "nullable": true, + "type": "string" + }, + "tot_sel_req_jub_pre": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10005Request": { + "description": "KiwoomApiDostkMrkcondKa10005Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10005Response": { + "description": "KiwoomApiDostkMrkcondKa10005Response schema", + "properties": { + "stk_ddwkmm": { + "items": { + "nullable": true, + "properties": { + "close_pric": { + "nullable": true, + "type": "string" + }, + "crd_remn_rt": { + "nullable": true, + "type": "string" + }, + "date": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "for_netprps": { + "nullable": true, + "type": "string" + }, + "for_poss": { + "nullable": true, + "type": "string" + }, + "for_wght": { + "nullable": true, + "type": "string" + }, + "frgn": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "ind_netprps": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "orgn_netprps": { + "nullable": true, + "type": "string" + }, + "pre": { + "nullable": true, + "type": "string" + }, + "prm": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10006Request": { + "description": "KiwoomApiDostkMrkcondKa10006Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10006Response": { + "description": "KiwoomApiDostkMrkcondKa10006Response schema", + "properties": { + "close_pric": { + "nullable": true, + "type": "string" + }, + "cntr_str": { + "nullable": true, + "type": "string" + }, + "date": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pre": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10007Request": { + "description": "KiwoomApiDostkMrkcondKa10007Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10007Response": { + "description": "KiwoomApiDostkMrkcondKa10007Response schema", + "properties": { + "buy_10bid": { + "nullable": true, + "type": "string" + }, + "buy_10bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "buy_10bid_req": { + "nullable": true, + "type": "string" + }, + "buy_1bid": { + "nullable": true, + "type": "string" + }, + "buy_1bid_cnt": { + "nullable": true, + "type": "string" + }, + "buy_1bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "buy_1bid_req": { + "nullable": true, + "type": "string" + }, + "buy_2bid": { + "nullable": true, + "type": "string" + }, + "buy_2bid_cnt": { + "nullable": true, + "type": "string" + }, + "buy_2bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "buy_2bid_req": { + "nullable": true, + "type": "string" + }, + "buy_3bid": { + "nullable": true, + "type": "string" + }, + "buy_3bid_cnt": { + "nullable": true, + "type": "string" + }, + "buy_3bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "buy_3bid_req": { + "nullable": true, + "type": "string" + }, + "buy_4bid": { + "nullable": true, + "type": "string" + }, + "buy_4bid_cnt": { + "nullable": true, + "type": "string" + }, + "buy_4bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "buy_4bid_req": { + "nullable": true, + "type": "string" + }, + "buy_5bid": { + "nullable": true, + "type": "string" + }, + "buy_5bid_cnt": { + "nullable": true, + "type": "string" + }, + "buy_5bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "buy_5bid_req": { + "nullable": true, + "type": "string" + }, + "buy_6bid": { + "nullable": true, + "type": "string" + }, + "buy_6bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "buy_6bid_req": { + "nullable": true, + "type": "string" + }, + "buy_7bid": { + "nullable": true, + "type": "string" + }, + "buy_7bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "buy_7bid_req": { + "nullable": true, + "type": "string" + }, + "buy_8bid": { + "nullable": true, + "type": "string" + }, + "buy_8bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "buy_8bid_req": { + "nullable": true, + "type": "string" + }, + "buy_9bid": { + "nullable": true, + "type": "string" + }, + "buy_9bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "buy_9bid_req": { + "nullable": true, + "type": "string" + }, + "cntr_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "date": { + "nullable": true, + "type": "string" + }, + "exec_pric": { + "nullable": true, + "type": "string" + }, + "exp_buy_pri_bid": { + "nullable": true, + "type": "string" + }, + "exp_cntr_pric": { + "nullable": true, + "type": "string" + }, + "exp_cntr_qty": { + "nullable": true, + "type": "string" + }, + "exp_sel_pri_bid": { + "nullable": true, + "type": "string" + }, + "flo_stkcnt": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "hgst_pric": { + "nullable": true, + "type": "string" + }, + "hgst_pric_dt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "lpbuy_10bid_req": { + "nullable": true, + "type": "string" + }, + "lpbuy_1bid_req": { + "nullable": true, + "type": "string" + }, + "lpbuy_2bid_req": { + "nullable": true, + "type": "string" + }, + "lpbuy_3bid_req": { + "nullable": true, + "type": "string" + }, + "lpbuy_4bid_req": { + "nullable": true, + "type": "string" + }, + "lpbuy_5bid_req": { + "nullable": true, + "type": "string" + }, + "lpbuy_6bid_req": { + "nullable": true, + "type": "string" + }, + "lpbuy_7bid_req": { + "nullable": true, + "type": "string" + }, + "lpbuy_8bid_req": { + "nullable": true, + "type": "string" + }, + "lpbuy_9bid_req": { + "nullable": true, + "type": "string" + }, + "lpsel_10bid_req": { + "nullable": true, + "type": "string" + }, + "lpsel_1bid_req": { + "nullable": true, + "type": "string" + }, + "lpsel_2bid_req": { + "nullable": true, + "type": "string" + }, + "lpsel_3bid_req": { + "nullable": true, + "type": "string" + }, + "lpsel_4bid_req": { + "nullable": true, + "type": "string" + }, + "lpsel_5bid_req": { + "nullable": true, + "type": "string" + }, + "lpsel_6bid_req": { + "nullable": true, + "type": "string" + }, + "lpsel_7bid_req": { + "nullable": true, + "type": "string" + }, + "lpsel_8bid_req": { + "nullable": true, + "type": "string" + }, + "lpsel_9bid_req": { + "nullable": true, + "type": "string" + }, + "lst_pric": { + "nullable": true, + "type": "string" + }, + "lwst_pric": { + "nullable": true, + "type": "string" + }, + "lwst_pric_dt": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_close_pric": { + "nullable": true, + "type": "string" + }, + "pred_rt": { + "nullable": true, + "type": "string" + }, + "pred_trde_prica": { + "nullable": true, + "type": "string" + }, + "pred_trde_qty": { + "nullable": true, + "type": "string" + }, + "sel_10bid": { + "nullable": true, + "type": "string" + }, + "sel_10bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "sel_10bid_req": { + "nullable": true, + "type": "string" + }, + "sel_1bid": { + "nullable": true, + "type": "string" + }, + "sel_1bid_cnt": { + "nullable": true, + "type": "string" + }, + "sel_1bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "sel_1bid_req": { + "nullable": true, + "type": "string" + }, + "sel_2bid": { + "nullable": true, + "type": "string" + }, + "sel_2bid_cnt": { + "nullable": true, + "type": "string" + }, + "sel_2bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "sel_2bid_req": { + "nullable": true, + "type": "string" + }, + "sel_3bid": { + "nullable": true, + "type": "string" + }, + "sel_3bid_cnt": { + "nullable": true, + "type": "string" + }, + "sel_3bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "sel_3bid_req": { + "nullable": true, + "type": "string" + }, + "sel_4bid": { + "nullable": true, + "type": "string" + }, + "sel_4bid_cnt": { + "nullable": true, + "type": "string" + }, + "sel_4bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "sel_4bid_req": { + "nullable": true, + "type": "string" + }, + "sel_5bid": { + "nullable": true, + "type": "string" + }, + "sel_5bid_cnt": { + "nullable": true, + "type": "string" + }, + "sel_5bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "sel_5bid_req": { + "nullable": true, + "type": "string" + }, + "sel_6bid": { + "nullable": true, + "type": "string" + }, + "sel_6bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "sel_6bid_req": { + "nullable": true, + "type": "string" + }, + "sel_7bid": { + "nullable": true, + "type": "string" + }, + "sel_7bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "sel_7bid_req": { + "nullable": true, + "type": "string" + }, + "sel_8bid": { + "nullable": true, + "type": "string" + }, + "sel_8bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "sel_8bid_req": { + "nullable": true, + "type": "string" + }, + "sel_9bid": { + "nullable": true, + "type": "string" + }, + "sel_9bid_jub_pre": { + "nullable": true, + "type": "string" + }, + "sel_9bid_req": { + "nullable": true, + "type": "string" + }, + "smbol": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + }, + "tot_buy_cnt": { + "nullable": true, + "type": "string" + }, + "tot_buy_req": { + "nullable": true, + "type": "string" + }, + "tot_sel_cnt": { + "nullable": true, + "type": "string" + }, + "tot_sel_req": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "trde_strt_dt": { + "nullable": true, + "type": "string" + }, + "upl_pric": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10011Request": { + "description": "KiwoomApiDostkMrkcondKa10011Request schema", + "properties": { + "newstk_recvrht_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10011Response": { + "description": "KiwoomApiDostkMrkcondKa10011Response schema", + "properties": { + "newstk_recvrht_mrpr": { + "items": { + "nullable": true, + "properties": { + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "fpr_buy_bid": { + "nullable": true, + "type": "string" + }, + "fpr_sel_bid": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10044Request": { + "description": "KiwoomApiDostkMrkcondKa10044Request schema", + "properties": { + "end_dt": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10044Response": { + "description": "KiwoomApiDostkMrkcondKa10044Response schema", + "properties": { + "daly_orgn_trde_stk": { + "items": { + "nullable": true, + "properties": { + "netprps_amt": { + "nullable": true, + "type": "string" + }, + "netprps_qty": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10045Request": { + "description": "KiwoomApiDostkMrkcondKa10045Request schema", + "properties": { + "end_dt": { + "nullable": true, + "type": "string" + }, + "for_prsm_unp_tp": { + "nullable": true, + "type": "string" + }, + "orgn_prsm_unp_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10045Response": { + "description": "KiwoomApiDostkMrkcondKa10045Response schema", + "properties": { + "for_prsm_avg_pric": { + "nullable": true, + "type": "string" + }, + "orgn_prsm_avg_pric": { + "nullable": true, + "type": "string" + }, + "stk_orgn_trde_trnsn": { + "items": { + "nullable": true, + "properties": { + "close_pric": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "for_daly_nettrde_qty": { + "nullable": true, + "type": "string" + }, + "for_dt_acc": { + "nullable": true, + "type": "string" + }, + "limit_exh_rt": { + "nullable": true, + "type": "string" + }, + "orgn_daly_nettrde_qty": { + "nullable": true, + "type": "string" + }, + "orgn_dt_acc": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10046Request": { + "description": "KiwoomApiDostkMrkcondKa10046Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10046Response": { + "description": "KiwoomApiDostkMrkcondKa10046Response schema", + "properties": { + "cntr_str_tm": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cntr_str": { + "nullable": true, + "type": "string" + }, + "cntr_str_20min": { + "nullable": true, + "type": "string" + }, + "cntr_str_5min": { + "nullable": true, + "type": "string" + }, + "cntr_str_60min": { + "nullable": true, + "type": "string" + }, + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10047Request": { + "description": "KiwoomApiDostkMrkcondKa10047Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10047Response": { + "description": "KiwoomApiDostkMrkcondKa10047Response schema", + "properties": { + "cntr_str_daly": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cntr_str": { + "nullable": true, + "type": "string" + }, + "cntr_str_20min": { + "nullable": true, + "type": "string" + }, + "cntr_str_5min": { + "nullable": true, + "type": "string" + }, + "cntr_str_60min": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10063Request": { + "description": "KiwoomApiDostkMrkcondKa10063Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "frgn_all": { + "nullable": true, + "type": "string" + }, + "invsr": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "smtm_netprps_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10063Response": { + "description": "KiwoomApiDostkMrkcondKa10063Response schema", + "properties": { + "opmr_invsr_trde": { + "items": { + "nullable": true, + "properties": { + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "buy_amt": { + "nullable": true, + "type": "string" + }, + "buy_amt_irds": { + "nullable": true, + "type": "string" + }, + "buy_qty": { + "nullable": true, + "type": "string" + }, + "buy_qty_irds": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "netprps_amt": { + "nullable": true, + "type": "string" + }, + "netprps_amt_irds": { + "nullable": true, + "type": "string" + }, + "netprps_irds": { + "nullable": true, + "type": "string" + }, + "netprps_qty": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "prev_netprps_amt": { + "nullable": true, + "type": "string" + }, + "prev_pot_netprps_qty": { + "nullable": true, + "type": "string" + }, + "sell_amt": { + "nullable": true, + "type": "string" + }, + "sell_amt_irds": { + "nullable": true, + "type": "string" + }, + "sell_qty": { + "nullable": true, + "type": "string" + }, + "sell_qty_irds": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10066Request": { + "description": "KiwoomApiDostkMrkcondKa10066Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10066Response": { + "description": "KiwoomApiDostkMrkcondKa10066Response schema", + "properties": { + "opaf_invsr_trde": { + "items": { + "nullable": true, + "properties": { + "bank": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "etc_corp": { + "nullable": true, + "type": "string" + }, + "etc_fnnc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "fnnc_invt": { + "nullable": true, + "type": "string" + }, + "frgnr_invsr": { + "nullable": true, + "type": "string" + }, + "ind_invsr": { + "nullable": true, + "type": "string" + }, + "insrnc": { + "nullable": true, + "type": "string" + }, + "invtrt": { + "nullable": true, + "type": "string" + }, + "natn": { + "nullable": true, + "type": "string" + }, + "orgn": { + "nullable": true, + "type": "string" + }, + "penfnd_etc": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "samo_fund": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10078Request": { + "description": "KiwoomApiDostkMrkcondKa10078Request schema", + "properties": { + "end_dt": { + "nullable": true, + "type": "string" + }, + "mmcm_cd": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10078Response": { + "description": "KiwoomApiDostkMrkcondKa10078Response schema", + "properties": { + "sec_stk_trde_trend": { + "items": { + "nullable": true, + "properties": { + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "buy_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "netprps_qty": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "sell_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10086Request": { + "description": "KiwoomApiDostkMrkcondKa10086Request schema", + "properties": { + "indc_tp": { + "nullable": true, + "type": "string" + }, + "qry_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10086Response": { + "description": "KiwoomApiDostkMrkcondKa10086Response schema", + "properties": { + "daly_stkpc": { + "items": { + "nullable": true, + "properties": { + "amt_mn": { + "nullable": true, + "type": "string" + }, + "close_pric": { + "nullable": true, + "type": "string" + }, + "crd_remn_rt": { + "nullable": true, + "type": "string" + }, + "crd_rt": { + "nullable": true, + "type": "string" + }, + "date": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "for_netprps": { + "nullable": true, + "type": "string" + }, + "for_poss": { + "nullable": true, + "type": "string" + }, + "for_qty": { + "nullable": true, + "type": "string" + }, + "for_rt": { + "nullable": true, + "type": "string" + }, + "for_wght": { + "nullable": true, + "type": "string" + }, + "frgn": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "ind": { + "nullable": true, + "type": "string" + }, + "ind_netprps": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "orgn": { + "nullable": true, + "type": "string" + }, + "orgn_netprps": { + "nullable": true, + "type": "string" + }, + "pred_rt": { + "nullable": true, + "type": "string" + }, + "prm": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10087Request": { + "description": "KiwoomApiDostkMrkcondKa10087Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa10087Response": { + "description": "KiwoomApiDostkMrkcondKa10087Response schema", + "properties": { + "bid_req_base_tm": { + "nullable": true, + "type": "string" + }, + "buy_bid_tot_req": { + "nullable": true, + "type": "string" + }, + "buy_bid_tot_req_jub_pre": { + "nullable": true, + "type": "string" + }, + "ovt_buy_bid_tot_req": { + "nullable": true, + "type": "string" + }, + "ovt_buy_bid_tot_req_jub_pre": { + "nullable": true, + "type": "string" + }, + "ovt_sel_bid_tot_req": { + "nullable": true, + "type": "string" + }, + "ovt_sel_bid_tot_req_jub_pre": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_1": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_2": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_3": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_4": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_5": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_jub_pre_1": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_jub_pre_2": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_jub_pre_3": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_jub_pre_4": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_jub_pre_5": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_qty_1": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_qty_2": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_qty_3": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_qty_4": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_qty_5": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_buy_bid_tot_req": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_cur_prc": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_flu_rt": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_pred_pre": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_1": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_2": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_3": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_4": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_5": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_jub_pre_1": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_jub_pre_2": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_jub_pre_3": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_jub_pre_4": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_jub_pre_5": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_qty_1": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_qty_2": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_qty_3": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_qty_4": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_qty_5": { + "nullable": true, + "type": "string" + }, + "ovt_sigpric_sel_bid_tot_req": { + "nullable": true, + "type": "string" + }, + "sel_bid_tot_req": { + "nullable": true, + "type": "string" + }, + "sel_bid_tot_req_jub_pre": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa50010Request": { + "description": "KiwoomApiDostkMrkcondKa50010Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa50010Response": { + "description": "KiwoomApiDostkMrkcondKa50010Response schema", + "properties": { + "gold_cntr": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "cntr_pric": { + "nullable": true, + "type": "string" + }, + "cntr_str": { + "nullable": true, + "type": "string" + }, + "cntr_trde_qty": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pri_buy_bid_unit": { + "nullable": true, + "type": "string" + }, + "pri_sel_bid_unit": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + }, + "trde_pre": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "trde_tern_rt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa50012Request": { + "description": "KiwoomApiDostkMrkcondKa50012Request schema", + "properties": { + "base_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa50012Response": { + "description": "KiwoomApiDostkMrkcondKa50012Response schema", + "properties": { + "gold_daly_trnsn": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "for_netprps": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "ind_netprps": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "orgn_netprps": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa50087Request": { + "description": "KiwoomApiDostkMrkcondKa50087Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa50087Response": { + "description": "KiwoomApiDostkMrkcondKa50087Response schema", + "properties": { + "gold_expt_exec": { + "items": { + "nullable": true, + "properties": { + "exp_acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "exp_cntr_pric": { + "nullable": true, + "type": "string" + }, + "exp_cntr_trde_qty": { + "nullable": true, + "type": "string" + }, + "exp_flu_rt": { + "nullable": true, + "type": "string" + }, + "exp_pre_sig": { + "nullable": true, + "type": "string" + }, + "exp_pred_pre": { + "nullable": true, + "type": "string" + }, + "exp_tm": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa50100Request": { + "description": "KiwoomApiDostkMrkcondKa50100Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa50100Response": { + "description": "KiwoomApiDostkMrkcondKa50100Response schema", + "properties": { + "flu_rt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "lst_pric": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_close_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_rt": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "upl_pric": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa50101Request": { + "description": "KiwoomApiDostkMrkcondKa50101Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "tic_scope": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa50101Response": { + "description": "KiwoomApiDostkMrkcondKa50101Response schema", + "properties": { + "gold_bid": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "cntr_pric": { + "nullable": true, + "type": "string" + }, + "cntr_str": { + "nullable": true, + "type": "string" + }, + "cntr_trde_qty": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "lpmmcm_nm_1": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pri_buy_bid_unit": { + "nullable": true, + "type": "string" + }, + "pri_sel_bid_unit": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + }, + "trde_pre": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "trde_tern_rt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa90005Request": { + "description": "KiwoomApiDostkMrkcondKa90005Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "date": { + "nullable": true, + "type": "string" + }, + "min_tic_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa90005Response": { + "description": "KiwoomApiDostkMrkcondKa90005Response schema", + "properties": { + "prm_trde_trnsn": { + "items": { + "nullable": true, + "properties": { + "all_buy": { + "nullable": true, + "type": "string" + }, + "all_netprps": { + "nullable": true, + "type": "string" + }, + "all_sel": { + "nullable": true, + "type": "string" + }, + "basis": { + "nullable": true, + "type": "string" + }, + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "dfrt_trde_buy": { + "nullable": true, + "type": "string" + }, + "dfrt_trde_buy_qty": { + "nullable": true, + "type": "string" + }, + "dfrt_trde_netprps": { + "nullable": true, + "type": "string" + }, + "dfrt_trde_netprps_qty": { + "nullable": true, + "type": "string" + }, + "dfrt_trde_sel": { + "nullable": true, + "type": "string" + }, + "dfrt_trde_sell_qty": { + "nullable": true, + "type": "string" + }, + "kospi200": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trde_buy": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trde_buy_qty": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trde_netprps": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trde_netprps_qty": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trde_sel": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trde_sell_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa90006Request": { + "description": "KiwoomApiDostkMrkcondKa90006Request schema", + "properties": { + "date": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa90006Response": { + "description": "KiwoomApiDostkMrkcondKa90006Response schema", + "properties": { + "prm_trde_dfrt_remn_trnsn": { + "items": { + "nullable": true, + "properties": { + "buy_dfrt_trde_amt": { + "nullable": true, + "type": "string" + }, + "buy_dfrt_trde_irds_amt": { + "nullable": true, + "type": "string" + }, + "buy_dfrt_trde_qty": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "sel_dfrt_trde_amt": { + "nullable": true, + "type": "string" + }, + "sel_dfrt_trde_irds_amt": { + "nullable": true, + "type": "string" + }, + "sel_dfrt_trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa90007Request": { + "description": "KiwoomApiDostkMrkcondKa90007Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "date": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa90007Response": { + "description": "KiwoomApiDostkMrkcondKa90007Response schema", + "properties": { + "prm_trde_acc_trnsn": { + "items": { + "nullable": true, + "properties": { + "all_acc": { + "nullable": true, + "type": "string" + }, + "all_tdy": { + "nullable": true, + "type": "string" + }, + "basis": { + "nullable": true, + "type": "string" + }, + "dfrt_trde_acc": { + "nullable": true, + "type": "string" + }, + "dfrt_trde_tdy": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "kospi200": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trde_acc": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trde_tdy": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa90008Request": { + "description": "KiwoomApiDostkMrkcondKa90008Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "date": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa90008Response": { + "description": "KiwoomApiDostkMrkcondKa90008Response schema", + "properties": { + "stk_tm_prm_trde_trnsn": { + "items": { + "nullable": true, + "properties": { + "base_pric_tm": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dbrt_trde_rpy_sum": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "prm_buy_amt": { + "nullable": true, + "type": "string" + }, + "prm_buy_qty": { + "nullable": true, + "type": "string" + }, + "prm_netprps_amt": { + "nullable": true, + "type": "string" + }, + "prm_netprps_amt_irds": { + "nullable": true, + "type": "string" + }, + "prm_netprps_qty": { + "nullable": true, + "type": "string" + }, + "prm_netprps_qty_irds": { + "nullable": true, + "type": "string" + }, + "prm_sell_amt": { + "nullable": true, + "type": "string" + }, + "prm_sell_qty": { + "nullable": true, + "type": "string" + }, + "remn_rcvord_sum": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa90010Request": { + "description": "KiwoomApiDostkMrkcondKa90010Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "date": { + "nullable": true, + "type": "string" + }, + "min_tic_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa90010Response": { + "description": "KiwoomApiDostkMrkcondKa90010Response schema", + "properties": { + "prm_trde_trnsn": { + "items": { + "nullable": true, + "properties": { + "all_buy": { + "nullable": true, + "type": "string" + }, + "all_netprps": { + "nullable": true, + "type": "string" + }, + "all_sel": { + "nullable": true, + "type": "string" + }, + "basis": { + "nullable": true, + "type": "string" + }, + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "dfrt_trde_buy": { + "nullable": true, + "type": "string" + }, + "dfrt_trde_buy_qty": { + "nullable": true, + "type": "string" + }, + "dfrt_trde_netprps": { + "nullable": true, + "type": "string" + }, + "dfrt_trde_netprps_qty": { + "nullable": true, + "type": "string" + }, + "dfrt_trde_sel": { + "nullable": true, + "type": "string" + }, + "dfrt_trde_sell_qty": { + "nullable": true, + "type": "string" + }, + "kospi200": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trde_buy": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trde_buy_qty": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trde_netprps": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trde_netprps_qty": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trde_sel": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trde_sell_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa90013Request": { + "description": "KiwoomApiDostkMrkcondKa90013Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "date": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkMrkcondKa90013Response": { + "description": "KiwoomApiDostkMrkcondKa90013Response schema", + "properties": { + "stk_daly_prm_trde_trnsn": { + "items": { + "nullable": true, + "properties": { + "base_pric_tm": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dbrt_trde_rpy_sum": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "prm_buy_amt": { + "nullable": true, + "type": "string" + }, + "prm_buy_qty": { + "nullable": true, + "type": "string" + }, + "prm_netprps_amt": { + "nullable": true, + "type": "string" + }, + "prm_netprps_amt_irds": { + "nullable": true, + "type": "string" + }, + "prm_netprps_qty": { + "nullable": true, + "type": "string" + }, + "prm_netprps_qty_irds": { + "nullable": true, + "type": "string" + }, + "prm_sell_amt": { + "nullable": true, + "type": "string" + }, + "prm_sell_qty": { + "nullable": true, + "type": "string" + }, + "remn_rcvord_sum": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt10000Request": { + "description": "KiwoomApiDostkOrdrKt10000Request schema", + "properties": { + "cond_uv": { + "nullable": true, + "type": "string" + }, + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "ord_qty": { + "nullable": true, + "type": "string" + }, + "ord_uv": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt10000Response": { + "description": "KiwoomApiDostkOrdrKt10000Response schema", + "properties": { + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt10001Request": { + "description": "KiwoomApiDostkOrdrKt10001Request schema", + "properties": { + "cond_uv": { + "nullable": true, + "type": "string" + }, + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "ord_qty": { + "nullable": true, + "type": "string" + }, + "ord_uv": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt10001Response": { + "description": "KiwoomApiDostkOrdrKt10001Response schema", + "properties": { + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt10002Request": { + "description": "KiwoomApiDostkOrdrKt10002Request schema", + "properties": { + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "mdfy_cond_uv": { + "nullable": true, + "type": "string" + }, + "mdfy_qty": { + "nullable": true, + "type": "string" + }, + "mdfy_uv": { + "nullable": true, + "type": "string" + }, + "orig_ord_no": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt10002Response": { + "description": "KiwoomApiDostkOrdrKt10002Response schema", + "properties": { + "base_orig_ord_no": { + "nullable": true, + "type": "string" + }, + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "mdfy_qty": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt10003Request": { + "description": "KiwoomApiDostkOrdrKt10003Request schema", + "properties": { + "cncl_qty": { + "nullable": true, + "type": "string" + }, + "dmst_stex_tp": { + "nullable": true, + "type": "string" + }, + "orig_ord_no": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt10003Response": { + "description": "KiwoomApiDostkOrdrKt10003Response schema", + "properties": { + "base_orig_ord_no": { + "nullable": true, + "type": "string" + }, + "cncl_qty": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt50000Request": { + "description": "KiwoomApiDostkOrdrKt50000Request schema", + "properties": { + "ord_qty": { + "nullable": true, + "type": "string" + }, + "ord_uv": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt50000Response": { + "description": "KiwoomApiDostkOrdrKt50000Response schema", + "properties": { + "ord_no": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt50001Request": { + "description": "KiwoomApiDostkOrdrKt50001Request schema", + "properties": { + "ord_qty": { + "nullable": true, + "type": "string" + }, + "ord_uv": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt50001Response": { + "description": "KiwoomApiDostkOrdrKt50001Response schema", + "properties": { + "ord_no": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt50002Request": { + "description": "KiwoomApiDostkOrdrKt50002Request schema", + "properties": { + "mdfy_qty": { + "nullable": true, + "type": "string" + }, + "mdfy_uv": { + "nullable": true, + "type": "string" + }, + "orig_ord_no": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt50002Response": { + "description": "KiwoomApiDostkOrdrKt50002Response schema", + "properties": { + "base_orig_ord_no": { + "nullable": true, + "type": "string" + }, + "mdfy_qty": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt50003Request": { + "description": "KiwoomApiDostkOrdrKt50003Request schema", + "properties": { + "cncl_qty": { + "nullable": true, + "type": "string" + }, + "orig_ord_no": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkOrdrKt50003Response": { + "description": "KiwoomApiDostkOrdrKt50003Response schema", + "properties": { + "base_orig_ord_no": { + "nullable": true, + "type": "string" + }, + "cncl_qty": { + "nullable": true, + "type": "string" + }, + "ord_no": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10020Request": { + "description": "KiwoomApiDostkRkinfoKa10020Request schema", + "properties": { + "crd_cnd": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "sort_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cnd": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10020Response": { + "description": "KiwoomApiDostkRkinfoKa10020Response schema", + "properties": { + "bid_req_upper": { + "items": { + "nullable": true, + "properties": { + "buy_rt": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "netprps_req": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tot_buy_req": { + "nullable": true, + "type": "string" + }, + "tot_sel_req": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10021Request": { + "description": "KiwoomApiDostkRkinfoKa10021Request schema", + "properties": { + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "sort_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cnd": { + "nullable": true, + "type": "string" + }, + "tm_tp": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10021Response": { + "description": "KiwoomApiDostkRkinfoKa10021Response schema", + "properties": { + "bid_req_sdnin": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "int": { + "nullable": true, + "type": "string" + }, + "now": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "sdnin_qty": { + "nullable": true, + "type": "string" + }, + "sdnin_rt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tot_buy_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10022Request": { + "description": "KiwoomApiDostkRkinfoKa10022Request schema", + "properties": { + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "rt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cnd": { + "nullable": true, + "type": "string" + }, + "tm_tp": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10022Response": { + "description": "KiwoomApiDostkRkinfoKa10022Response schema", + "properties": { + "req_rt_sdnin": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "int": { + "nullable": true, + "type": "string" + }, + "now_rt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "sdnin_rt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tot_buy_req": { + "nullable": true, + "type": "string" + }, + "tot_sel_req": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10023Request": { + "description": "KiwoomApiDostkRkinfoKa10023Request schema", + "properties": { + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "pric_tp": { + "nullable": true, + "type": "string" + }, + "sort_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cnd": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + }, + "tm_tp": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10023Response": { + "description": "KiwoomApiDostkRkinfoKa10023Response schema", + "properties": { + "trde_qty_sdnin": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "now_trde_qty": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "prev_trde_qty": { + "nullable": true, + "type": "string" + }, + "sdnin_qty": { + "nullable": true, + "type": "string" + }, + "sdnin_rt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10027Request": { + "description": "KiwoomApiDostkRkinfoKa10027Request schema", + "properties": { + "crd_cnd": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "pric_cnd": { + "nullable": true, + "type": "string" + }, + "sort_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cnd": { + "nullable": true, + "type": "string" + }, + "trde_prica_cnd": { + "nullable": true, + "type": "string" + }, + "trde_qty_cnd": { + "nullable": true, + "type": "string" + }, + "updown_incls": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10027Response": { + "description": "KiwoomApiDostkRkinfoKa10027Response schema", + "properties": { + "pred_pre_flu_rt_upper": { + "items": { + "nullable": true, + "properties": { + "buy_req": { + "nullable": true, + "type": "string" + }, + "cnt": { + "nullable": true, + "type": "string" + }, + "cntr_str": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "now_trde_qty": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "sel_req": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_cls": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10029Request": { + "description": "KiwoomApiDostkRkinfoKa10029Request schema", + "properties": { + "crd_cnd": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "pric_cnd": { + "nullable": true, + "type": "string" + }, + "sort_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cnd": { + "nullable": true, + "type": "string" + }, + "trde_qty_cnd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10029Response": { + "description": "KiwoomApiDostkRkinfoKa10029Response schema", + "properties": { + "exp_cntr_flu_rt_upper": { + "items": { + "nullable": true, + "properties": { + "base_pric": { + "nullable": true, + "type": "string" + }, + "buy_bid": { + "nullable": true, + "type": "string" + }, + "buy_req": { + "nullable": true, + "type": "string" + }, + "exp_cntr_pric": { + "nullable": true, + "type": "string" + }, + "exp_cntr_qty": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "sel_bid": { + "nullable": true, + "type": "string" + }, + "sel_req": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10030Request": { + "description": "KiwoomApiDostkRkinfoKa10030Request schema", + "properties": { + "crd_tp": { + "nullable": true, + "type": "string" + }, + "mang_stk_incls": { + "nullable": true, + "type": "string" + }, + "mrkt_open_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "pric_tp": { + "nullable": true, + "type": "string" + }, + "sort_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "trde_prica_tp": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10030Response": { + "description": "KiwoomApiDostkRkinfoKa10030Response schema", + "properties": { + "tdy_trde_qty_upper": { + "items": { + "nullable": true, + "properties": { + "af_mkrt_pred_rt": { + "nullable": true, + "type": "string" + }, + "af_mkrt_trde_amt": { + "nullable": true, + "type": "string" + }, + "af_mkrt_trde_qty": { + "nullable": true, + "type": "string" + }, + "af_mkrt_trde_rt": { + "nullable": true, + "type": "string" + }, + "bf_mkrt_pred_rt": { + "nullable": true, + "type": "string" + }, + "bf_mkrt_trde_amt": { + "nullable": true, + "type": "string" + }, + "bf_mkrt_trde_qty": { + "nullable": true, + "type": "string" + }, + "bf_mkrt_trde_rt": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "opmr_pred_rt": { + "nullable": true, + "type": "string" + }, + "opmr_trde_amt": { + "nullable": true, + "type": "string" + }, + "opmr_trde_qty": { + "nullable": true, + "type": "string" + }, + "opmr_trde_rt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_rt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_amt": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "trde_tern_rt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10031Request": { + "description": "KiwoomApiDostkRkinfoKa10031Request schema", + "properties": { + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "qry_tp": { + "nullable": true, + "type": "string" + }, + "rank_end": { + "nullable": true, + "type": "string" + }, + "rank_strt": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10031Response": { + "description": "KiwoomApiDostkRkinfoKa10031Response schema", + "properties": { + "pred_trde_qty_upper": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10032Request": { + "description": "KiwoomApiDostkRkinfoKa10032Request schema", + "properties": { + "mang_stk_incls": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10032Response": { + "description": "KiwoomApiDostkRkinfoKa10032Response schema", + "properties": { + "trde_prica_upper": { + "items": { + "nullable": true, + "properties": { + "buy_bid": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "now_rank": { + "nullable": true, + "type": "string" + }, + "now_trde_qty": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_rank": { + "nullable": true, + "type": "string" + }, + "pred_trde_qty": { + "nullable": true, + "type": "string" + }, + "sel_bid": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10033Request": { + "description": "KiwoomApiDostkRkinfoKa10033Request schema", + "properties": { + "crd_cnd": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cnd": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + }, + "updown_incls": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10033Response": { + "description": "KiwoomApiDostkRkinfoKa10033Response schema", + "properties": { + "crd_rt_upper": { + "items": { + "nullable": true, + "properties": { + "buy_req": { + "nullable": true, + "type": "string" + }, + "crd_rt": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "now_trde_qty": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "sel_req": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_infr": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10034Request": { + "description": "KiwoomApiDostkRkinfoKa10034Request schema", + "properties": { + "dt": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10034Response": { + "description": "KiwoomApiDostkRkinfoKa10034Response schema", + "properties": { + "for_dt_trde_upper": { + "items": { + "nullable": true, + "properties": { + "buy_bid": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "gain_pos_stkcnt": { + "nullable": true, + "type": "string" + }, + "netprps_qty": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "rank": { + "nullable": true, + "type": "string" + }, + "sel_bid": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10035Request": { + "description": "KiwoomApiDostkRkinfoKa10035Request schema", + "properties": { + "base_dt_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10035Response": { + "description": "KiwoomApiDostkRkinfoKa10035Response schema", + "properties": { + "for_cont_nettrde_upper": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dm1": { + "nullable": true, + "type": "string" + }, + "dm2": { + "nullable": true, + "type": "string" + }, + "dm3": { + "nullable": true, + "type": "string" + }, + "limit_exh_rt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_1": { + "nullable": true, + "type": "string" + }, + "pred_pre_2": { + "nullable": true, + "type": "string" + }, + "pred_pre_3": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tot": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10036Request": { + "description": "KiwoomApiDostkRkinfoKa10036Request schema", + "properties": { + "dt": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10036Response": { + "description": "KiwoomApiDostkRkinfoKa10036Response schema", + "properties": { + "for_limit_exh_rt_incrs_upper": { + "items": { + "nullable": true, + "properties": { + "base_limit_exh_rt": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "exh_rt_incrs": { + "nullable": true, + "type": "string" + }, + "gain_pos_stkcnt": { + "nullable": true, + "type": "string" + }, + "limit_exh_rt": { + "nullable": true, + "type": "string" + }, + "poss_stkcnt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "rank": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10037Request": { + "description": "KiwoomApiDostkRkinfoKa10037Request schema", + "properties": { + "dt": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "sort_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10037Response": { + "description": "KiwoomApiDostkRkinfoKa10037Response schema", + "properties": { + "frgn_wicket_trde_upper": { + "items": { + "nullable": true, + "properties": { + "buy_trde_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "netprps_prica": { + "nullable": true, + "type": "string" + }, + "netprps_trde_qty": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "rank": { + "nullable": true, + "type": "string" + }, + "sel_trde_qty": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10038Request": { + "description": "KiwoomApiDostkRkinfoKa10038Request schema", + "properties": { + "dt": { + "nullable": true, + "type": "string" + }, + "end_dt": { + "nullable": true, + "type": "string" + }, + "qry_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10038Response": { + "description": "KiwoomApiDostkRkinfoKa10038Response schema", + "properties": { + "prid_trde_qty": { + "nullable": true, + "type": "string" + }, + "rank_1": { + "nullable": true, + "type": "string" + }, + "rank_2": { + "nullable": true, + "type": "string" + }, + "rank_3": { + "nullable": true, + "type": "string" + }, + "stk_sec_rank": { + "items": { + "nullable": true, + "properties": { + "acc_netprps_qty": { + "nullable": true, + "type": "string" + }, + "buy_qty": { + "nullable": true, + "type": "string" + }, + "mmcm_nm": { + "nullable": true, + "type": "string" + }, + "rank": { + "nullable": true, + "type": "string" + }, + "sell_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10039Request": { + "description": "KiwoomApiDostkRkinfoKa10039Request schema", + "properties": { + "dt": { + "nullable": true, + "type": "string" + }, + "mmcm_cd": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10039Response": { + "description": "KiwoomApiDostkRkinfoKa10039Response schema", + "properties": { + "sec_trde_upper": { + "items": { + "nullable": true, + "properties": { + "buy_amt": { + "nullable": true, + "type": "string" + }, + "buy_trde_qty": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "netprps": { + "nullable": true, + "type": "string" + }, + "netprps_amt": { + "nullable": true, + "type": "string" + }, + "prid_stkpc_flu": { + "nullable": true, + "type": "string" + }, + "prid_trde_qty": { + "nullable": true, + "type": "string" + }, + "rank": { + "nullable": true, + "type": "string" + }, + "sel_trde_qty": { + "nullable": true, + "type": "string" + }, + "sell_amt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10040Request": { + "description": "KiwoomApiDostkRkinfoKa10040Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10040Response": { + "description": "KiwoomApiDostkRkinfoKa10040Response schema", + "properties": { + "buy_trde_ori_1": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_2": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_3": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_4": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_5": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_cd_1": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_cd_2": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_cd_3": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_cd_4": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_cd_5": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_irds_1": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_irds_2": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_irds_3": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_irds_4": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_irds_5": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_qty_1": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_qty_2": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_qty_3": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_qty_4": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_qty_5": { + "nullable": true, + "type": "string" + }, + "frgn_buy_prsm_sum": { + "nullable": true, + "type": "string" + }, + "frgn_buy_prsm_sum_chang": { + "nullable": true, + "type": "string" + }, + "frgn_sel_prsm_sum": { + "nullable": true, + "type": "string" + }, + "frgn_sel_prsm_sum_chang": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_1": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_2": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_3": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_4": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_5": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_cd_1": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_cd_2": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_cd_3": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_cd_4": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_cd_5": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_irds_1": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_irds_2": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_irds_3": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_irds_4": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_irds_5": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_qty_1": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_qty_2": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_qty_3": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_qty_4": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_qty_5": { + "nullable": true, + "type": "string" + }, + "tdy_main_trde_ori": { + "items": { + "nullable": true, + "properties": { + "buy_qty": { + "nullable": true, + "type": "string" + }, + "buy_scesn_tm": { + "nullable": true, + "type": "string" + }, + "buy_upper_scesn_ori": { + "nullable": true, + "type": "string" + }, + "qry_dt": { + "nullable": true, + "type": "string" + }, + "qry_tm": { + "nullable": true, + "type": "string" + }, + "sel_scesn_tm": { + "nullable": true, + "type": "string" + }, + "sel_upper_scesn_ori": { + "nullable": true, + "type": "string" + }, + "sell_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10042Request": { + "description": "KiwoomApiDostkRkinfoKa10042Request schema", + "properties": { + "dt": { + "nullable": true, + "type": "string" + }, + "end_dt": { + "nullable": true, + "type": "string" + }, + "pot_tp": { + "nullable": true, + "type": "string" + }, + "qry_dt_tp": { + "nullable": true, + "type": "string" + }, + "sort_base": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10042Response": { + "description": "KiwoomApiDostkRkinfoKa10042Response schema", + "properties": { + "netprps_trde_ori_rank": { + "items": { + "nullable": true, + "properties": { + "mmcm_cd": { + "nullable": true, + "type": "string" + }, + "mmcm_nm": { + "nullable": true, + "type": "string" + }, + "rank": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10053Request": { + "description": "KiwoomApiDostkRkinfoKa10053Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10053Response": { + "description": "KiwoomApiDostkRkinfoKa10053Response schema", + "properties": { + "tdy_upper_scesn_ori": { + "items": { + "nullable": true, + "properties": { + "buy_qty": { + "nullable": true, + "type": "string" + }, + "buy_scesn_tm": { + "nullable": true, + "type": "string" + }, + "buy_upper_scesn_ori": { + "nullable": true, + "type": "string" + }, + "qry_dt": { + "nullable": true, + "type": "string" + }, + "qry_tm": { + "nullable": true, + "type": "string" + }, + "sel_scesn_tm": { + "nullable": true, + "type": "string" + }, + "sel_upper_scesn_ori": { + "nullable": true, + "type": "string" + }, + "sell_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10062Request": { + "description": "KiwoomApiDostkRkinfoKa10062Request schema", + "properties": { + "end_dt": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "sort_cnd": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + }, + "unit_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10062Response": { + "description": "KiwoomApiDostkRkinfoKa10062Response schema", + "properties": { + "eql_nettrde_rank": { + "items": { + "nullable": true, + "properties": { + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "for_nettrde_amt": { + "nullable": true, + "type": "string" + }, + "for_nettrde_avg_pric": { + "nullable": true, + "type": "string" + }, + "for_nettrde_qty": { + "nullable": true, + "type": "string" + }, + "nettrde_amt": { + "nullable": true, + "type": "string" + }, + "nettrde_qty": { + "nullable": true, + "type": "string" + }, + "orgn_nettrde_amt": { + "nullable": true, + "type": "string" + }, + "orgn_nettrde_avg_pric": { + "nullable": true, + "type": "string" + }, + "orgn_nettrde_qty": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "rank": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10065Request": { + "description": "KiwoomApiDostkRkinfoKa10065Request schema", + "properties": { + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "orgn_tp": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10065Response": { + "description": "KiwoomApiDostkRkinfoKa10065Response schema", + "properties": { + "opmr_invsr_trde_upper": { + "items": { + "nullable": true, + "properties": { + "buy_qty": { + "nullable": true, + "type": "string" + }, + "netslmt": { + "nullable": true, + "type": "string" + }, + "sel_qty": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10098Request": { + "description": "KiwoomApiDostkRkinfoKa10098Request schema", + "properties": { + "crd_cnd": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "sort_base": { + "nullable": true, + "type": "string" + }, + "stk_cnd": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty_cnd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa10098Response": { + "description": "KiwoomApiDostkRkinfoKa10098Response schema", + "properties": { + "ovt_sigpric_flu_rt_rank": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "buy_tot_req": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "rank": { + "nullable": true, + "type": "string" + }, + "sel_tot_req": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tdy_close_pric": { + "nullable": true, + "type": "string" + }, + "tdy_close_pric_flu_rt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa90009Request": { + "description": "KiwoomApiDostkRkinfoKa90009Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "date": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "qry_dt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkRkinfoKa90009Response": { + "description": "KiwoomApiDostkRkinfoKa90009Response schema", + "properties": { + "frgnr_orgn_trde_upper": { + "items": { + "nullable": true, + "properties": { + "for_netprps_amt": { + "nullable": true, + "type": "string" + }, + "for_netprps_qty": { + "nullable": true, + "type": "string" + }, + "for_netprps_stk_cd": { + "nullable": true, + "type": "string" + }, + "for_netprps_stk_nm": { + "nullable": true, + "type": "string" + }, + "for_netslmt_amt": { + "nullable": true, + "type": "string" + }, + "for_netslmt_qty": { + "nullable": true, + "type": "string" + }, + "for_netslmt_stk_cd": { + "nullable": true, + "type": "string" + }, + "for_netslmt_stk_nm": { + "nullable": true, + "type": "string" + }, + "orgn_netprps_amt": { + "nullable": true, + "type": "string" + }, + "orgn_netprps_qty": { + "nullable": true, + "type": "string" + }, + "orgn_netprps_stk_cd": { + "nullable": true, + "type": "string" + }, + "orgn_netprps_stk_nm": { + "nullable": true, + "type": "string" + }, + "orgn_netslmt_amt": { + "nullable": true, + "type": "string" + }, + "orgn_netslmt_qty": { + "nullable": true, + "type": "string" + }, + "orgn_netslmt_stk_cd": { + "nullable": true, + "type": "string" + }, + "orgn_netslmt_stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkSectKa10010Request": { + "description": "KiwoomApiDostkSectKa10010Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkSectKa10010Response": { + "description": "KiwoomApiDostkSectKa10010Response schema", + "properties": { + "all_dfrt_trst_buy_amt": { + "nullable": true, + "type": "string" + }, + "all_dfrt_trst_buy_qty": { + "nullable": true, + "type": "string" + }, + "all_dfrt_trst_netprps_amt": { + "nullable": true, + "type": "string" + }, + "all_dfrt_trst_netprps_qty": { + "nullable": true, + "type": "string" + }, + "all_dfrt_trst_sell_amt": { + "nullable": true, + "type": "string" + }, + "all_dfrt_trst_sell_qty": { + "nullable": true, + "type": "string" + }, + "dfrt_trst_buy_amt": { + "nullable": true, + "type": "string" + }, + "dfrt_trst_buy_qty": { + "nullable": true, + "type": "string" + }, + "dfrt_trst_netprps_amt": { + "nullable": true, + "type": "string" + }, + "dfrt_trst_netprps_qty": { + "nullable": true, + "type": "string" + }, + "dfrt_trst_sell_amt": { + "nullable": true, + "type": "string" + }, + "dfrt_trst_sell_qty": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trst_buy_amt": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trst_buy_qty": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trst_netprps_amt": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trst_netprps_qty": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trst_sell_amt": { + "nullable": true, + "type": "string" + }, + "ndiffpro_trst_sell_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkSectKa10051Request": { + "description": "KiwoomApiDostkSectKa10051Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "base_dt": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkSectKa10051Response": { + "description": "KiwoomApiDostkSectKa10051Response schema", + "properties": { + "inds_netprps": { + "items": { + "nullable": true, + "properties": { + "bank_netprps": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "endw_netprps": { + "nullable": true, + "type": "string" + }, + "etc_corp_netprps": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "frgnr_netprps": { + "nullable": true, + "type": "string" + }, + "ind_netprps": { + "nullable": true, + "type": "string" + }, + "inds_cd": { + "nullable": true, + "type": "string" + }, + "inds_nm": { + "nullable": true, + "type": "string" + }, + "insrnc_netprps": { + "nullable": true, + "type": "string" + }, + "invtrt_netprps": { + "nullable": true, + "type": "string" + }, + "jnsinkm_netprps": { + "nullable": true, + "type": "string" + }, + "native_trmt_frgnr_netprps": { + "nullable": true, + "type": "string" + }, + "natn_netprps": { + "nullable": true, + "type": "string" + }, + "orgn_netprps": { + "nullable": true, + "type": "string" + }, + "pre_smbol": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "samo_fund_netprps": { + "nullable": true, + "type": "string" + }, + "sc_netprps": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkSectKa20001Request": { + "description": "KiwoomApiDostkSectKa20001Request schema", + "properties": { + "inds_cd": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkSectKa20001Response": { + "description": "KiwoomApiDostkSectKa20001Response schema", + "properties": { + "52wk_hgst_pric": { + "nullable": true, + "type": "string" + }, + "52wk_hgst_pric_dt": { + "nullable": true, + "type": "string" + }, + "52wk_hgst_pric_pre_rt": { + "nullable": true, + "type": "string" + }, + "52wk_lwst_pric": { + "nullable": true, + "type": "string" + }, + "52wk_lwst_pric_dt": { + "nullable": true, + "type": "string" + }, + "52wk_lwst_pric_pre_rt": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "fall": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "inds_cur_prc_tm": { + "items": { + "nullable": true, + "properties": { + "acc_trde_qty_n": { + "nullable": true, + "type": "string" + }, + "cur_prc_n": { + "nullable": true, + "type": "string" + }, + "flu_rt_n": { + "nullable": true, + "type": "string" + }, + "pred_pre_n": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig_n": { + "nullable": true, + "type": "string" + }, + "tm_n": { + "nullable": true, + "type": "string" + }, + "trde_qty_n": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "lst": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "rising": { + "nullable": true, + "type": "string" + }, + "stdns": { + "nullable": true, + "type": "string" + }, + "trde_frmatn_rt": { + "nullable": true, + "type": "string" + }, + "trde_frmatn_stk_num": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "upl": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkSectKa20002Request": { + "description": "KiwoomApiDostkSectKa20002Request schema", + "properties": { + "inds_cd": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkSectKa20002Response": { + "description": "KiwoomApiDostkSectKa20002Response schema", + "properties": { + "inds_stkpc": { + "items": { + "nullable": true, + "properties": { + "buy_bid": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "now_trde_qty": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "sel_bid": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkSectKa20003Request": { + "description": "KiwoomApiDostkSectKa20003Request schema", + "properties": { + "inds_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkSectKa20003Response": { + "description": "KiwoomApiDostkSectKa20003Response schema", + "properties": { + "all_inds_idex": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "fall": { + "nullable": true, + "type": "string" + }, + "flo_stk_num": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "lst": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "rising": { + "nullable": true, + "type": "string" + }, + "stdns": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "upl": { + "nullable": true, + "type": "string" + }, + "wght": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkSectKa20009Request": { + "description": "KiwoomApiDostkSectKa20009Request schema", + "properties": { + "inds_cd": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkSectKa20009Response": { + "description": "KiwoomApiDostkSectKa20009Response schema", + "properties": { + "52wk_hgst_pric": { + "nullable": true, + "type": "string" + }, + "52wk_hgst_pric_dt": { + "nullable": true, + "type": "string" + }, + "52wk_hgst_pric_pre_rt": { + "nullable": true, + "type": "string" + }, + "52wk_lwst_pric": { + "nullable": true, + "type": "string" + }, + "52wk_lwst_pric_dt": { + "nullable": true, + "type": "string" + }, + "52wk_lwst_pric_pre_rt": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "fall": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "inds_cur_prc_daly_rept": { + "items": { + "nullable": true, + "properties": { + "acc_trde_qty_n": { + "nullable": true, + "type": "string" + }, + "cur_prc_n": { + "nullable": true, + "type": "string" + }, + "dt_n": { + "nullable": true, + "type": "string" + }, + "flu_rt_n": { + "nullable": true, + "type": "string" + }, + "pred_pre_n": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig_n": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "lst": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "rising": { + "nullable": true, + "type": "string" + }, + "stdns": { + "nullable": true, + "type": "string" + }, + "trde_frmatn_rt": { + "nullable": true, + "type": "string" + }, + "trde_frmatn_stk_num": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "upl": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkShsaKa10014Request": { + "description": "KiwoomApiDostkShsaKa10014Request schema", + "properties": { + "end_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + }, + "tm_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkShsaKa10014Response": { + "description": "KiwoomApiDostkShsaKa10014Response schema", + "properties": { + "shrts_trnsn": { + "items": { + "nullable": true, + "properties": { + "close_pric": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "ovr_shrts_qty": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "shrts_avg_pric": { + "nullable": true, + "type": "string" + }, + "shrts_qty": { + "nullable": true, + "type": "string" + }, + "shrts_trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "trde_wght": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkSlbKa10068Request": { + "description": "KiwoomApiDostkSlbKa10068Request schema", + "properties": { + "all_tp": { + "nullable": true, + "type": "string" + }, + "end_dt": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkSlbKa10068Response": { + "description": "KiwoomApiDostkSlbKa10068Response schema", + "properties": { + "dbrt_trde_trnsn": { + "items": { + "nullable": true, + "properties": { + "dbrt_trde_cntrcnt": { + "nullable": true, + "type": "string" + }, + "dbrt_trde_irds": { + "nullable": true, + "type": "string" + }, + "dbrt_trde_rpy": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "remn_amt": { + "nullable": true, + "type": "string" + }, + "rmnd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkSlbKa10069Request": { + "description": "KiwoomApiDostkSlbKa10069Request schema", + "properties": { + "end_dt": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkSlbKa10069Response": { + "description": "KiwoomApiDostkSlbKa10069Response schema", + "properties": { + "dbrt_trde_cntrcnt_rt": { + "nullable": true, + "type": "string" + }, + "dbrt_trde_cntrcnt_sum": { + "nullable": true, + "type": "string" + }, + "dbrt_trde_rpy_rt": { + "nullable": true, + "type": "string" + }, + "dbrt_trde_rpy_sum": { + "nullable": true, + "type": "string" + }, + "dbrt_trde_upper_10stk": { + "items": { + "nullable": true, + "properties": { + "dbrt_trde_cntrcnt": { + "nullable": true, + "type": "string" + }, + "dbrt_trde_rpy": { + "nullable": true, + "type": "string" + }, + "remn_amt": { + "nullable": true, + "type": "string" + }, + "rmnd": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "remn_amt_rt": { + "nullable": true, + "type": "string" + }, + "remn_amt_sum": { + "nullable": true, + "type": "string" + }, + "rmnd_rt": { + "nullable": true, + "type": "string" + }, + "rmnd_sum": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkSlbKa20068Request": { + "description": "KiwoomApiDostkSlbKa20068Request schema", + "properties": { + "all_tp": { + "nullable": true, + "type": "string" + }, + "end_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkSlbKa20068Response": { + "description": "KiwoomApiDostkSlbKa20068Response schema", + "properties": { + "dbrt_trde_trnsn": { + "items": { + "nullable": true, + "properties": { + "dbrt_trde_cntrcnt": { + "nullable": true, + "type": "string" + }, + "dbrt_trde_irds": { + "nullable": true, + "type": "string" + }, + "dbrt_trde_rpy": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "remn_amt": { + "nullable": true, + "type": "string" + }, + "rmnd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkSlbKa90012Request": { + "description": "KiwoomApiDostkSlbKa90012Request schema", + "properties": { + "dt": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkSlbKa90012Response": { + "description": "KiwoomApiDostkSlbKa90012Response schema", + "properties": { + "dbrt_trde_prps": { + "items": { + "nullable": true, + "properties": { + "dbrt_trde_cntrcnt": { + "nullable": true, + "type": "string" + }, + "dbrt_trde_rpy": { + "nullable": true, + "type": "string" + }, + "remn_amt": { + "nullable": true, + "type": "string" + }, + "rmnd": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa00198Request": { + "description": "KiwoomApiDostkStkinfoKa00198Request schema", + "properties": { + "qry_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa00198Response": { + "description": "KiwoomApiDostkStkinfoKa00198Response schema", + "properties": { + "item_inq_rank": { + "items": { + "nullable": true, + "properties": { + "base_comp_chgr": { + "nullable": true, + "type": "string" + }, + "base_comp_sign": { + "nullable": true, + "type": "string" + }, + "bigd_rank": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "past_curr_prc": { + "nullable": true, + "type": "string" + }, + "prev_base_chgr": { + "nullable": true, + "type": "string" + }, + "prev_base_sign": { + "nullable": true, + "type": "string" + }, + "rank_chg": { + "nullable": true, + "type": "string" + }, + "rank_chg_sign": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10001Request": { + "description": "KiwoomApiDostkStkinfoKa10001Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10001Response": { + "description": "KiwoomApiDostkStkinfoKa10001Response schema", + "properties": { + "250hgst": { + "nullable": true, + "type": "string" + }, + "250hgst_pric_dt": { + "nullable": true, + "type": "string" + }, + "250hgst_pric_pre_rt": { + "nullable": true, + "type": "string" + }, + "250lwst": { + "nullable": true, + "type": "string" + }, + "250lwst_pric_dt": { + "nullable": true, + "type": "string" + }, + "250lwst_pric_pre_rt": { + "nullable": true, + "type": "string" + }, + "base_pric": { + "nullable": true, + "type": "string" + }, + "bps": { + "nullable": true, + "type": "string" + }, + "bus_pro": { + "nullable": true, + "type": "string" + }, + "cap": { + "nullable": true, + "type": "string" + }, + "crd_rt": { + "nullable": true, + "type": "string" + }, + "cup_nga": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dstr_rt": { + "nullable": true, + "type": "string" + }, + "dstr_stk": { + "nullable": true, + "type": "string" + }, + "eps": { + "nullable": true, + "type": "string" + }, + "ev": { + "nullable": true, + "type": "string" + }, + "exp_cntr_pric": { + "nullable": true, + "type": "string" + }, + "exp_cntr_qty": { + "nullable": true, + "type": "string" + }, + "fav": { + "nullable": true, + "type": "string" + }, + "fav_unit": { + "nullable": true, + "type": "string" + }, + "flo_stk": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "for_exh_rt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "lst_pric": { + "nullable": true, + "type": "string" + }, + "mac": { + "nullable": true, + "type": "string" + }, + "mac_wght": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "oyr_hgst": { + "nullable": true, + "type": "string" + }, + "oyr_lwst": { + "nullable": true, + "type": "string" + }, + "pbr": { + "nullable": true, + "type": "string" + }, + "per": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "repl_pric": { + "nullable": true, + "type": "string" + }, + "roe": { + "nullable": true, + "type": "string" + }, + "sale_amt": { + "nullable": true, + "type": "string" + }, + "setl_mm": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_pre": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "upl_pric": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10002Request": { + "description": "KiwoomApiDostkStkinfoKa10002Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10002Response": { + "description": "KiwoomApiDostkStkinfoKa10002Response schema", + "properties": { + "base_pric": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_1": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_2": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_3": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_4": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_5": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_nm_1": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_nm_2": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_nm_3": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_nm_4": { + "nullable": true, + "type": "string" + }, + "buy_trde_ori_nm_5": { + "nullable": true, + "type": "string" + }, + "buy_trde_qty_1": { + "nullable": true, + "type": "string" + }, + "buy_trde_qty_2": { + "nullable": true, + "type": "string" + }, + "buy_trde_qty_3": { + "nullable": true, + "type": "string" + }, + "buy_trde_qty_4": { + "nullable": true, + "type": "string" + }, + "buy_trde_qty_5": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "flu_smbol": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_1": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_2": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_3": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_4": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_5": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_nm_1": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_nm_2": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_nm_3": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_nm_4": { + "nullable": true, + "type": "string" + }, + "sel_trde_ori_nm_5": { + "nullable": true, + "type": "string" + }, + "sel_trde_qty_1": { + "nullable": true, + "type": "string" + }, + "sel_trde_qty_2": { + "nullable": true, + "type": "string" + }, + "sel_trde_qty_3": { + "nullable": true, + "type": "string" + }, + "sel_trde_qty_4": { + "nullable": true, + "type": "string" + }, + "sel_trde_qty_5": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10003Request": { + "description": "KiwoomApiDostkStkinfoKa10003Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10003Response": { + "description": "KiwoomApiDostkStkinfoKa10003Response schema", + "properties": { + "cntr_infr": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cntr_str": { + "nullable": true, + "type": "string" + }, + "cntr_trde_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "pre_rt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pri_buy_bid_unit": { + "nullable": true, + "type": "string" + }, + "pri_sel_bid_unit": { + "nullable": true, + "type": "string" + }, + "sign": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10013Request": { + "description": "KiwoomApiDostkStkinfoKa10013Request schema", + "properties": { + "dt": { + "nullable": true, + "type": "string" + }, + "qry_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10013Response": { + "description": "KiwoomApiDostkStkinfoKa10013Response schema", + "properties": { + "crd_trde_trend": { + "items": { + "nullable": true, + "properties": { + "amt": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "new": { + "nullable": true, + "type": "string" + }, + "pre": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "remn": { + "nullable": true, + "type": "string" + }, + "remn_rt": { + "nullable": true, + "type": "string" + }, + "rpya": { + "nullable": true, + "type": "string" + }, + "shr_rt": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10015Request": { + "description": "KiwoomApiDostkStkinfoKa10015Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10015Response": { + "description": "KiwoomApiDostkStkinfoKa10015Response schema", + "properties": { + "daly_trde_dtl": { + "items": { + "nullable": true, + "properties": { + "af_mkrt_trde_prica": { + "nullable": true, + "type": "string" + }, + "af_mkrt_trde_prica_wght": { + "nullable": true, + "type": "string" + }, + "af_mkrt_trde_qty": { + "nullable": true, + "type": "string" + }, + "af_mkrt_trde_wght": { + "nullable": true, + "type": "string" + }, + "bf_mkrt_trde_prica": { + "nullable": true, + "type": "string" + }, + "bf_mkrt_trde_prica_wght": { + "nullable": true, + "type": "string" + }, + "bf_mkrt_trde_qty": { + "nullable": true, + "type": "string" + }, + "bf_mkrt_trde_wght": { + "nullable": true, + "type": "string" + }, + "close_pric": { + "nullable": true, + "type": "string" + }, + "cntr_str": { + "nullable": true, + "type": "string" + }, + "crd_remn_rt": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "for_netprps": { + "nullable": true, + "type": "string" + }, + "for_poss": { + "nullable": true, + "type": "string" + }, + "for_wght": { + "nullable": true, + "type": "string" + }, + "frgn": { + "nullable": true, + "type": "string" + }, + "ind_netprps": { + "nullable": true, + "type": "string" + }, + "opmr_trde_prica": { + "nullable": true, + "type": "string" + }, + "opmr_trde_prica_wght": { + "nullable": true, + "type": "string" + }, + "opmr_trde_qty": { + "nullable": true, + "type": "string" + }, + "opmr_trde_wght": { + "nullable": true, + "type": "string" + }, + "orgn_netprps": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "prid_trde_qty": { + "nullable": true, + "type": "string" + }, + "prm": { + "nullable": true, + "type": "string" + }, + "tot_3": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10016Request": { + "description": "KiwoomApiDostkStkinfoKa10016Request schema", + "properties": { + "crd_cnd": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "high_low_close_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "ntl_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cnd": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + }, + "updown_incls": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10016Response": { + "description": "KiwoomApiDostkStkinfoKa10016Response schema", + "properties": { + "ntl_pric": { + "items": { + "nullable": true, + "properties": { + "buy_bid": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_trde_qty_pre_rt": { + "nullable": true, + "type": "string" + }, + "sel_bid": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10017Request": { + "description": "KiwoomApiDostkStkinfoKa10017Request schema", + "properties": { + "crd_cnd": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "sort_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cnd": { + "nullable": true, + "type": "string" + }, + "trde_gold_tp": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + }, + "updown_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10017Response": { + "description": "KiwoomApiDostkStkinfoKa10017Response schema", + "properties": { + "updown_pric": { + "items": { + "nullable": true, + "properties": { + "buy_bid": { + "nullable": true, + "type": "string" + }, + "buy_req": { + "nullable": true, + "type": "string" + }, + "cnt": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_trde_qty": { + "nullable": true, + "type": "string" + }, + "sel_bid": { + "nullable": true, + "type": "string" + }, + "sel_req": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_infr": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10018Request": { + "description": "KiwoomApiDostkStkinfoKa10018Request schema", + "properties": { + "alacc_rt": { + "nullable": true, + "type": "string" + }, + "crd_cnd": { + "nullable": true, + "type": "string" + }, + "high_low_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cnd": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10018Response": { + "description": "KiwoomApiDostkStkinfoKa10018Response schema", + "properties": { + "high_low_pric_alacc": { + "items": { + "nullable": true, + "properties": { + "buy_bid": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "sel_bid": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tdy_high_pric": { + "nullable": true, + "type": "string" + }, + "tdy_low_pric": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10019Request": { + "description": "KiwoomApiDostkStkinfoKa10019Request schema", + "properties": { + "crd_cnd": { + "nullable": true, + "type": "string" + }, + "flu_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "pric_cnd": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cnd": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + }, + "tm_tp": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + }, + "updown_incls": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10019Response": { + "description": "KiwoomApiDostkStkinfoKa10019Response schema", + "properties": { + "pric_jmpflu": { + "items": { + "nullable": true, + "properties": { + "base_pre": { + "nullable": true, + "type": "string" + }, + "base_pric": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "jmp_rt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_cls": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10024Request": { + "description": "KiwoomApiDostkStkinfoKa10024Request schema", + "properties": { + "cycle_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10024Response": { + "description": "KiwoomApiDostkStkinfoKa10024Response schema", + "properties": { + "trde_qty_updt": { + "items": { + "nullable": true, + "properties": { + "buy_bid": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "now_trde_qty": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "prev_trde_qty": { + "nullable": true, + "type": "string" + }, + "sel_bid": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10025Request": { + "description": "KiwoomApiDostkStkinfoKa10025Request schema", + "properties": { + "cur_prc_entry": { + "nullable": true, + "type": "string" + }, + "cycle_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "prps_cnctr_rt": { + "nullable": true, + "type": "string" + }, + "prpscnt": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10025Response": { + "description": "KiwoomApiDostkStkinfoKa10025Response schema", + "properties": { + "prps_cnctr": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "now_trde_qty": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "pric_end": { + "nullable": true, + "type": "string" + }, + "pric_strt": { + "nullable": true, + "type": "string" + }, + "prps_qty": { + "nullable": true, + "type": "string" + }, + "prps_rt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10026Request": { + "description": "KiwoomApiDostkStkinfoKa10026Request schema", + "properties": { + "pertp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10026Response": { + "description": "KiwoomApiDostkStkinfoKa10026Response schema", + "properties": { + "high_low_per": { + "items": { + "nullable": true, + "properties": { + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "now_trde_qty": { + "nullable": true, + "type": "string" + }, + "per": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "sel_bid": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10028Request": { + "description": "KiwoomApiDostkStkinfoKa10028Request schema", + "properties": { + "crd_cnd": { + "nullable": true, + "type": "string" + }, + "flu_cnd": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "sort_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cnd": { + "nullable": true, + "type": "string" + }, + "trde_prica_cnd": { + "nullable": true, + "type": "string" + }, + "trde_qty_cnd": { + "nullable": true, + "type": "string" + }, + "updown_incls": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10028Response": { + "description": "KiwoomApiDostkStkinfoKa10028Response schema", + "properties": { + "open_pric_pre_flu_rt": { + "items": { + "nullable": true, + "properties": { + "cntr_str": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "now_trde_qty": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "open_pric_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10043Request": { + "description": "KiwoomApiDostkStkinfoKa10043Request schema", + "properties": { + "dt": { + "nullable": true, + "type": "string" + }, + "end_dt": { + "nullable": true, + "type": "string" + }, + "mmcm_cd": { + "nullable": true, + "type": "string" + }, + "pot_tp": { + "nullable": true, + "type": "string" + }, + "qry_dt_tp": { + "nullable": true, + "type": "string" + }, + "sort_base": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10043Response": { + "description": "KiwoomApiDostkStkinfoKa10043Response schema", + "properties": { + "trde_ori_prps_anly": { + "items": { + "nullable": true, + "properties": { + "buy_qty": { + "nullable": true, + "type": "string" + }, + "close_pric": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "netprps_qty": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "sel_qty": { + "nullable": true, + "type": "string" + }, + "trde_qty_sum": { + "nullable": true, + "type": "string" + }, + "trde_wght": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10052Request": { + "description": "KiwoomApiDostkStkinfoKa10052Request schema", + "properties": { + "mmcm_cd": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "pric_tp": { + "nullable": true, + "type": "string" + }, + "qty_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10052Response": { + "description": "KiwoomApiDostkStkinfoKa10052Response schema", + "properties": { + "trde_ori_mont_trde_qty": { + "items": { + "nullable": true, + "properties": { + "acc_netprps": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "mont_trde_qty": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + }, + "tp": { + "nullable": true, + "type": "string" + }, + "trde_ori_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10054Request": { + "description": "KiwoomApiDostkStkinfoKa10054Request schema", + "properties": { + "bf_mkrt_tp": { + "nullable": true, + "type": "string" + }, + "max_trde_prica": { + "nullable": true, + "type": "string" + }, + "max_trde_qty": { + "nullable": true, + "type": "string" + }, + "min_trde_prica": { + "nullable": true, + "type": "string" + }, + "min_trde_qty": { + "nullable": true, + "type": "string" + }, + "motn_drc": { + "nullable": true, + "type": "string" + }, + "motn_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "skip_stk": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "trde_prica_tp": { + "nullable": true, + "type": "string" + }, + "trde_qty_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10054Response": { + "description": "KiwoomApiDostkStkinfoKa10054Response schema", + "properties": { + "motn_stk": { + "items": { + "nullable": true, + "properties": { + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "dynm_dispty_rt": { + "nullable": true, + "type": "string" + }, + "dynm_stdpc": { + "nullable": true, + "type": "string" + }, + "motn_pric": { + "nullable": true, + "type": "string" + }, + "open_pric_pre_flu_rt": { + "nullable": true, + "type": "string" + }, + "static_dispty_rt": { + "nullable": true, + "type": "string" + }, + "static_stdpc": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "trde_cntr_proc_time": { + "nullable": true, + "type": "string" + }, + "viaplc_tp": { + "nullable": true, + "type": "string" + }, + "vimotn_cnt": { + "nullable": true, + "type": "string" + }, + "virelis_time": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10055Request": { + "description": "KiwoomApiDostkStkinfoKa10055Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "tdy_pred": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10055Response": { + "description": "KiwoomApiDostkStkinfoKa10055Response schema", + "properties": { + "tdy_pred_cntr_qty": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cntr_pric": { + "nullable": true, + "type": "string" + }, + "cntr_qty": { + "nullable": true, + "type": "string" + }, + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10058Request": { + "description": "KiwoomApiDostkStkinfoKa10058Request schema", + "properties": { + "end_dt": { + "nullable": true, + "type": "string" + }, + "invsr_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10058Response": { + "description": "KiwoomApiDostkStkinfoKa10058Response schema", + "properties": { + "invsr_daly_trde_stk": { + "items": { + "nullable": true, + "properties": { + "avg_pric_pre": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt_trde_qty": { + "nullable": true, + "type": "string" + }, + "netslmt_amt": { + "nullable": true, + "type": "string" + }, + "netslmt_qty": { + "nullable": true, + "type": "string" + }, + "pre_rt": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "prsm_avg_pric": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10059Request": { + "description": "KiwoomApiDostkStkinfoKa10059Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + }, + "unit_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10059Response": { + "description": "KiwoomApiDostkStkinfoKa10059Response schema", + "properties": { + "stk_invsr_orgn": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "bank": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "etc_corp": { + "nullable": true, + "type": "string" + }, + "etc_fnnc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "fnnc_invt": { + "nullable": true, + "type": "string" + }, + "frgnr_invsr": { + "nullable": true, + "type": "string" + }, + "ind_invsr": { + "nullable": true, + "type": "string" + }, + "insrnc": { + "nullable": true, + "type": "string" + }, + "invtrt": { + "nullable": true, + "type": "string" + }, + "natfor": { + "nullable": true, + "type": "string" + }, + "natn": { + "nullable": true, + "type": "string" + }, + "orgn": { + "nullable": true, + "type": "string" + }, + "penfnd_etc": { + "nullable": true, + "type": "string" + }, + "pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "samo_fund": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10061Request": { + "description": "KiwoomApiDostkStkinfoKa10061Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "end_dt": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "strt_dt": { + "nullable": true, + "type": "string" + }, + "trde_tp": { + "nullable": true, + "type": "string" + }, + "unit_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10061Response": { + "description": "KiwoomApiDostkStkinfoKa10061Response schema", + "properties": { + "stk_invsr_orgn_tot": { + "items": { + "nullable": true, + "properties": { + "bank": { + "nullable": true, + "type": "string" + }, + "etc_corp": { + "nullable": true, + "type": "string" + }, + "etc_fnnc": { + "nullable": true, + "type": "string" + }, + "fnnc_invt": { + "nullable": true, + "type": "string" + }, + "frgnr_invsr": { + "nullable": true, + "type": "string" + }, + "ind_invsr": { + "nullable": true, + "type": "string" + }, + "insrnc": { + "nullable": true, + "type": "string" + }, + "invtrt": { + "nullable": true, + "type": "string" + }, + "natfor": { + "nullable": true, + "type": "string" + }, + "natn": { + "nullable": true, + "type": "string" + }, + "orgn": { + "nullable": true, + "type": "string" + }, + "penfnd_etc": { + "nullable": true, + "type": "string" + }, + "samo_fund": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10084Request": { + "description": "KiwoomApiDostkStkinfoKa10084Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + }, + "tdy_pred": { + "nullable": true, + "type": "string" + }, + "tic_min": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10084Response": { + "description": "KiwoomApiDostkStkinfoKa10084Response schema", + "properties": { + "tdy_pred_cntr": { + "items": { + "nullable": true, + "properties": { + "acc_trde_prica": { + "nullable": true, + "type": "string" + }, + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cntr_str": { + "nullable": true, + "type": "string" + }, + "cntr_trde_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "pre_rt": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pri_buy_bid_unit": { + "nullable": true, + "type": "string" + }, + "pri_sel_bid_unit": { + "nullable": true, + "type": "string" + }, + "sign": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "tm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10095Request": { + "description": "KiwoomApiDostkStkinfoKa10095Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10095Response": { + "description": "KiwoomApiDostkStkinfoKa10095Response schema", + "properties": { + "atn_stk_infr": { + "items": { + "nullable": true, + "properties": { + "base_pric": { + "nullable": true, + "type": "string" + }, + "bid_tm": { + "nullable": true, + "type": "string" + }, + "buy_1th_bid": { + "nullable": true, + "type": "string" + }, + "buy_2th_bid": { + "nullable": true, + "type": "string" + }, + "buy_3th_bid": { + "nullable": true, + "type": "string" + }, + "buy_4th_bid": { + "nullable": true, + "type": "string" + }, + "buy_5th_bid": { + "nullable": true, + "type": "string" + }, + "buy_bid": { + "nullable": true, + "type": "string" + }, + "cap": { + "nullable": true, + "type": "string" + }, + "cap_support": { + "nullable": true, + "type": "string" + }, + "close_pric": { + "nullable": true, + "type": "string" + }, + "cntr_engg": { + "nullable": true, + "type": "string" + }, + "cntr_pred_pre": { + "nullable": true, + "type": "string" + }, + "cntr_qty": { + "nullable": true, + "type": "string" + }, + "cntr_str": { + "nullable": true, + "type": "string" + }, + "cntr_tm": { + "nullable": true, + "type": "string" + }, + "cnvt_rt": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "delta": { + "nullable": true, + "type": "string" + }, + "dt": { + "nullable": true, + "type": "string" + }, + "elwexec_pric": { + "nullable": true, + "type": "string" + }, + "elwexpr_dt": { + "nullable": true, + "type": "string" + }, + "exp_cntr_pric": { + "nullable": true, + "type": "string" + }, + "exp_cntr_qty": { + "nullable": true, + "type": "string" + }, + "fav": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "gam": { + "nullable": true, + "type": "string" + }, + "gear": { + "nullable": true, + "type": "string" + }, + "high_pric": { + "nullable": true, + "type": "string" + }, + "innr_vltl": { + "nullable": true, + "type": "string" + }, + "law": { + "nullable": true, + "type": "string" + }, + "low_pric": { + "nullable": true, + "type": "string" + }, + "lst_pric": { + "nullable": true, + "type": "string" + }, + "mac": { + "nullable": true, + "type": "string" + }, + "open_pric": { + "nullable": true, + "type": "string" + }, + "pl_qutr": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "pred_pre_sig": { + "nullable": true, + "type": "string" + }, + "pred_trde_qty_pre": { + "nullable": true, + "type": "string" + }, + "pri_buy_cnt": { + "nullable": true, + "type": "string" + }, + "pri_buy_req": { + "nullable": true, + "type": "string" + }, + "pri_sel_cnt": { + "nullable": true, + "type": "string" + }, + "pri_sel_req": { + "nullable": true, + "type": "string" + }, + "prty": { + "nullable": true, + "type": "string" + }, + "sel_1th_bid": { + "nullable": true, + "type": "string" + }, + "sel_2th_bid": { + "nullable": true, + "type": "string" + }, + "sel_3th_bid": { + "nullable": true, + "type": "string" + }, + "sel_4th_bid": { + "nullable": true, + "type": "string" + }, + "sel_5th_bid": { + "nullable": true, + "type": "string" + }, + "sel_bid": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + }, + "stkcnt": { + "nullable": true, + "type": "string" + }, + "theory_pric": { + "nullable": true, + "type": "string" + }, + "theta": { + "nullable": true, + "type": "string" + }, + "tot_buy_cnt": { + "nullable": true, + "type": "string" + }, + "tot_buy_req": { + "nullable": true, + "type": "string" + }, + "tot_sel_cnt": { + "nullable": true, + "type": "string" + }, + "tot_sel_req": { + "nullable": true, + "type": "string" + }, + "trde_prica": { + "nullable": true, + "type": "string" + }, + "trde_qty": { + "nullable": true, + "type": "string" + }, + "upl_pric": { + "nullable": true, + "type": "string" + }, + "vega": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10099Request": { + "description": "KiwoomApiDostkStkinfoKa10099Request schema", + "properties": { + "mrkt_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10099Response": { + "description": "KiwoomApiDostkStkinfoKa10099Response schema", + "properties": { + "list": { + "items": { + "nullable": true, + "properties": { + "auditinfo": { + "nullable": true, + "type": "string" + }, + "code": { + "nullable": true, + "type": "string" + }, + "companyclassname": { + "nullable": true, + "type": "string" + }, + "lastprice": { + "nullable": true, + "type": "string" + }, + "listcount": { + "nullable": true, + "type": "string" + }, + "marketcode": { + "nullable": true, + "type": "string" + }, + "marketname": { + "nullable": true, + "type": "string" + }, + "name": { + "nullable": true, + "type": "string" + }, + "nxtenable": { + "nullable": true, + "type": "string" + }, + "orderwarning": { + "nullable": true, + "type": "string" + }, + "regday": { + "nullable": true, + "type": "string" + }, + "state": { + "nullable": true, + "type": "string" + }, + "upname": { + "nullable": true, + "type": "string" + }, + "upsizename": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10100Request": { + "description": "KiwoomApiDostkStkinfoKa10100Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10100Response": { + "description": "KiwoomApiDostkStkinfoKa10100Response schema", + "properties": { + "auditinfo": { + "nullable": true, + "type": "string" + }, + "code": { + "nullable": true, + "type": "string" + }, + "companyclassname": { + "nullable": true, + "type": "string" + }, + "lastprice": { + "nullable": true, + "type": "string" + }, + "listcount": { + "nullable": true, + "type": "string" + }, + "marketcode": { + "nullable": true, + "type": "string" + }, + "marketname": { + "nullable": true, + "type": "string" + }, + "name": { + "nullable": true, + "type": "string" + }, + "nxtenable": { + "nullable": true, + "type": "string" + }, + "orderwarning": { + "nullable": true, + "type": "string" + }, + "regday": { + "nullable": true, + "type": "string" + }, + "state": { + "nullable": true, + "type": "string" + }, + "upname": { + "nullable": true, + "type": "string" + }, + "upsizename": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10101Request": { + "description": "KiwoomApiDostkStkinfoKa10101Request schema", + "properties": { + "mrkt_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10101Response": { + "description": "KiwoomApiDostkStkinfoKa10101Response schema", + "properties": { + "list": { + "items": { + "nullable": true, + "properties": { + "code": { + "nullable": true, + "type": "string" + }, + "group": { + "nullable": true, + "type": "string" + }, + "marketcode": { + "nullable": true + }, + "name": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa10102Request": { + "description": "KiwoomApiDostkStkinfoKa10102Request schema" + }, + "KiwoomApiDostkStkinfoKa10102Response": { + "description": "KiwoomApiDostkStkinfoKa10102Response schema", + "properties": { + "list": { + "items": { + "nullable": true, + "properties": { + "code": { + "nullable": true, + "type": "string" + }, + "gb": { + "nullable": true, + "type": "string" + }, + "name": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa90003Request": { + "description": "KiwoomApiDostkStkinfoKa90003Request schema", + "properties": { + "amt_qty_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "trde_upper_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa90003Response": { + "description": "KiwoomApiDostkStkinfoKa90003Response schema", + "properties": { + "prm_netprps_upper_50": { + "items": { + "nullable": true, + "properties": { + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "flu_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "prm_buy_amt": { + "nullable": true, + "type": "string" + }, + "prm_netprps_amt": { + "nullable": true, + "type": "string" + }, + "prm_sell_amt": { + "nullable": true, + "type": "string" + }, + "rank": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa90004Request": { + "description": "KiwoomApiDostkStkinfoKa90004Request schema", + "properties": { + "dt": { + "nullable": true, + "type": "string" + }, + "mrkt_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKa90004Response": { + "description": "KiwoomApiDostkStkinfoKa90004Response schema", + "properties": { + "stk_prm_trde_prst": { + "items": { + "nullable": true, + "properties": { + "all_trde_rt": { + "nullable": true, + "type": "string" + }, + "buy_cntr_amt": { + "nullable": true, + "type": "string" + }, + "buy_cntr_qty": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "flu_sig": { + "nullable": true, + "type": "string" + }, + "netprps_prica": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "sel_cntr_amt": { + "nullable": true, + "type": "string" + }, + "sel_cntr_qty": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + }, + "tot_1": { + "nullable": true, + "type": "string" + }, + "tot_2": { + "nullable": true, + "type": "string" + }, + "tot_3": { + "nullable": true, + "type": "string" + }, + "tot_4": { + "nullable": true, + "type": "string" + }, + "tot_5": { + "nullable": true, + "type": "string" + }, + "tot_6": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKt20016Request": { + "description": "KiwoomApiDostkStkinfoKt20016Request schema", + "properties": { + "crd_stk_grde_tp": { + "nullable": true, + "type": "string" + }, + "mrkt_deal_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKt20016Response": { + "description": "KiwoomApiDostkStkinfoKt20016Response schema", + "properties": { + "crd_loan_able": { + "nullable": true, + "type": "string" + }, + "crd_loan_pos_stk": { + "items": { + "nullable": true, + "properties": { + "crd_assr_rt": { + "nullable": true, + "type": "string" + }, + "crd_limit_over_txt": { + "nullable": true, + "type": "string" + }, + "crd_limit_over_yn": { + "nullable": true, + "type": "string" + }, + "pred_close_pric": { + "nullable": true, + "type": "string" + }, + "repl_pric": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKt20017Request": { + "description": "KiwoomApiDostkStkinfoKt20017Request schema", + "properties": { + "stk_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkStkinfoKt20017Response": { + "description": "KiwoomApiDostkStkinfoKt20017Response schema", + "properties": { + "crd_alow_yn": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkThmeKa90001Request": { + "description": "KiwoomApiDostkThmeKa90001Request schema", + "properties": { + "date_tp": { + "nullable": true, + "type": "string" + }, + "flu_pl_amt_tp": { + "nullable": true, + "type": "string" + }, + "qry_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "thema_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkThmeKa90001Response": { + "description": "KiwoomApiDostkThmeKa90001Response schema", + "properties": { + "thema_grp": { + "items": { + "nullable": true, + "properties": { + "dt_prft_rt": { + "nullable": true, + "type": "string" + }, + "fall_stk_num": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "flu_sig": { + "nullable": true, + "type": "string" + }, + "main_stk": { + "nullable": true, + "type": "string" + }, + "rising_stk_num": { + "nullable": true, + "type": "string" + }, + "stk_num": { + "nullable": true, + "type": "string" + }, + "thema_grp_cd": { + "nullable": true, + "type": "string" + }, + "thema_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "KiwoomApiDostkThmeKa90002Request": { + "description": "KiwoomApiDostkThmeKa90002Request schema", + "properties": { + "date_tp": { + "nullable": true, + "type": "string" + }, + "stex_tp": { + "nullable": true, + "type": "string" + }, + "thema_grp_cd": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "KiwoomApiDostkThmeKa90002Response": { + "description": "KiwoomApiDostkThmeKa90002Response schema", + "properties": { + "dt_prft_rt": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "thema_comp_stk": { + "items": { + "nullable": true, + "properties": { + "acc_trde_qty": { + "nullable": true, + "type": "string" + }, + "buy_bid": { + "nullable": true, + "type": "string" + }, + "buy_req": { + "nullable": true, + "type": "string" + }, + "cur_prc": { + "nullable": true, + "type": "string" + }, + "dt_prft_rt_n": { + "nullable": true, + "type": "string" + }, + "flu_rt": { + "nullable": true, + "type": "string" + }, + "flu_sig": { + "nullable": true, + "type": "string" + }, + "pred_pre": { + "nullable": true, + "type": "string" + }, + "sel_bid": { + "nullable": true, + "type": "string" + }, + "sel_req": { + "nullable": true, + "type": "string" + }, + "stk_cd": { + "nullable": true, + "type": "string" + }, + "stk_nm": { + "nullable": true, + "type": "string" + } + }, + "type": "object" + }, + "nullable": true, + "type": "array" + } + }, + "type": "object" + }, + "ModifyOrderRequest": { + "description": "ModifyOrderRequest schema", + "properties": { + "price": { + "format": "double", + "nullable": true, + "type": "number" + }, + "quantity": { + "format": "int64", + "nullable": true, + "type": "integer" + } + }, + "type": "object" + }, + "OrderRequest": { + "description": "OrderRequest schema", + "properties": { + "account_id": { + "type": "string" + }, + "market": { + "type": "string" + }, + "price": { + "format": "double", + "nullable": true, + "type": "number" + }, + "quantity": { + "format": "int64", + "type": "integer" + }, + "side": { + "type": "string" + }, + "symbol": { + "type": "string" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "Response": { + "description": "Response schema", + "properties": { + "broker": { + "nullable": true, + "type": "string" + }, + "data": { + "nullable": true + }, + "error": { + "nullable": true, + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "type": "object" + }, + "kiwoomProxyRequest": { + "description": "kiwoomProxyRequest schema", + "properties": { + "account_id": { + "nullable": true, + "type": "string" + }, + "api_id": { + "type": "string" + }, + "body": { + "additionalProperties": { + "nullable": true + }, + "nullable": true, + "type": "object" + }, + "method": { + "nullable": true, + "type": "string" + }, + "params": { + "additionalProperties": { + "nullable": true + }, + "nullable": true, + "type": "object" + }, + "query": { + "additionalProperties": { + "nullable": true + }, + "nullable": true, + "type": "object" + } + }, + "type": "object" + }, + "unknown-interface": { + "description": "unknown-interface schema" + } + } + }, + "info": { + "description": "Unified broker API over multiple securities broker adapters", + "title": "Korea Securities API", + "version": "1.0.0" + }, + "openapi": "3.1.0", + "paths": { + "/accounts": { + "get": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleListAccounts`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\n", + "operationId": "GET_/accounts", + "parameters": [ + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Response" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "List configured accounts", + "tags": [ + "Accounts" + ] + } + }, + "/accounts/summary": { + "get": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleAccountsSummary`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nAggregated balance across all configured accounts.", + "operationId": "GET_/accounts/summary", + "parameters": [ + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Response" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Get combined account summary", + "tags": [ + "Accounts" + ] + } + }, + "/accounts/{account_id}/balance": { + "get": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleGetBalance`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\n", + "operationId": "GET_/accounts/:account_id/balance", + "parameters": [ + { + "description": "Account ID", + "examples": { + "KIS": { + "value": "12345678-01" + }, + "Kiwoom": { + "value": "1234567890" + } + }, + "in": "path", + "name": "account_id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Response" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Get account balance", + "tags": [ + "Accounts" + ] + } + }, + "/accounts/{account_id}/orders": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handlePlaceOrder`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nSubmit a new buy or sell order.", + "operationId": "POST_/accounts/:account_id/orders", + "parameters": [ + { + "description": "Account ID", + "examples": { + "KIS": { + "value": "12345678-01" + }, + "Kiwoom": { + "value": "1234567890" + } + }, + "in": "path", + "name": "account_id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "*/*": { + "schema": { + "$ref": "#/components/schemas/OrderRequest" + } + } + }, + "description": "Request body for broker.OrderRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Response" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Place order", + "tags": [ + "Orders" + ] + } + }, + "/accounts/{account_id}/orders/{order_id}": { + "delete": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleCancelOrder`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\n", + "operationId": "DELETE_/accounts/:account_id/orders/:order_id", + "parameters": [ + { + "description": "Account that placed the order", + "in": "path", + "name": "account_id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "description": "Order ID to cancel", + "in": "path", + "name": "order_id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Response" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Cancel order", + "tags": [ + "Orders" + ] + }, + "get": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleGetOrder`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\n", + "operationId": "GET_/accounts/:account_id/orders/:order_id", + "parameters": [ + { + "description": "Account that placed the order", + "in": "path", + "name": "account_id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "description": "Order ID", + "in": "path", + "name": "order_id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Response" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Get order status", + "tags": [ + "Orders" + ] + }, + "put": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleModifyOrder`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nChange price or quantity of a pending order.", + "operationId": "PUT_/accounts/:account_id/orders/:order_id", + "parameters": [ + { + "description": "Account that placed the order", + "in": "path", + "name": "account_id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "description": "Order ID to modify", + "in": "path", + "name": "order_id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "*/*": { + "schema": { + "$ref": "#/components/schemas/ModifyOrderRequest" + } + } + }, + "description": "Request body for broker.ModifyOrderRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Response" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Modify order", + "tags": [ + "Orders" + ] + } + }, + "/accounts/{account_id}/orders/{order_id}/fills": { + "get": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleGetOrderFills`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\n", + "operationId": "GET_/accounts/:account_id/orders/:order_id/fills", + "parameters": [ + { + "description": "Account that placed the order", + "in": "path", + "name": "account_id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "description": "Order ID returned from place order", + "in": "path", + "name": "order_id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Response" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Get order fills", + "tags": [ + "Orders" + ] + } + }, + "/accounts/{account_id}/positions": { + "get": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleGetPositions`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\n", + "operationId": "GET_/accounts/:account_id/positions", + "parameters": [ + { + "description": "Account ID", + "examples": { + "KIS": { + "value": "12345678-01" + } + }, + "in": "path", + "name": "account_id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Response" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Get account positions", + "tags": [ + "Accounts" + ] + } + }, + "/auth/token": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleAuthToken`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nAuthenticate with a broker and receive an access token.", + "operationId": "POST_/auth/token", + "parameters": [ + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "*/*": { + "schema": { + "$ref": "#/components/schemas/AuthTokenRequest" + } + } + }, + "description": "Request body for server.AuthTokenRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Response" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Issue broker auth token", + "tags": [ + "Auth" + ] + } + }, + "/health": { + "get": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleHealth`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\n", + "operationId": "GET_/health", + "parameters": [ + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Health check", + "tags": [ + "System" + ] + } + }, + "/instruments/{market}/{symbol}": { + "get": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleGetInstrument`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nReturns metadata for a symbol: name, ISIN, sector, listing status, etc.", + "operationId": "GET_/instruments/:market/:symbol", + "parameters": [ + { + "description": "Exchange market code", + "examples": { + "KRX": { + "value": "KRX" + } + }, + "in": "path", + "name": "market", + "required": true, + "schema": { + "type": "string" + } + }, + { + "description": "Ticker symbol", + "examples": { + "Samsung": { + "value": "005930" + } + }, + "in": "path", + "name": "symbol", + "required": true, + "schema": { + "type": "string" + } + }, + { + "description": "Use a specific account's broker (optional)", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Response" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Get instrument metadata", + "tags": [ + "Instruments" + ] + } + }, + "/kis/domestic-bond/v1/quotations/avg-unit": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/avg-unit.", + "operationId": "POST_/kis/domestic-bond/v1/quotations/avg-unit", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsAvgUnitRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1QuotationsAvgUnitRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsAvgUnit" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/avg-unit", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-bond/v1/quotations/inquire-asking-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/inquire-asking-price.", + "operationId": "POST_/kis/domestic-bond/v1/quotations/inquire-asking-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireAskingPriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1QuotationsInquireAskingPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireAskingPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/inquire-asking-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-bond/v1/quotations/inquire-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/inquire-ccnl.", + "operationId": "POST_/kis/domestic-bond/v1/quotations/inquire-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1QuotationsInquireCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/inquire-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-bond/v1/quotations/inquire-daily-itemchartprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/inquire-daily-itemchartprice.", + "operationId": "POST_/kis/domestic-bond/v1/quotations/inquire-daily-itemchartprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireDailyItemchartpriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1QuotationsInquireDailyItemchartpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireDailyItemchartprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/inquire-daily-itemchartprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-bond/v1/quotations/inquire-daily-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/inquire-daily-price.", + "operationId": "POST_/kis/domestic-bond/v1/quotations/inquire-daily-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireDailyPriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1QuotationsInquireDailyPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquireDailyPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/inquire-daily-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-bond/v1/quotations/inquire-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/inquire-price.", + "operationId": "POST_/kis/domestic-bond/v1/quotations/inquire-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquirePriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1QuotationsInquirePriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsInquirePrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/inquire-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-bond/v1/quotations/issue-info": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/issue-info.", + "operationId": "POST_/kis/domestic-bond/v1/quotations/issue-info", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsIssueInfoRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1QuotationsIssueInfoRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsIssueInfo" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/issue-info", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-bond/v1/quotations/search-bond-info": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/quotations/search-bond-info.", + "operationId": "POST_/kis/domestic-bond/v1/quotations/search-bond-info", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsSearchBondInfoRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1QuotationsSearchBondInfoRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1QuotationsSearchBondInfo" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/quotations/search-bond-info", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-bond/v1/trading/buy": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-bond/v1/trading/buy.", + "operationId": "POST_/kis/domestic-bond/v1/trading/buy", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1TradingBuyRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1TradingBuyRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1TradingBuy" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/trading/buy", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-bond/v1/trading/inquire-balance": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/trading/inquire-balance.", + "operationId": "POST_/kis/domestic-bond/v1/trading/inquire-balance", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1TradingInquireBalanceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1TradingInquireBalanceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1TradingInquireBalance" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/trading/inquire-balance", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-bond/v1/trading/inquire-daily-ccld": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/trading/inquire-daily-ccld.", + "operationId": "POST_/kis/domestic-bond/v1/trading/inquire-daily-ccld", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1TradingInquireDailyCcldRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1TradingInquireDailyCcldRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1TradingInquireDailyCcld" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/trading/inquire-daily-ccld", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-bond/v1/trading/inquire-psbl-order": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/trading/inquire-psbl-order.", + "operationId": "POST_/kis/domestic-bond/v1/trading/inquire-psbl-order", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1TradingInquirePsblOrderRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1TradingInquirePsblOrderRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1TradingInquirePsblOrder" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/trading/inquire-psbl-order", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-bond/v1/trading/inquire-psbl-rvsecncl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-bond/v1/trading/inquire-psbl-rvsecncl.", + "operationId": "POST_/kis/domestic-bond/v1/trading/inquire-psbl-rvsecncl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1TradingInquirePsblRvsecnclRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1TradingInquirePsblRvsecnclRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1TradingInquirePsblRvsecncl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/trading/inquire-psbl-rvsecncl", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-bond/v1/trading/order-rvsecncl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-bond/v1/trading/order-rvsecncl.", + "operationId": "POST_/kis/domestic-bond/v1/trading/order-rvsecncl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1TradingOrderRvsecnclRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1TradingOrderRvsecnclRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1TradingOrderRvsecncl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/trading/order-rvsecncl", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-bond/v1/trading/sell": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-bond/v1/trading/sell.", + "operationId": "POST_/kis/domestic-bond/v1/trading/sell", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1TradingSellRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticBondV1TradingSellRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticBondV1TradingSell" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-bond/v1/trading/sell", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/quotations/display-board-callput": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/display-board-callput.", + "operationId": "POST_/kis/domestic-futureoption/v1/quotations/display-board-callput", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardCallputRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsDisplayBoardCallputRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardCallput" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/display-board-callput", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/quotations/display-board-futures": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/display-board-futures.", + "operationId": "POST_/kis/domestic-futureoption/v1/quotations/display-board-futures", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardFuturesRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsDisplayBoardFuturesRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardFutures" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/display-board-futures", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/quotations/display-board-option-list": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/display-board-option-list.", + "operationId": "POST_/kis/domestic-futureoption/v1/quotations/display-board-option-list", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardOptionListRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsDisplayBoardOptionListRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardOptionList" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/display-board-option-list", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/quotations/display-board-top": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/display-board-top.", + "operationId": "POST_/kis/domestic-futureoption/v1/quotations/display-board-top", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardTopRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsDisplayBoardTopRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsDisplayBoardTop" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/display-board-top", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/quotations/exp-price-trend": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/exp-price-trend.", + "operationId": "POST_/kis/domestic-futureoption/v1/quotations/exp-price-trend", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsExpPriceTrendRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsExpPriceTrendRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsExpPriceTrend" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/exp-price-trend", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/quotations/inquire-asking-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/inquire-asking-price.", + "operationId": "POST_/kis/domestic-futureoption/v1/quotations/inquire-asking-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquireAskingPriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsInquireAskingPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquireAskingPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/inquire-asking-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/quotations/inquire-daily-fuopchartprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/inquire-daily-fuopchartprice.", + "operationId": "POST_/kis/domestic-futureoption/v1/quotations/inquire-daily-fuopchartprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquireDailyFuopchartpriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsInquireDailyFuopchartpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquireDailyFuopchartprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/inquire-daily-fuopchartprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/quotations/inquire-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/inquire-price.", + "operationId": "POST_/kis/domestic-futureoption/v1/quotations/inquire-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquirePriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsInquirePriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquirePrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/inquire-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/quotations/inquire-time-fuopchartprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/quotations/inquire-time-fuopchartprice.", + "operationId": "POST_/kis/domestic-futureoption/v1/quotations/inquire-time-fuopchartprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquireTimeFuopchartpriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1QuotationsInquireTimeFuopchartpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1QuotationsInquireTimeFuopchartprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/quotations/inquire-time-fuopchartprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/trading/inquire-balance": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-balance.", + "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-balance", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireBalanceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireBalanceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireBalance" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-balance", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/trading/inquire-balance-settlement-pl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-balance-settlement-pl.", + "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-balance-settlement-pl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireBalanceSettlementPlRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireBalanceSettlementPlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireBalanceSettlementPl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-balance-settlement-pl", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/trading/inquire-balance-valuation-pl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-balance-valuation-pl.", + "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-balance-valuation-pl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireBalanceValuationPlRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireBalanceValuationPlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireBalanceValuationPl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-balance-valuation-pl", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/trading/inquire-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-ccnl.", + "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/trading/inquire-ccnl-bstime": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-ccnl-bstime.", + "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-ccnl-bstime", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireCcnlBstimeRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireCcnlBstimeRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireCcnlBstime" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-ccnl-bstime", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/trading/inquire-daily-amount-fee": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-daily-amount-fee.", + "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-daily-amount-fee", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireDailyAmountFeeRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireDailyAmountFeeRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireDailyAmountFee" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-daily-amount-fee", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/trading/inquire-deposit": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-deposit.", + "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-deposit", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireDepositRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireDepositRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireDeposit" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-deposit", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/trading/inquire-ngt-balance": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-ngt-balance.", + "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-ngt-balance", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireNgtBalanceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireNgtBalanceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireNgtBalance" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-ngt-balance", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/trading/inquire-ngt-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-ngt-ccnl.", + "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-ngt-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireNgtCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquireNgtCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquireNgtCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-ngt-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/trading/inquire-psbl-ngt-order": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-psbl-ngt-order.", + "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-psbl-ngt-order", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquirePsblNgtOrderRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquirePsblNgtOrderRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquirePsblNgtOrder" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-psbl-ngt-order", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/trading/inquire-psbl-order": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/inquire-psbl-order.", + "operationId": "POST_/kis/domestic-futureoption/v1/trading/inquire-psbl-order", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquirePsblOrderRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1TradingInquirePsblOrderRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingInquirePsblOrder" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/inquire-psbl-order", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/trading/ngt-margin-detail": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-futureoption/v1/trading/ngt-margin-detail.", + "operationId": "POST_/kis/domestic-futureoption/v1/trading/ngt-margin-detail", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingNgtMarginDetailRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1TradingNgtMarginDetailRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingNgtMarginDetail" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/ngt-margin-detail", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/trading/order": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-futureoption/v1/trading/order.", + "operationId": "POST_/kis/domestic-futureoption/v1/trading/order", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingOrderRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1TradingOrderRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingOrder" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/order", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-futureoption/v1/trading/order-rvsecncl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-futureoption/v1/trading/order-rvsecncl.", + "operationId": "POST_/kis/domestic-futureoption/v1/trading/order-rvsecncl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingOrderRvsecnclRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticFutureoptionV1TradingOrderRvsecnclRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticFutureoptionV1TradingOrderRvsecncl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-futureoption/v1/trading/order-rvsecncl", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/finance/balance-sheet": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/finance/balance-sheet.", + "operationId": "POST_/kis/domestic-stock/v1/finance/balance-sheet", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1FinanceBalanceSheetRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1FinanceBalanceSheetRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1FinanceBalanceSheet" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/finance/balance-sheet", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/finance/financial-ratio": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/finance/financial-ratio.", + "operationId": "POST_/kis/domestic-stock/v1/finance/financial-ratio", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1FinanceFinancialRatioRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1FinanceFinancialRatioRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1FinanceFinancialRatio" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/finance/financial-ratio", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/finance/growth-ratio": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/finance/growth-ratio.", + "operationId": "POST_/kis/domestic-stock/v1/finance/growth-ratio", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1FinanceGrowthRatioRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1FinanceGrowthRatioRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1FinanceGrowthRatio" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/finance/growth-ratio", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/finance/income-statement": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/finance/income-statement.", + "operationId": "POST_/kis/domestic-stock/v1/finance/income-statement", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1FinanceIncomeStatementRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1FinanceIncomeStatementRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1FinanceIncomeStatement" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/finance/income-statement", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/finance/other-major-ratios": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/finance/other-major-ratios.", + "operationId": "POST_/kis/domestic-stock/v1/finance/other-major-ratios", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1FinanceOtherMajorRatiosRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1FinanceOtherMajorRatiosRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1FinanceOtherMajorRatios" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/finance/other-major-ratios", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/finance/profit-ratio": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/finance/profit-ratio.", + "operationId": "POST_/kis/domestic-stock/v1/finance/profit-ratio", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1FinanceProfitRatioRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1FinanceProfitRatioRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1FinanceProfitRatio" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/finance/profit-ratio", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/finance/stability-ratio": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/finance/stability-ratio.", + "operationId": "POST_/kis/domestic-stock/v1/finance/stability-ratio", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1FinanceStabilityRatioRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1FinanceStabilityRatioRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1FinanceStabilityRatio" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/finance/stability-ratio", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ksdinfo/bonus-issue": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/bonus-issue.", + "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/bonus-issue", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoBonusIssueRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1KsdinfoBonusIssueRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoBonusIssue" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/bonus-issue", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ksdinfo/cap-dcrs": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/cap-dcrs.", + "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/cap-dcrs", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoCapDcrsRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1KsdinfoCapDcrsRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoCapDcrs" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/cap-dcrs", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ksdinfo/dividend": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/dividend.", + "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/dividend", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoDividendRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1KsdinfoDividendRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoDividend" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/dividend", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ksdinfo/forfeit": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/forfeit.", + "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/forfeit", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoForfeitRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1KsdinfoForfeitRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoForfeit" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/forfeit", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ksdinfo/list-info": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/list-info.", + "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/list-info", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoListInfoRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1KsdinfoListInfoRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoListInfo" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/list-info", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ksdinfo/mand-deposit": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/mand-deposit.", + "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/mand-deposit", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoMandDepositRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1KsdinfoMandDepositRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoMandDeposit" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/mand-deposit", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ksdinfo/merger-split": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/merger-split.", + "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/merger-split", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoMergerSplitRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1KsdinfoMergerSplitRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoMergerSplit" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/merger-split", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ksdinfo/paidin-capin": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/paidin-capin.", + "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/paidin-capin", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoPaidinCapinRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1KsdinfoPaidinCapinRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoPaidinCapin" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/paidin-capin", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ksdinfo/pub-offer": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/pub-offer.", + "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/pub-offer", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoPubOfferRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1KsdinfoPubOfferRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoPubOffer" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/pub-offer", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ksdinfo/purreq": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/purreq.", + "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/purreq", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoPurreqRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1KsdinfoPurreqRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoPurreq" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/purreq", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ksdinfo/rev-split": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/rev-split.", + "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/rev-split", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoRevSplitRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1KsdinfoRevSplitRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoRevSplit" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/rev-split", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ksdinfo/sharehld-meet": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ksdinfo/sharehld-meet.", + "operationId": "POST_/kis/domestic-stock/v1/ksdinfo/sharehld-meet", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoSharehldMeetRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1KsdinfoSharehldMeetRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1KsdinfoSharehldMeet" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ksdinfo/sharehld-meet", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/capture-uplowprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/capture-uplowprice.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/capture-uplowprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCaptureUplowpriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsCaptureUplowpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCaptureUplowprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/capture-uplowprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/chk-holiday": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/chk-holiday.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/chk-holiday", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsChkHolidayRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsChkHolidayRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsChkHoliday" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/chk-holiday", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/comp-interest": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/comp-interest.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/comp-interest", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCompInterestRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsCompInterestRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCompInterest" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/comp-interest", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/comp-program-trade-daily": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/comp-program-trade-daily.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/comp-program-trade-daily", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCompProgramTradeDailyRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsCompProgramTradeDailyRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCompProgramTradeDaily" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/comp-program-trade-daily", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/comp-program-trade-today": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/comp-program-trade-today.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/comp-program-trade-today", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCompProgramTradeTodayRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsCompProgramTradeTodayRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCompProgramTradeToday" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/comp-program-trade-today", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/credit-by-company": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/credit-by-company.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/credit-by-company", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCreditByCompanyRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsCreditByCompanyRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsCreditByCompany" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/credit-by-company", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/daily-credit-balance": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/daily-credit-balance.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/daily-credit-balance", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsDailyCreditBalanceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsDailyCreditBalanceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsDailyCreditBalance" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/daily-credit-balance", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/daily-loan-trans": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/daily-loan-trans.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/daily-loan-trans", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsDailyLoanTransRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsDailyLoanTransRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsDailyLoanTrans" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/daily-loan-trans", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/daily-short-sale": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/daily-short-sale.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/daily-short-sale", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsDailyShortSaleRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsDailyShortSaleRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsDailyShortSale" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/daily-short-sale", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/estimate-perform": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/estimate-perform.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/estimate-perform", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsEstimatePerformRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsEstimatePerformRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsEstimatePerform" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/estimate-perform", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/exp-closing-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/exp-closing-price.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/exp-closing-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpClosingPriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsExpClosingPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpClosingPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/exp-closing-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/exp-index-trend": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/exp-index-trend.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/exp-index-trend", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpIndexTrendRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsExpIndexTrendRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpIndexTrend" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/exp-index-trend", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/exp-price-trend": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/exp-price-trend.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/exp-price-trend", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpPriceTrendRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsExpPriceTrendRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpPriceTrend" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/exp-price-trend", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/exp-total-index": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/exp-total-index.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/exp-total-index", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpTotalIndexRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsExpTotalIndexRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsExpTotalIndex" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/exp-total-index", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/foreign-institution-total": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/foreign-institution-total.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/foreign-institution-total", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsForeignInstitutionTotalRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsForeignInstitutionTotalRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsForeignInstitutionTotal" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/foreign-institution-total", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/frgnmem-pchs-trend": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/frgnmem-pchs-trend.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/frgnmem-pchs-trend", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsFrgnmemPchsTrendRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsFrgnmemPchsTrendRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsFrgnmemPchsTrend" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/frgnmem-pchs-trend", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/frgnmem-trade-estimate": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/frgnmem-trade-estimate.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/frgnmem-trade-estimate", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsFrgnmemTradeEstimateRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsFrgnmemTradeEstimateRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsFrgnmemTradeEstimate" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/frgnmem-trade-estimate", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/frgnmem-trade-trend": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/frgnmem-trade-trend.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/frgnmem-trade-trend", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsFrgnmemTradeTrendRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsFrgnmemTradeTrendRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsFrgnmemTradeTrend" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/frgnmem-trade-trend", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-asking-price-exp-ccn": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-asking-price-exp-ccn.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-asking-price-exp-ccn", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireAskingPriceExpCcnRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireAskingPriceExpCcnRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireAskingPriceExpCcn" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-asking-price-exp-ccn", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-ccnl.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-daily-indexchartprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-daily-indexchartprice.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-daily-indexchartprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyIndexchartpriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireDailyIndexchartpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyIndexchartprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-daily-indexchartprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-daily-itemchartprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-daily-itemchartprice.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-daily-itemchartprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyItemchartpriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireDailyItemchartpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyItemchartprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-daily-itemchartprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-daily-overtimeprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-daily-overtimeprice.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-daily-overtimeprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyOvertimepriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireDailyOvertimepriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyOvertimeprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-daily-overtimeprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-daily-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-daily-price.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-daily-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyPriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireDailyPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-daily-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-daily-trade-volume": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-daily-trade-volume.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-daily-trade-volume", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyTradeVolumeRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireDailyTradeVolumeRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireDailyTradeVolume" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-daily-trade-volume", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-elw-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-elw-price.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-elw-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireElwPriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireElwPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireElwPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-elw-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-index-category-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-index-category-price.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-index-category-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexCategoryPriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireIndexCategoryPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexCategoryPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-index-category-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-index-daily-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-index-daily-price.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-index-daily-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexDailyPriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireIndexDailyPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexDailyPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-index-daily-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-index-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-index-price.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-index-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexPriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireIndexPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-index-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-index-tickprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-index-tickprice.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-index-tickprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexTickpriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireIndexTickpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexTickprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-index-tickprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-index-timeprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-index-timeprice.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-index-timeprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexTimepriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireIndexTimepriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireIndexTimeprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-index-timeprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-investor": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-investor.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-investor", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireInvestorRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireInvestorRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireInvestor" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-investor", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-investor-daily-by-market": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-investor-daily-by-market.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-investor-daily-by-market", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireInvestorDailyByMarketRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireInvestorDailyByMarketRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireInvestorDailyByMarket" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-investor-daily-by-market", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-investor-time-by-market": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-investor-time-by-market.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-investor-time-by-market", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireInvestorTimeByMarketRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireInvestorTimeByMarketRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireInvestorTimeByMarket" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-investor-time-by-market", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-member": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-member.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-member", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireMemberRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireMemberRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireMember" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-member", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-member-daily": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-member-daily.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-member-daily", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireMemberDailyRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireMemberDailyRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireMemberDaily" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-member-daily", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-overtime-asking-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-overtime-asking-price.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-overtime-asking-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireOvertimeAskingPriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireOvertimeAskingPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireOvertimeAskingPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-overtime-asking-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-overtime-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-overtime-price.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-overtime-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireOvertimePriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireOvertimePriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireOvertimePrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-overtime-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-price.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquirePriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquirePriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquirePrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-price-2": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-price-2.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-price-2", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquirePriceN2Request" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquirePriceN2Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquirePriceN2" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-price-2", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-time-dailychartprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-time-dailychartprice.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-time-dailychartprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeDailychartpriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireTimeDailychartpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeDailychartprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-time-dailychartprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-time-indexchartprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-time-indexchartprice.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-time-indexchartprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeIndexchartpriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireTimeIndexchartpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeIndexchartprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-time-indexchartprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-time-itemchartprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-time-itemchartprice.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-time-itemchartprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeItemchartpriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireTimeItemchartpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeItemchartprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-time-itemchartprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-time-itemconclusion": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-time-itemconclusion.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-time-itemconclusion", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeItemconclusionRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireTimeItemconclusionRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeItemconclusion" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-time-itemconclusion", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-time-overtimeconclusion": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-time-overtimeconclusion.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-time-overtimeconclusion", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeOvertimeconclusionRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireTimeOvertimeconclusionRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireTimeOvertimeconclusion" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-time-overtimeconclusion", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/inquire-vi-status": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/inquire-vi-status.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/inquire-vi-status", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireViStatusRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInquireViStatusRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInquireViStatus" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/inquire-vi-status", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/intstock-grouplist": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/intstock-grouplist.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/intstock-grouplist", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsIntstockGrouplistRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsIntstockGrouplistRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsIntstockGrouplist" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/intstock-grouplist", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/intstock-multprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/intstock-multprice.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/intstock-multprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsIntstockMultpriceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsIntstockMultpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsIntstockMultprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/intstock-multprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/intstock-stocklist-by-group": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/intstock-stocklist-by-group.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/intstock-stocklist-by-group", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsIntstockStocklistByGroupRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsIntstockStocklistByGroupRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsIntstockStocklistByGroup" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/intstock-stocklist-by-group", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/invest-opbysec": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/invest-opbysec.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/invest-opbysec", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestOpbysecRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInvestOpbysecRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestOpbysec" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/invest-opbysec", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/invest-opinion": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/invest-opinion.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/invest-opinion", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestOpinionRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInvestOpinionRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestOpinion" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/invest-opinion", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/investor-program-trade-today": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/investor-program-trade-today.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/investor-program-trade-today", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestorProgramTradeTodayRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInvestorProgramTradeTodayRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestorProgramTradeToday" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/investor-program-trade-today", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/investor-trade-by-stock-daily": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/investor-trade-by-stock-daily.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/investor-trade-by-stock-daily", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestorTradeByStockDailyRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInvestorTradeByStockDailyRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestorTradeByStockDaily" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/investor-trade-by-stock-daily", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/investor-trend-estimate": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/investor-trend-estimate.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/investor-trend-estimate", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestorTrendEstimateRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsInvestorTrendEstimateRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsInvestorTrendEstimate" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/investor-trend-estimate", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/lendable-by-company": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/lendable-by-company.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/lendable-by-company", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsLendableByCompanyRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsLendableByCompanyRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsLendableByCompany" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/lendable-by-company", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/market-time": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/market-time.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/market-time", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsMarketTimeRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsMarketTimeRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsMarketTime" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/market-time", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/mktfunds": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/mktfunds.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/mktfunds", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsMktfundsRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsMktfundsRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsMktfunds" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/mktfunds", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/news-title": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/news-title.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/news-title", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsNewsTitleRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsNewsTitleRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsNewsTitle" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/news-title", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/pbar-tratio": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/pbar-tratio.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/pbar-tratio", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsPbarTratioRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsPbarTratioRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsPbarTratio" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/pbar-tratio", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/program-trade-by-stock": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/program-trade-by-stock.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/program-trade-by-stock", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsProgramTradeByStockRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsProgramTradeByStockRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsProgramTradeByStock" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/program-trade-by-stock", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/program-trade-by-stock-daily": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/program-trade-by-stock-daily.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/program-trade-by-stock-daily", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsProgramTradeByStockDailyRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsProgramTradeByStockDailyRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsProgramTradeByStockDaily" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/program-trade-by-stock-daily", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/psearch-result": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/psearch-result.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/psearch-result", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsPsearchResultRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsPsearchResultRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsPsearchResult" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/psearch-result", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/psearch-title": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/psearch-title.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/psearch-title", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsPsearchTitleRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsPsearchTitleRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsPsearchTitle" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/psearch-title", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/search-info": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/search-info.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/search-info", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsSearchInfoRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsSearchInfoRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsSearchInfo" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/search-info", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/search-stock-info": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/search-stock-info.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/search-stock-info", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsSearchStockInfoRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsSearchStockInfoRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsSearchStockInfo" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/search-stock-info", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/tradprt-byamt": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/tradprt-byamt.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/tradprt-byamt", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsTradprtByamtRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsTradprtByamtRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsTradprtByamt" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/tradprt-byamt", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/quotations/volume-rank": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/quotations/volume-rank.", + "operationId": "POST_/kis/domestic-stock/v1/quotations/volume-rank", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsVolumeRankRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1QuotationsVolumeRankRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1QuotationsVolumeRank" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/quotations/volume-rank", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/after-hour-balance": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/after-hour-balance.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/after-hour-balance", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingAfterHourBalanceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingAfterHourBalanceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingAfterHourBalance" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/after-hour-balance", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/bulk-trans-num": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/bulk-trans-num.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/bulk-trans-num", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingBulkTransNumRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingBulkTransNumRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingBulkTransNum" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/bulk-trans-num", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/credit-balance": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/credit-balance.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/credit-balance", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingCreditBalanceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingCreditBalanceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingCreditBalance" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/credit-balance", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/disparity": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/disparity.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/disparity", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingDisparityRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingDisparityRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingDisparity" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/disparity", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/dividend-rate": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/dividend-rate.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/dividend-rate", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingDividendRateRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingDividendRateRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingDividendRate" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/dividend-rate", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/exp-trans-updown": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/exp-trans-updown.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/exp-trans-updown", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingExpTransUpdownRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingExpTransUpdownRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingExpTransUpdown" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/exp-trans-updown", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/finance-ratio": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/finance-ratio.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/finance-ratio", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingFinanceRatioRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingFinanceRatioRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingFinanceRatio" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/finance-ratio", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/fluctuation": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/fluctuation.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/fluctuation", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingFluctuationRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingFluctuationRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingFluctuation" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/fluctuation", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/hts-top-view": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/hts-top-view.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/hts-top-view", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingHtsTopViewRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingHtsTopViewRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingHtsTopView" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/hts-top-view", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/market-cap": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/market-cap.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/market-cap", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingMarketCapRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingMarketCapRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingMarketCap" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/market-cap", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/market-value": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/market-value.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/market-value", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingMarketValueRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingMarketValueRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingMarketValue" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/market-value", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/near-new-highlow": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/near-new-highlow.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/near-new-highlow", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingNearNewHighlowRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingNearNewHighlowRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingNearNewHighlow" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/near-new-highlow", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/overtime-exp-trans-fluct": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/overtime-exp-trans-fluct.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/overtime-exp-trans-fluct", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingOvertimeExpTransFluctRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingOvertimeExpTransFluctRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingOvertimeExpTransFluct" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/overtime-exp-trans-fluct", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/overtime-fluctuation": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/overtime-fluctuation.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/overtime-fluctuation", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingOvertimeFluctuationRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingOvertimeFluctuationRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingOvertimeFluctuation" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/overtime-fluctuation", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/overtime-volume": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/overtime-volume.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/overtime-volume", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingOvertimeVolumeRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingOvertimeVolumeRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingOvertimeVolume" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/overtime-volume", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/prefer-disparate-ratio": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/prefer-disparate-ratio.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/prefer-disparate-ratio", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingPreferDisparateRatioRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingPreferDisparateRatioRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingPreferDisparateRatio" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/prefer-disparate-ratio", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/profit-asset-index": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/profit-asset-index.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/profit-asset-index", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingProfitAssetIndexRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingProfitAssetIndexRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingProfitAssetIndex" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/profit-asset-index", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/quote-balance": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/quote-balance.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/quote-balance", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingQuoteBalanceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingQuoteBalanceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingQuoteBalance" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/quote-balance", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/short-sale": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/short-sale.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/short-sale", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingShortSaleRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingShortSaleRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingShortSale" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/short-sale", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/top-interest-stock": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/top-interest-stock.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/top-interest-stock", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingTopInterestStockRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingTopInterestStockRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingTopInterestStock" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/top-interest-stock", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/traded-by-company": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/traded-by-company.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/traded-by-company", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingTradedByCompanyRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingTradedByCompanyRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingTradedByCompany" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/traded-by-company", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/ranking/volume-power": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/ranking/volume-power.", + "operationId": "POST_/kis/domestic-stock/v1/ranking/volume-power", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingVolumePowerRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1RankingVolumePowerRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1RankingVolumePower" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/ranking/volume-power", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/inquire-account-balance": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-account-balance.", + "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-account-balance", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireAccountBalanceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingInquireAccountBalanceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireAccountBalance" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-account-balance", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/inquire-balance": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-balance.", + "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-balance", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireBalanceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingInquireBalanceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireBalance" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-balance", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/inquire-balance-rlz-pl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-balance-rlz-pl.", + "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-balance-rlz-pl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireBalanceRlzPlRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingInquireBalanceRlzPlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireBalanceRlzPl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-balance-rlz-pl", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/inquire-credit-psamount": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-credit-psamount.", + "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-credit-psamount", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireCreditPsamountRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingInquireCreditPsamountRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireCreditPsamount" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-credit-psamount", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/inquire-daily-ccld": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-daily-ccld.", + "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-daily-ccld", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireDailyCcldRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingInquireDailyCcldRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquireDailyCcld" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-daily-ccld", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/inquire-period-profit": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-period-profit.", + "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-period-profit", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePeriodProfitRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingInquirePeriodProfitRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePeriodProfit" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-period-profit", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/inquire-period-trade-profit": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-period-trade-profit.", + "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-period-trade-profit", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePeriodTradeProfitRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingInquirePeriodTradeProfitRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePeriodTradeProfit" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-period-trade-profit", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/inquire-psbl-order": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-psbl-order.", + "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-psbl-order", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePsblOrderRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingInquirePsblOrderRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePsblOrder" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-psbl-order", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/inquire-psbl-rvsecncl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-psbl-rvsecncl.", + "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-psbl-rvsecncl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePsblRvsecnclRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingInquirePsblRvsecnclRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePsblRvsecncl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-psbl-rvsecncl", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/inquire-psbl-sell": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/inquire-psbl-sell.", + "operationId": "POST_/kis/domestic-stock/v1/trading/inquire-psbl-sell", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePsblSellRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingInquirePsblSellRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingInquirePsblSell" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/inquire-psbl-sell", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/intgr-margin": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/intgr-margin.", + "operationId": "POST_/kis/domestic-stock/v1/trading/intgr-margin", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingIntgrMarginRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingIntgrMarginRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingIntgrMargin" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/intgr-margin", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/order-cash": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-stock/v1/trading/order-cash.", + "operationId": "POST_/kis/domestic-stock/v1/trading/order-cash", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderCashRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingOrderCashRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderCash" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/order-cash", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/order-credit": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-stock/v1/trading/order-credit.", + "operationId": "POST_/kis/domestic-stock/v1/trading/order-credit", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderCreditRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingOrderCreditRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderCredit" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/order-credit", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/order-resv": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-stock/v1/trading/order-resv.", + "operationId": "POST_/kis/domestic-stock/v1/trading/order-resv", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderResvRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingOrderResvRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderResv" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/order-resv", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/order-resv-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/order-resv-ccnl.", + "operationId": "POST_/kis/domestic-stock/v1/trading/order-resv-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderResvCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingOrderResvCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderResvCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/order-resv-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/order-resv-rvsecncl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-stock/v1/trading/order-resv-rvsecncl.", + "operationId": "POST_/kis/domestic-stock/v1/trading/order-resv-rvsecncl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderResvRvsecnclRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingOrderResvRvsecnclRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderResvRvsecncl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/order-resv-rvsecncl", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/order-rvsecncl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/domestic-stock/v1/trading/order-rvsecncl.", + "operationId": "POST_/kis/domestic-stock/v1/trading/order-rvsecncl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderRvsecnclRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingOrderRvsecnclRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingOrderRvsecncl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/order-rvsecncl", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/pension/inquire-balance": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/pension/inquire-balance.", + "operationId": "POST_/kis/domestic-stock/v1/trading/pension/inquire-balance", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquireBalanceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingPensionInquireBalanceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquireBalance" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/pension/inquire-balance", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/pension/inquire-daily-ccld": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/pension/inquire-daily-ccld.", + "operationId": "POST_/kis/domestic-stock/v1/trading/pension/inquire-daily-ccld", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquireDailyCcldRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingPensionInquireDailyCcldRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquireDailyCcld" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/pension/inquire-daily-ccld", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/pension/inquire-deposit": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/pension/inquire-deposit.", + "operationId": "POST_/kis/domestic-stock/v1/trading/pension/inquire-deposit", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquireDepositRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingPensionInquireDepositRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquireDeposit" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/pension/inquire-deposit", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/pension/inquire-present-balance": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/pension/inquire-present-balance.", + "operationId": "POST_/kis/domestic-stock/v1/trading/pension/inquire-present-balance", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquirePresentBalanceRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingPensionInquirePresentBalanceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquirePresentBalance" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/pension/inquire-present-balance", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/pension/inquire-psbl-order": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/pension/inquire-psbl-order.", + "operationId": "POST_/kis/domestic-stock/v1/trading/pension/inquire-psbl-order", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquirePsblOrderRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingPensionInquirePsblOrderRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingPensionInquirePsblOrder" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/pension/inquire-psbl-order", + "tags": [ + "KIS" + ] + } + }, + "/kis/domestic-stock/v1/trading/period-rights": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/domestic-stock/v1/trading/period-rights.", + "operationId": "POST_/kis/domestic-stock/v1/trading/period-rights", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingPeriodRightsRequest" + } + } + }, + "description": "Request body for *specs.KISDomesticStockV1TradingPeriodRightsRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISDomesticStockV1TradingPeriodRights" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/domestic-stock/v1/trading/period-rights", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/compare-stocks": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/compare-stocks.", + "operationId": "POST_/kis/elw/v1/quotations/compare-stocks", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsCompareStocksRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsCompareStocksRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsCompareStocks" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/compare-stocks", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/cond-search": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/cond-search.", + "operationId": "POST_/kis/elw/v1/quotations/cond-search", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsCondSearchRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsCondSearchRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsCondSearch" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/cond-search", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/expiration-stocks": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/expiration-stocks.", + "operationId": "POST_/kis/elw/v1/quotations/expiration-stocks", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsExpirationStocksRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsExpirationStocksRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsExpirationStocks" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/expiration-stocks", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/indicator-trend-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/indicator-trend-ccnl.", + "operationId": "POST_/kis/elw/v1/quotations/indicator-trend-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsIndicatorTrendCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsIndicatorTrendCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsIndicatorTrendCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/indicator-trend-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/indicator-trend-daily": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/indicator-trend-daily.", + "operationId": "POST_/kis/elw/v1/quotations/indicator-trend-daily", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsIndicatorTrendDailyRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsIndicatorTrendDailyRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsIndicatorTrendDaily" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/indicator-trend-daily", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/indicator-trend-minute": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/indicator-trend-minute.", + "operationId": "POST_/kis/elw/v1/quotations/indicator-trend-minute", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsIndicatorTrendMinuteRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsIndicatorTrendMinuteRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsIndicatorTrendMinute" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/indicator-trend-minute", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/lp-trade-trend": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/lp-trade-trend.", + "operationId": "POST_/kis/elw/v1/quotations/lp-trade-trend", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsLpTradeTrendRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsLpTradeTrendRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsLpTradeTrend" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/lp-trade-trend", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/newly-listed": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/newly-listed.", + "operationId": "POST_/kis/elw/v1/quotations/newly-listed", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsNewlyListedRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsNewlyListedRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsNewlyListed" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/newly-listed", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/sensitivity-trend-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/sensitivity-trend-ccnl.", + "operationId": "POST_/kis/elw/v1/quotations/sensitivity-trend-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsSensitivityTrendCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsSensitivityTrendCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsSensitivityTrendCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/sensitivity-trend-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/sensitivity-trend-daily": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/sensitivity-trend-daily.", + "operationId": "POST_/kis/elw/v1/quotations/sensitivity-trend-daily", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsSensitivityTrendDailyRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsSensitivityTrendDailyRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsSensitivityTrendDaily" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/sensitivity-trend-daily", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/udrl-asset-list": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/udrl-asset-list.", + "operationId": "POST_/kis/elw/v1/quotations/udrl-asset-list", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsUdrlAssetListRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsUdrlAssetListRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsUdrlAssetList" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/udrl-asset-list", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/udrl-asset-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/udrl-asset-price.", + "operationId": "POST_/kis/elw/v1/quotations/udrl-asset-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsUdrlAssetPriceRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsUdrlAssetPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsUdrlAssetPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/udrl-asset-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/volatility-trend-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/volatility-trend-ccnl.", + "operationId": "POST_/kis/elw/v1/quotations/volatility-trend-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsVolatilityTrendCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/volatility-trend-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/volatility-trend-daily": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/volatility-trend-daily.", + "operationId": "POST_/kis/elw/v1/quotations/volatility-trend-daily", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendDailyRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsVolatilityTrendDailyRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendDaily" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/volatility-trend-daily", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/volatility-trend-minute": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/volatility-trend-minute.", + "operationId": "POST_/kis/elw/v1/quotations/volatility-trend-minute", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendMinuteRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsVolatilityTrendMinuteRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendMinute" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/volatility-trend-minute", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/quotations/volatility-trend-tick": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/quotations/volatility-trend-tick.", + "operationId": "POST_/kis/elw/v1/quotations/volatility-trend-tick", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendTickRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1QuotationsVolatilityTrendTickRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1QuotationsVolatilityTrendTick" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/quotations/volatility-trend-tick", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/ranking/indicator": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/ranking/indicator.", + "operationId": "POST_/kis/elw/v1/ranking/indicator", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1RankingIndicatorRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1RankingIndicatorRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1RankingIndicator" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/ranking/indicator", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/ranking/quick-change": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/ranking/quick-change.", + "operationId": "POST_/kis/elw/v1/ranking/quick-change", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1RankingQuickChangeRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1RankingQuickChangeRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1RankingQuickChange" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/ranking/quick-change", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/ranking/sensitivity": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/ranking/sensitivity.", + "operationId": "POST_/kis/elw/v1/ranking/sensitivity", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1RankingSensitivityRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1RankingSensitivityRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1RankingSensitivity" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/ranking/sensitivity", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/ranking/updown-rate": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/ranking/updown-rate.", + "operationId": "POST_/kis/elw/v1/ranking/updown-rate", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1RankingUpdownRateRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1RankingUpdownRateRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1RankingUpdownRate" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/ranking/updown-rate", + "tags": [ + "KIS" + ] + } + }, + "/kis/elw/v1/ranking/volume-rank": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/elw/v1/ranking/volume-rank.", + "operationId": "POST_/kis/elw/v1/ranking/volume-rank", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1RankingVolumeRankRequest" + } + } + }, + "description": "Request body for *specs.KISElwV1RankingVolumeRankRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISElwV1RankingVolumeRank" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/elw/v1/ranking/volume-rank", + "tags": [ + "KIS" + ] + } + }, + "/kis/etfetn/v1/quotations/inquire-component-stock-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/etfetn/v1/quotations/inquire-component-stock-price.", + "operationId": "POST_/kis/etfetn/v1/quotations/inquire-component-stock-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISEtfetnV1QuotationsInquireComponentStockPriceRequest" + } + } + }, + "description": "Request body for *specs.KISEtfetnV1QuotationsInquireComponentStockPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISEtfetnV1QuotationsInquireComponentStockPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/etfetn/v1/quotations/inquire-component-stock-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/etfetn/v1/quotations/inquire-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/etfetn/v1/quotations/inquire-price.", + "operationId": "POST_/kis/etfetn/v1/quotations/inquire-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISEtfetnV1QuotationsInquirePriceRequest" + } + } + }, + "description": "Request body for *specs.KISEtfetnV1QuotationsInquirePriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISEtfetnV1QuotationsInquirePrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/etfetn/v1/quotations/inquire-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/etfetn/v1/quotations/nav-comparison-daily-trend": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/etfetn/v1/quotations/nav-comparison-daily-trend.", + "operationId": "POST_/kis/etfetn/v1/quotations/nav-comparison-daily-trend", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISEtfetnV1QuotationsNavComparisonDailyTrendRequest" + } + } + }, + "description": "Request body for *specs.KISEtfetnV1QuotationsNavComparisonDailyTrendRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISEtfetnV1QuotationsNavComparisonDailyTrend" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/etfetn/v1/quotations/nav-comparison-daily-trend", + "tags": [ + "KIS" + ] + } + }, + "/kis/etfetn/v1/quotations/nav-comparison-time-trend": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/etfetn/v1/quotations/nav-comparison-time-trend.", + "operationId": "POST_/kis/etfetn/v1/quotations/nav-comparison-time-trend", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISEtfetnV1QuotationsNavComparisonTimeTrendRequest" + } + } + }, + "description": "Request body for *specs.KISEtfetnV1QuotationsNavComparisonTimeTrendRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISEtfetnV1QuotationsNavComparisonTimeTrend" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/etfetn/v1/quotations/nav-comparison-time-trend", + "tags": [ + "KIS" + ] + } + }, + "/kis/etfetn/v1/quotations/nav-comparison-trend": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/etfetn/v1/quotations/nav-comparison-trend.", + "operationId": "POST_/kis/etfetn/v1/quotations/nav-comparison-trend", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISEtfetnV1QuotationsNavComparisonTrendRequest" + } + } + }, + "description": "Request body for *specs.KISEtfetnV1QuotationsNavComparisonTrendRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISEtfetnV1QuotationsNavComparisonTrend" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/etfetn/v1/quotations/nav-comparison-trend", + "tags": [ + "KIS" + ] + } + }, + "/kis/hashkey": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/hashkey.", + "operationId": "POST_/kis/hashkey", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISHashkeyRequest" + } + } + }, + "description": "Request body for *specs.KISHashkeyRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISHashkey" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/hashkey", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/daily-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/daily-ccnl.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/daily-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsDailyCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsDailyCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsDailyCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/daily-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/inquire-asking-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/inquire-asking-price.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/inquire-asking-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquireAskingPriceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsInquireAskingPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquireAskingPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/inquire-asking-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/inquire-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/inquire-price.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/inquire-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquirePriceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsInquirePriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquirePrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/inquire-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/inquire-time-futurechartprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/inquire-time-futurechartprice.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/inquire-time-futurechartprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquireTimeFuturechartpriceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsInquireTimeFuturechartpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquireTimeFuturechartprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/inquire-time-futurechartprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/inquire-time-optchartprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/inquire-time-optchartprice.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/inquire-time-optchartprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquireTimeOptchartpriceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsInquireTimeOptchartpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInquireTimeOptchartprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/inquire-time-optchartprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/investor-unpd-trend": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/investor-unpd-trend.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/investor-unpd-trend", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInvestorUnpdTrendRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsInvestorUnpdTrendRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsInvestorUnpdTrend" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/investor-unpd-trend", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/market-time": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/market-time.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/market-time", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsMarketTimeRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsMarketTimeRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsMarketTime" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/market-time", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/monthly-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/monthly-ccnl.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/monthly-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsMonthlyCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsMonthlyCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsMonthlyCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/monthly-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/opt-asking-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/opt-asking-price.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/opt-asking-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptAskingPriceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsOptAskingPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptAskingPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/opt-asking-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/opt-daily-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/opt-daily-ccnl.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/opt-daily-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptDailyCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsOptDailyCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptDailyCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/opt-daily-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/opt-detail": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/opt-detail.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/opt-detail", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptDetailRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsOptDetailRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptDetail" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/opt-detail", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/opt-monthly-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/opt-monthly-ccnl.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/opt-monthly-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptMonthlyCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsOptMonthlyCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptMonthlyCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/opt-monthly-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/opt-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/opt-price.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/opt-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptPriceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsOptPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/opt-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/opt-tick-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/opt-tick-ccnl.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/opt-tick-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptTickCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsOptTickCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptTickCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/opt-tick-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/opt-weekly-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/opt-weekly-ccnl.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/opt-weekly-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptWeeklyCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsOptWeeklyCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsOptWeeklyCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/opt-weekly-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/search-contract-detail": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/search-contract-detail.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/search-contract-detail", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsSearchContractDetailRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsSearchContractDetailRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsSearchContractDetail" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/search-contract-detail", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/search-opt-detail": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/search-opt-detail.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/search-opt-detail", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsSearchOptDetailRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsSearchOptDetailRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsSearchOptDetail" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/search-opt-detail", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/stock-detail": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/stock-detail.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/stock-detail", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsStockDetailRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsStockDetailRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsStockDetail" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/stock-detail", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/tick-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/tick-ccnl.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/tick-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsTickCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsTickCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsTickCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/tick-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/quotations/weekly-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/quotations/weekly-ccnl.", + "operationId": "POST_/kis/overseas-futureoption/v1/quotations/weekly-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsWeeklyCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1QuotationsWeeklyCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1QuotationsWeeklyCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/quotations/weekly-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/trading/inquire-ccld": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-ccld.", + "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-ccld", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireCcldRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquireCcldRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireCcld" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-ccld", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/trading/inquire-daily-ccld": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-daily-ccld.", + "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-daily-ccld", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireDailyCcldRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquireDailyCcldRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireDailyCcld" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-daily-ccld", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/trading/inquire-daily-order": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-daily-order.", + "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-daily-order", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireDailyOrderRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquireDailyOrderRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireDailyOrder" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-daily-order", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/trading/inquire-deposit": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-deposit.", + "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-deposit", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireDepositRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquireDepositRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireDeposit" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-deposit", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/trading/inquire-period-ccld": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-period-ccld.", + "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-period-ccld", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquirePeriodCcldRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquirePeriodCcldRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquirePeriodCcld" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-period-ccld", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/trading/inquire-period-trans": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-period-trans.", + "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-period-trans", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquirePeriodTransRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquirePeriodTransRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquirePeriodTrans" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-period-trans", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/trading/inquire-psamount": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-psamount.", + "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-psamount", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquirePsamountRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquirePsamountRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquirePsamount" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-psamount", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/trading/inquire-unpd": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/inquire-unpd.", + "operationId": "POST_/kis/overseas-futureoption/v1/trading/inquire-unpd", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireUnpdRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1TradingInquireUnpdRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingInquireUnpd" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/inquire-unpd", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/trading/margin-detail": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-futureoption/v1/trading/margin-detail.", + "operationId": "POST_/kis/overseas-futureoption/v1/trading/margin-detail", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingMarginDetailRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1TradingMarginDetailRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingMarginDetail" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/margin-detail", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/trading/order": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-futureoption/v1/trading/order.", + "operationId": "POST_/kis/overseas-futureoption/v1/trading/order", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingOrderRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1TradingOrderRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingOrder" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/order", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-futureoption/v1/trading/order-rvsecncl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-futureoption/v1/trading/order-rvsecncl.", + "operationId": "POST_/kis/overseas-futureoption/v1/trading/order-rvsecncl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingOrderRvsecnclRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasFutureoptionV1TradingOrderRvsecnclRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasFutureoptionV1TradingOrderRvsecncl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-futureoption/v1/trading/order-rvsecncl", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/brknews-title": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/brknews-title.", + "operationId": "POST_/kis/overseas-price/v1/quotations/brknews-title", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsBrknewsTitleRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsBrknewsTitleRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsBrknewsTitle" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/brknews-title", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/colable-by-company": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/colable-by-company.", + "operationId": "POST_/kis/overseas-price/v1/quotations/colable-by-company", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsColableByCompanyRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsColableByCompanyRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsColableByCompany" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/colable-by-company", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/dailyprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/dailyprice.", + "operationId": "POST_/kis/overseas-price/v1/quotations/dailyprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsDailypriceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsDailypriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsDailyprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/dailyprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/industry-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/industry-price.", + "operationId": "POST_/kis/overseas-price/v1/quotations/industry-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsIndustryPriceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsIndustryPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsIndustryPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/industry-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/industry-theme": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/industry-theme.", + "operationId": "POST_/kis/overseas-price/v1/quotations/industry-theme", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsIndustryThemeRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsIndustryThemeRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsIndustryTheme" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/industry-theme", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/inquire-asking-price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/inquire-asking-price.", + "operationId": "POST_/kis/overseas-price/v1/quotations/inquire-asking-price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireAskingPriceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsInquireAskingPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireAskingPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/inquire-asking-price", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/inquire-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/inquire-ccnl.", + "operationId": "POST_/kis/overseas-price/v1/quotations/inquire-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsInquireCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/inquire-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/inquire-daily-chartprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/inquire-daily-chartprice.", + "operationId": "POST_/kis/overseas-price/v1/quotations/inquire-daily-chartprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireDailyChartpriceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsInquireDailyChartpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireDailyChartprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/inquire-daily-chartprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/inquire-search": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/inquire-search.", + "operationId": "POST_/kis/overseas-price/v1/quotations/inquire-search", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireSearchRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsInquireSearchRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireSearch" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/inquire-search", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/inquire-time-indexchartprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/inquire-time-indexchartprice.", + "operationId": "POST_/kis/overseas-price/v1/quotations/inquire-time-indexchartprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireTimeIndexchartpriceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsInquireTimeIndexchartpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireTimeIndexchartprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/inquire-time-indexchartprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/inquire-time-itemchartprice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/inquire-time-itemchartprice.", + "operationId": "POST_/kis/overseas-price/v1/quotations/inquire-time-itemchartprice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireTimeItemchartpriceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsInquireTimeItemchartpriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsInquireTimeItemchartprice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/inquire-time-itemchartprice", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/news-title": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/news-title.", + "operationId": "POST_/kis/overseas-price/v1/quotations/news-title", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsNewsTitleRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsNewsTitleRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsNewsTitle" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/news-title", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/period-rights": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/period-rights.", + "operationId": "POST_/kis/overseas-price/v1/quotations/period-rights", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsPeriodRightsRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsPeriodRightsRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsPeriodRights" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/period-rights", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/price": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/price.", + "operationId": "POST_/kis/overseas-price/v1/quotations/price", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsPriceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsPriceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsPrice" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/price", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/price-detail": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/price-detail.", + "operationId": "POST_/kis/overseas-price/v1/quotations/price-detail", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsPriceDetailRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsPriceDetailRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsPriceDetail" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/price-detail", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/rights-by-ice": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/rights-by-ice.", + "operationId": "POST_/kis/overseas-price/v1/quotations/rights-by-ice", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsRightsByIceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsRightsByIceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsRightsByIce" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/rights-by-ice", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-price/v1/quotations/search-info": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-price/v1/quotations/search-info.", + "operationId": "POST_/kis/overseas-price/v1/quotations/search-info", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsSearchInfoRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasPriceV1QuotationsSearchInfoRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasPriceV1QuotationsSearchInfo" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-price/v1/quotations/search-info", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/quotations/countries-holiday": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/quotations/countries-holiday.", + "operationId": "POST_/kis/overseas-stock/v1/quotations/countries-holiday", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1QuotationsCountriesHolidayRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1QuotationsCountriesHolidayRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1QuotationsCountriesHoliday" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/quotations/countries-holiday", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/ranking/market-cap": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/market-cap.", + "operationId": "POST_/kis/overseas-stock/v1/ranking/market-cap", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingMarketCapRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1RankingMarketCapRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingMarketCap" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/market-cap", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/ranking/new-highlow": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/new-highlow.", + "operationId": "POST_/kis/overseas-stock/v1/ranking/new-highlow", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingNewHighlowRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1RankingNewHighlowRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingNewHighlow" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/new-highlow", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/ranking/price-fluct": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/price-fluct.", + "operationId": "POST_/kis/overseas-stock/v1/ranking/price-fluct", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingPriceFluctRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1RankingPriceFluctRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingPriceFluct" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/price-fluct", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/ranking/trade-growth": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/trade-growth.", + "operationId": "POST_/kis/overseas-stock/v1/ranking/trade-growth", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingTradeGrowthRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1RankingTradeGrowthRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingTradeGrowth" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/trade-growth", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/ranking/trade-pbmn": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/trade-pbmn.", + "operationId": "POST_/kis/overseas-stock/v1/ranking/trade-pbmn", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingTradePbmnRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1RankingTradePbmnRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingTradePbmn" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/trade-pbmn", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/ranking/trade-turnover": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/trade-turnover.", + "operationId": "POST_/kis/overseas-stock/v1/ranking/trade-turnover", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingTradeTurnoverRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1RankingTradeTurnoverRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingTradeTurnover" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/trade-turnover", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/ranking/trade-vol": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/trade-vol.", + "operationId": "POST_/kis/overseas-stock/v1/ranking/trade-vol", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingTradeVolRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1RankingTradeVolRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingTradeVol" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/trade-vol", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/ranking/updown-rate": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/updown-rate.", + "operationId": "POST_/kis/overseas-stock/v1/ranking/updown-rate", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingUpdownRateRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1RankingUpdownRateRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingUpdownRate" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/updown-rate", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/ranking/volume-power": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/volume-power.", + "operationId": "POST_/kis/overseas-stock/v1/ranking/volume-power", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingVolumePowerRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1RankingVolumePowerRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingVolumePower" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/volume-power", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/ranking/volume-surge": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/ranking/volume-surge.", + "operationId": "POST_/kis/overseas-stock/v1/ranking/volume-surge", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingVolumeSurgeRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1RankingVolumeSurgeRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1RankingVolumeSurge" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/ranking/volume-surge", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/algo-ordno": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/algo-ordno.", + "operationId": "POST_/kis/overseas-stock/v1/trading/algo-ordno", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingAlgoOrdnoRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingAlgoOrdnoRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingAlgoOrdno" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/algo-ordno", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/daytime-order": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-stock/v1/trading/daytime-order.", + "operationId": "POST_/kis/overseas-stock/v1/trading/daytime-order", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingDaytimeOrderRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingDaytimeOrderRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingDaytimeOrder" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/daytime-order", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/daytime-order-rvsecncl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-stock/v1/trading/daytime-order-rvsecncl.", + "operationId": "POST_/kis/overseas-stock/v1/trading/daytime-order-rvsecncl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingDaytimeOrderRvsecnclRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingDaytimeOrderRvsecnclRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingDaytimeOrderRvsecncl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/daytime-order-rvsecncl", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/foreign-margin": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/foreign-margin.", + "operationId": "POST_/kis/overseas-stock/v1/trading/foreign-margin", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingForeignMarginRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingForeignMarginRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingForeignMargin" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/foreign-margin", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/inquire-algo-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-algo-ccnl.", + "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-algo-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireAlgoCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingInquireAlgoCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireAlgoCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-algo-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/inquire-balance": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-balance.", + "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-balance", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireBalanceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingInquireBalanceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireBalance" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-balance", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/inquire-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-ccnl.", + "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingInquireCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/inquire-nccs": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-nccs.", + "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-nccs", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireNccsRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingInquireNccsRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquireNccs" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-nccs", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/inquire-paymt-stdr-balance": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-paymt-stdr-balance.", + "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-paymt-stdr-balance", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePaymtStdrBalanceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingInquirePaymtStdrBalanceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePaymtStdrBalance" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-paymt-stdr-balance", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/inquire-period-profit": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-period-profit.", + "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-period-profit", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePeriodProfitRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingInquirePeriodProfitRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePeriodProfit" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-period-profit", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/inquire-period-trans": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-period-trans.", + "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-period-trans", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePeriodTransRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingInquirePeriodTransRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePeriodTrans" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-period-trans", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/inquire-present-balance": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-present-balance.", + "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-present-balance", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePresentBalanceRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingInquirePresentBalanceRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePresentBalance" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-present-balance", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/inquire-psamount": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/inquire-psamount.", + "operationId": "POST_/kis/overseas-stock/v1/trading/inquire-psamount", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePsamountRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingInquirePsamountRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingInquirePsamount" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/inquire-psamount", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/order": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-stock/v1/trading/order.", + "operationId": "POST_/kis/overseas-stock/v1/trading/order", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingOrderRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingOrder" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/order", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/order-resv": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-stock/v1/trading/order-resv.", + "operationId": "POST_/kis/overseas-stock/v1/trading/order-resv", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderResvRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingOrderResvRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderResv" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/order-resv", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/order-resv-ccnl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-stock/v1/trading/order-resv-ccnl.", + "operationId": "POST_/kis/overseas-stock/v1/trading/order-resv-ccnl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderResvCcnlRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingOrderResvCcnlRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderResvCcnl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/order-resv-ccnl", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/order-resv-list": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for GET /uapi/overseas-stock/v1/trading/order-resv-list.", + "operationId": "POST_/kis/overseas-stock/v1/trading/order-resv-list", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderResvListRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingOrderResvListRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderResvList" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/order-resv-list", + "tags": [ + "KIS" + ] + } + }, + "/kis/overseas-stock/v1/trading/order-rvsecncl": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKISProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented KIS proxy route for POST /uapi/overseas-stock/v1/trading/order-rvsecncl.", + "operationId": "POST_/kis/overseas-stock/v1/trading/order-rvsecncl", + "parameters": [ + { + "description": "Optional account selector when multiple KIS accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderRvsecnclRequest" + } + } + }, + "description": "Request body for *specs.KISOverseasStockV1TradingOrderRvsecnclRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KISOverseasStockV1TradingOrderRvsecncl" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call KIS static endpoint /kis/overseas-stock/v1/trading/order-rvsecncl", + "tags": [ + "KIS" + ] + } + }, + "/kiwoom/dostk/acnt/ka00001": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka00001).", + "operationId": "POST_/kiwoom/dostk/acnt/ka00001", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa00001Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKa00001Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa00001Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka00001", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/ka01690": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka01690).", + "operationId": "POST_/kiwoom/dostk/acnt/ka01690", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa01690Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKa01690Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa01690Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka01690", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/ka10072": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10072).", + "operationId": "POST_/kiwoom/dostk/acnt/ka10072", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10072Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKa10072Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10072Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10072", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/ka10073": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10073).", + "operationId": "POST_/kiwoom/dostk/acnt/ka10073", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10073Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKa10073Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10073Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10073", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/ka10074": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10074).", + "operationId": "POST_/kiwoom/dostk/acnt/ka10074", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10074Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKa10074Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10074Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10074", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/ka10075": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10075).", + "operationId": "POST_/kiwoom/dostk/acnt/ka10075", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10075Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKa10075Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10075Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10075", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/ka10076": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10076).", + "operationId": "POST_/kiwoom/dostk/acnt/ka10076", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10076Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKa10076Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10076Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10076", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/ka10077": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10077).", + "operationId": "POST_/kiwoom/dostk/acnt/ka10077", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10077Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKa10077Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10077Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10077", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/ka10085": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10085).", + "operationId": "POST_/kiwoom/dostk/acnt/ka10085", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10085Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKa10085Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10085Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10085", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/ka10088": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10088).", + "operationId": "POST_/kiwoom/dostk/acnt/ka10088", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10088Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKa10088Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10088Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10088", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/ka10170": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=ka10170).", + "operationId": "POST_/kiwoom/dostk/acnt/ka10170", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10170Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKa10170Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKa10170Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/ka10170", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00001": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00001).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00001", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00001Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00001Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00001Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00001", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00002": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00002).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00002", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00002Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00002Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00002Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00002", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00003": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00003).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00003", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00003Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00003Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00003Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00003", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00004": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00004).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00004", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00004Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00004Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00004Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00004", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00005": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00005).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00005", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00005Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00005Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00005Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00005", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00007": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00007).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00007", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00007Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00007Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00007Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00007", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00008": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00008).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00008", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00008Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00008Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00008Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00008", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00009": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00009).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00009", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00009Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00009Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00009Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00009", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00010": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00010).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00010", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00010Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00010Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00010Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00010", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00011": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00011).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00011", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00011Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00011Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00011Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00011", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00012": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00012).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00012", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00012Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00012Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00012Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00012", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00013": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00013).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00013", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00013Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00013Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00013Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00013", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00015": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00015).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00015", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00015Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00015Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00015Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00015", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00016": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00016).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00016", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00016Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00016Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00016Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00016", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00017": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00017).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00017", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00017Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00017Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00017Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00017", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt00018": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt00018).", + "operationId": "POST_/kiwoom/dostk/acnt/kt00018", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00018Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt00018Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt00018Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt00018", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt50020": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt50020).", + "operationId": "POST_/kiwoom/dostk/acnt/kt50020", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50020Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt50020Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50020Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt50020", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt50021": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt50021).", + "operationId": "POST_/kiwoom/dostk/acnt/kt50021", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50021Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt50021Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50021Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt50021", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt50030": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt50030).", + "operationId": "POST_/kiwoom/dostk/acnt/kt50030", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50030Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt50030Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50030Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt50030", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt50031": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt50031).", + "operationId": "POST_/kiwoom/dostk/acnt/kt50031", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50031Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt50031Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50031Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt50031", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt50032": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt50032).", + "operationId": "POST_/kiwoom/dostk/acnt/kt50032", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50032Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt50032Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50032Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt50032", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/acnt/kt50075": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/acnt (api_id=kt50075).", + "operationId": "POST_/kiwoom/dostk/acnt/kt50075", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50075Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkAcntKt50075Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkAcntKt50075Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/acnt/kt50075", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka10060": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10060).", + "operationId": "POST_/kiwoom/dostk/chart/ka10060", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10060Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa10060Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10060Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10060", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka10064": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10064).", + "operationId": "POST_/kiwoom/dostk/chart/ka10064", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10064Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa10064Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10064Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10064", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka10079": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10079).", + "operationId": "POST_/kiwoom/dostk/chart/ka10079", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10079Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa10079Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10079Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10079", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka10080": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10080).", + "operationId": "POST_/kiwoom/dostk/chart/ka10080", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10080Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa10080Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10080Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10080", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka10081": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10081).", + "operationId": "POST_/kiwoom/dostk/chart/ka10081", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10081Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa10081Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10081Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10081", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka10082": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10082).", + "operationId": "POST_/kiwoom/dostk/chart/ka10082", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10082Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa10082Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10082Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10082", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka10083": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10083).", + "operationId": "POST_/kiwoom/dostk/chart/ka10083", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10083Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa10083Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10083Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10083", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka10094": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka10094).", + "operationId": "POST_/kiwoom/dostk/chart/ka10094", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10094Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa10094Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa10094Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka10094", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka20004": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka20004).", + "operationId": "POST_/kiwoom/dostk/chart/ka20004", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa20004Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa20004Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa20004Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka20004", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka20005": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka20005).", + "operationId": "POST_/kiwoom/dostk/chart/ka20005", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa20005Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa20005Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa20005Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka20005", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka20006": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka20006).", + "operationId": "POST_/kiwoom/dostk/chart/ka20006", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa20006Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa20006Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa20006Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka20006", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka20007": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka20007).", + "operationId": "POST_/kiwoom/dostk/chart/ka20007", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa20007Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa20007Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa20007Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka20007", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka20008": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka20008).", + "operationId": "POST_/kiwoom/dostk/chart/ka20008", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa20008Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa20008Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa20008Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka20008", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka20019": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka20019).", + "operationId": "POST_/kiwoom/dostk/chart/ka20019", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa20019Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa20019Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa20019Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka20019", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka50079": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka50079).", + "operationId": "POST_/kiwoom/dostk/chart/ka50079", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa50079Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa50079Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa50079Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka50079", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka50080": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka50080).", + "operationId": "POST_/kiwoom/dostk/chart/ka50080", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa50080Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa50080Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa50080Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka50080", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka50081": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka50081).", + "operationId": "POST_/kiwoom/dostk/chart/ka50081", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa50081Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa50081Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa50081Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka50081", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka50082": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka50082).", + "operationId": "POST_/kiwoom/dostk/chart/ka50082", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa50082Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa50082Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa50082Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka50082", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka50083": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka50083).", + "operationId": "POST_/kiwoom/dostk/chart/ka50083", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa50083Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa50083Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa50083Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka50083", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka50091": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka50091).", + "operationId": "POST_/kiwoom/dostk/chart/ka50091", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa50091Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa50091Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa50091Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka50091", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/chart/ka50092": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/chart (api_id=ka50092).", + "operationId": "POST_/kiwoom/dostk/chart/ka50092", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa50092Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkChartKa50092Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkChartKa50092Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/chart/ka50092", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/crdordr/kt10006": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/crdordr (api_id=kt10006).", + "operationId": "POST_/kiwoom/dostk/crdordr/kt10006", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10006Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkCrdordrKt10006Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10006Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/crdordr/kt10006", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/crdordr/kt10007": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/crdordr (api_id=kt10007).", + "operationId": "POST_/kiwoom/dostk/crdordr/kt10007", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10007Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkCrdordrKt10007Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10007Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/crdordr/kt10007", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/crdordr/kt10008": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/crdordr (api_id=kt10008).", + "operationId": "POST_/kiwoom/dostk/crdordr/kt10008", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10008Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkCrdordrKt10008Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10008Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/crdordr/kt10008", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/crdordr/kt10009": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/crdordr (api_id=kt10009).", + "operationId": "POST_/kiwoom/dostk/crdordr/kt10009", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10009Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkCrdordrKt10009Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkCrdordrKt10009Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/crdordr/kt10009", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/elw/ka10048": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka10048).", + "operationId": "POST_/kiwoom/dostk/elw/ka10048", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa10048Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkElwKa10048Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa10048Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka10048", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/elw/ka10050": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka10050).", + "operationId": "POST_/kiwoom/dostk/elw/ka10050", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa10050Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkElwKa10050Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa10050Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka10050", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/elw/ka30001": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30001).", + "operationId": "POST_/kiwoom/dostk/elw/ka30001", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30001Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkElwKa30001Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30001Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30001", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/elw/ka30002": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30002).", + "operationId": "POST_/kiwoom/dostk/elw/ka30002", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30002Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkElwKa30002Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30002Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30002", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/elw/ka30003": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30003).", + "operationId": "POST_/kiwoom/dostk/elw/ka30003", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30003Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkElwKa30003Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30003Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30003", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/elw/ka30004": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30004).", + "operationId": "POST_/kiwoom/dostk/elw/ka30004", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30004Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkElwKa30004Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30004Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30004", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/elw/ka30005": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30005).", + "operationId": "POST_/kiwoom/dostk/elw/ka30005", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30005Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkElwKa30005Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30005Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30005", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/elw/ka30009": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30009).", + "operationId": "POST_/kiwoom/dostk/elw/ka30009", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30009Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkElwKa30009Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30009Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30009", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/elw/ka30010": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30010).", + "operationId": "POST_/kiwoom/dostk/elw/ka30010", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30010Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkElwKa30010Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30010Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30010", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/elw/ka30011": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30011).", + "operationId": "POST_/kiwoom/dostk/elw/ka30011", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30011Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkElwKa30011Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30011Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30011", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/elw/ka30012": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/elw (api_id=ka30012).", + "operationId": "POST_/kiwoom/dostk/elw/ka30012", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30012Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkElwKa30012Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkElwKa30012Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/elw/ka30012", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/etf/ka40001": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40001).", + "operationId": "POST_/kiwoom/dostk/etf/ka40001", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40001Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkEtfKa40001Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40001Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40001", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/etf/ka40002": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40002).", + "operationId": "POST_/kiwoom/dostk/etf/ka40002", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40002Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkEtfKa40002Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40002Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40002", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/etf/ka40003": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40003).", + "operationId": "POST_/kiwoom/dostk/etf/ka40003", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40003Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkEtfKa40003Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40003Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40003", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/etf/ka40004": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40004).", + "operationId": "POST_/kiwoom/dostk/etf/ka40004", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40004Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkEtfKa40004Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40004Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40004", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/etf/ka40006": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40006).", + "operationId": "POST_/kiwoom/dostk/etf/ka40006", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40006Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkEtfKa40006Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40006Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40006", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/etf/ka40007": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40007).", + "operationId": "POST_/kiwoom/dostk/etf/ka40007", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40007Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkEtfKa40007Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40007Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40007", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/etf/ka40008": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40008).", + "operationId": "POST_/kiwoom/dostk/etf/ka40008", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40008Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkEtfKa40008Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40008Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40008", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/etf/ka40009": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40009).", + "operationId": "POST_/kiwoom/dostk/etf/ka40009", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40009Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkEtfKa40009Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40009Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40009", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/etf/ka40010": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/etf (api_id=ka40010).", + "operationId": "POST_/kiwoom/dostk/etf/ka40010", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40010Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkEtfKa40010Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkEtfKa40010Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/etf/ka40010", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/frgnistt/ka10008": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/frgnistt (api_id=ka10008).", + "operationId": "POST_/kiwoom/dostk/frgnistt/ka10008", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa10008Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkFrgnisttKa10008Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa10008Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/frgnistt/ka10008", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/frgnistt/ka10009": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/frgnistt (api_id=ka10009).", + "operationId": "POST_/kiwoom/dostk/frgnistt/ka10009", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa10009Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkFrgnisttKa10009Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa10009Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/frgnistt/ka10009", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/frgnistt/ka10131": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/frgnistt (api_id=ka10131).", + "operationId": "POST_/kiwoom/dostk/frgnistt/ka10131", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa10131Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkFrgnisttKa10131Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa10131Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/frgnistt/ka10131", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/frgnistt/ka52301": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/frgnistt (api_id=ka52301).", + "operationId": "POST_/kiwoom/dostk/frgnistt/ka52301", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa52301Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkFrgnisttKa52301Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkFrgnisttKa52301Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/frgnistt/ka52301", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka10004": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10004).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka10004", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10004Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10004Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10004Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10004", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka10005": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10005).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka10005", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10005Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10005Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10005Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10005", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka10006": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10006).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka10006", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10006Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10006Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10006Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10006", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka10007": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10007).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka10007", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10007Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10007Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10007Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10007", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka10011": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10011).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka10011", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10011Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10011Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10011Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10011", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka10044": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10044).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka10044", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10044Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10044Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10044Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10044", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka10045": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10045).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka10045", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10045Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10045Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10045Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10045", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka10046": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10046).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka10046", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10046Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10046Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10046Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10046", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka10047": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10047).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka10047", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10047Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10047Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10047Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10047", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka10063": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10063).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka10063", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10063Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10063Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10063Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10063", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka10066": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10066).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka10066", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10066Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10066Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10066Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10066", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka10078": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10078).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka10078", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10078Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10078Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10078Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10078", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka10086": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10086).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka10086", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10086Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10086Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10086Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10086", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka10087": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka10087).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka10087", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10087Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa10087Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa10087Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka10087", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka50010": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka50010).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka50010", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50010Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa50010Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50010Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka50010", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka50012": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka50012).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka50012", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50012Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa50012Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50012Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka50012", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka50087": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka50087).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka50087", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50087Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa50087Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50087Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka50087", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka50100": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka50100).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka50100", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50100Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa50100Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50100Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka50100", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka50101": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka50101).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka50101", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50101Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa50101Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa50101Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka50101", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka90005": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka90005).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka90005", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90005Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa90005Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90005Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka90005", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka90006": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka90006).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka90006", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90006Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa90006Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90006Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka90006", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka90007": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka90007).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka90007", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90007Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa90007Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90007Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka90007", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka90008": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka90008).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka90008", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90008Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa90008Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90008Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka90008", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka90010": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka90010).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka90010", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90010Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa90010Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90010Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka90010", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/mrkcond/ka90013": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/mrkcond (api_id=ka90013).", + "operationId": "POST_/kiwoom/dostk/mrkcond/ka90013", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90013Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkMrkcondKa90013Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkMrkcondKa90013Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/mrkcond/ka90013", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/ordr/kt10000": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt10000).", + "operationId": "POST_/kiwoom/dostk/ordr/kt10000", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10000Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkOrdrKt10000Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10000Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt10000", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/ordr/kt10001": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt10001).", + "operationId": "POST_/kiwoom/dostk/ordr/kt10001", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10001Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkOrdrKt10001Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10001Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt10001", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/ordr/kt10002": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt10002).", + "operationId": "POST_/kiwoom/dostk/ordr/kt10002", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10002Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkOrdrKt10002Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10002Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt10002", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/ordr/kt10003": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt10003).", + "operationId": "POST_/kiwoom/dostk/ordr/kt10003", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10003Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkOrdrKt10003Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt10003Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt10003", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/ordr/kt50000": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt50000).", + "operationId": "POST_/kiwoom/dostk/ordr/kt50000", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50000Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkOrdrKt50000Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50000Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt50000", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/ordr/kt50001": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt50001).", + "operationId": "POST_/kiwoom/dostk/ordr/kt50001", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50001Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkOrdrKt50001Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50001Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt50001", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/ordr/kt50002": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt50002).", + "operationId": "POST_/kiwoom/dostk/ordr/kt50002", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50002Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkOrdrKt50002Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50002Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt50002", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/ordr/kt50003": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/ordr (api_id=kt50003).", + "operationId": "POST_/kiwoom/dostk/ordr/kt50003", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50003Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkOrdrKt50003Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkOrdrKt50003Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/ordr/kt50003", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10020": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10020).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10020", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10020Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10020Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10020Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10020", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10021": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10021).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10021", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10021Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10021Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10021Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10021", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10022": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10022).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10022", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10022Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10022Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10022Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10022", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10023": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10023).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10023", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10023Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10023Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10023Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10023", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10027": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10027).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10027", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10027Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10027Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10027Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10027", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10029": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10029).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10029", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10029Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10029Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10029Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10029", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10030": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10030).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10030", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10030Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10030Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10030Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10030", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10031": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10031).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10031", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10031Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10031Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10031Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10031", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10032": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10032).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10032", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10032Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10032Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10032Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10032", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10033": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10033).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10033", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10033Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10033Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10033Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10033", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10034": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10034).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10034", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10034Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10034Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10034Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10034", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10035": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10035).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10035", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10035Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10035Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10035Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10035", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10036": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10036).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10036", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10036Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10036Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10036Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10036", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10037": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10037).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10037", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10037Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10037Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10037Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10037", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10038": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10038).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10038", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10038Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10038Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10038Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10038", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10039": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10039).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10039", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10039Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10039Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10039Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10039", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10040": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10040).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10040", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10040Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10040Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10040Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10040", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10042": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10042).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10042", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10042Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10042Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10042Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10042", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10053": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10053).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10053", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10053Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10053Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10053Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10053", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10062": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10062).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10062", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10062Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10062Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10062Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10062", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10065": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10065).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10065", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10065Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10065Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10065Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10065", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka10098": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka10098).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka10098", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10098Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa10098Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa10098Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka10098", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/rkinfo/ka90009": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/rkinfo (api_id=ka90009).", + "operationId": "POST_/kiwoom/dostk/rkinfo/ka90009", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa90009Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkRkinfoKa90009Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkRkinfoKa90009Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/rkinfo/ka90009", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/sect/ka10010": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/sect (api_id=ka10010).", + "operationId": "POST_/kiwoom/dostk/sect/ka10010", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSectKa10010Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkSectKa10010Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSectKa10010Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/sect/ka10010", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/sect/ka10051": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/sect (api_id=ka10051).", + "operationId": "POST_/kiwoom/dostk/sect/ka10051", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSectKa10051Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkSectKa10051Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSectKa10051Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/sect/ka10051", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/sect/ka20001": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/sect (api_id=ka20001).", + "operationId": "POST_/kiwoom/dostk/sect/ka20001", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSectKa20001Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkSectKa20001Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSectKa20001Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/sect/ka20001", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/sect/ka20002": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/sect (api_id=ka20002).", + "operationId": "POST_/kiwoom/dostk/sect/ka20002", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSectKa20002Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkSectKa20002Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSectKa20002Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/sect/ka20002", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/sect/ka20003": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/sect (api_id=ka20003).", + "operationId": "POST_/kiwoom/dostk/sect/ka20003", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSectKa20003Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkSectKa20003Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSectKa20003Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/sect/ka20003", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/sect/ka20009": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/sect (api_id=ka20009).", + "operationId": "POST_/kiwoom/dostk/sect/ka20009", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSectKa20009Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkSectKa20009Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSectKa20009Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/sect/ka20009", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/shsa/ka10014": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/shsa (api_id=ka10014).", + "operationId": "POST_/kiwoom/dostk/shsa/ka10014", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkShsaKa10014Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkShsaKa10014Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkShsaKa10014Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/shsa/ka10014", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/slb/ka10068": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/slb (api_id=ka10068).", + "operationId": "POST_/kiwoom/dostk/slb/ka10068", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSlbKa10068Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkSlbKa10068Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSlbKa10068Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/slb/ka10068", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/slb/ka10069": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/slb (api_id=ka10069).", + "operationId": "POST_/kiwoom/dostk/slb/ka10069", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSlbKa10069Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkSlbKa10069Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSlbKa10069Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/slb/ka10069", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/slb/ka20068": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/slb (api_id=ka20068).", + "operationId": "POST_/kiwoom/dostk/slb/ka20068", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSlbKa20068Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkSlbKa20068Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSlbKa20068Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/slb/ka20068", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/slb/ka90012": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/slb (api_id=ka90012).", + "operationId": "POST_/kiwoom/dostk/slb/ka90012", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSlbKa90012Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkSlbKa90012Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkSlbKa90012Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/slb/ka90012", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka00198": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka00198).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka00198", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa00198Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa00198Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa00198Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka00198", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10001": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10001).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10001", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10001Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10001Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10001Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10001", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10002": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10002).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10002", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10002Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10002Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10002Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10002", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10003": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10003).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10003", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10003Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10003Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10003Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10003", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10013": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10013).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10013", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10013Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10013Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10013Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10013", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10015": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10015).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10015", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10015Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10015Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10015Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10015", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10016": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10016).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10016", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10016Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10016Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10016Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10016", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10017": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10017).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10017", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10017Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10017Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10017Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10017", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10018": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10018).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10018", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10018Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10018Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10018Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10018", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10019": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10019).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10019", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10019Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10019Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10019Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10019", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10024": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10024).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10024", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10024Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10024Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10024Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10024", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10025": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10025).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10025", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10025Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10025Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10025Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10025", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10026": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10026).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10026", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10026Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10026Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10026Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10026", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10028": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10028).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10028", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10028Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10028Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10028Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10028", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10043": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10043).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10043", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10043Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10043Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10043Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10043", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10052": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10052).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10052", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10052Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10052Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10052Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10052", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10054": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10054).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10054", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10054Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10054Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10054Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10054", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10055": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10055).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10055", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10055Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10055Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10055Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10055", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10058": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10058).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10058", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10058Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10058Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10058Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10058", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10059": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10059).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10059", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10059Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10059Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10059Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10059", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10061": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10061).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10061", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10061Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10061Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10061Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10061", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10084": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10084).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10084", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10084Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10084Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10084Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10084", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10095": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10095).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10095", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10095Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10095Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10095Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10095", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10099": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10099).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10099", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10099Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10099Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10099Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10099", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10100": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10100).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10100", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10100Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10100Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10100Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10100", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10101": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10101).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10101", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10101Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10101Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10101Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10101", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka10102": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka10102).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka10102", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10102Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa10102Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa10102Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka10102", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka90003": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka90003).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka90003", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa90003Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa90003Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa90003Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka90003", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/ka90004": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=ka90004).", + "operationId": "POST_/kiwoom/dostk/stkinfo/ka90004", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa90004Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKa90004Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKa90004Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/ka90004", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/kt20016": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=kt20016).", + "operationId": "POST_/kiwoom/dostk/stkinfo/kt20016", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKt20016Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKt20016Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKt20016Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/kt20016", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/stkinfo/kt20017": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/stkinfo (api_id=kt20017).", + "operationId": "POST_/kiwoom/dostk/stkinfo/kt20017", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKt20017Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkStkinfoKt20017Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkStkinfoKt20017Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/stkinfo/kt20017", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/thme/ka90001": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/thme (api_id=ka90001).", + "operationId": "POST_/kiwoom/dostk/thme/ka90001", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkThmeKa90001Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkThmeKa90001Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkThmeKa90001Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/thme/ka90001", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/dostk/thme/ka90002": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxyStatic.func1`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nStatic documented Kiwoom proxy route for POST /api/dostk/thme (api_id=ka90002).", + "operationId": "POST_/kiwoom/dostk/thme/ka90002", + "parameters": [ + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkThmeKa90002Request" + } + } + }, + "description": "Request body for *specs.KiwoomApiDostkThmeKa90002Request", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/KiwoomApiDostkThmeKa90002Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom static endpoint /kiwoom/dostk/thme/ka90002", + "tags": [ + "Kiwoom" + ] + } + }, + "/kiwoom/{path...}": { + "post": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleKiwoomProxy`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nCalls Kiwoom endpoints implemented in krsec by path. api_id in request body is required.", + "operationId": "POST_/kiwoom/:path...", + "parameters": [ + { + "description": "Kiwoom API path under /api. Accepts wildcard segments.", + "in": "path", + "name": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "description": "Optional account selector when multiple Kiwoom accounts exist.", + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + }, + { + "description": " (might contain slashes)", + "in": "path", + "name": "path...", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "*/*": { + "schema": { + "$ref": "#/components/schemas/kiwoomProxyRequest" + } + } + }, + "description": "Request body for server.kiwoomProxyRequest", + "required": true + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Response" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Call Kiwoom endpoint by path", + "tags": [ + "Kiwoom" + ] + } + }, + "/quotes/{market}/{symbol}": { + "get": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleGetQuote`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nReturns the current price for a symbol.", + "operationId": "GET_/quotes/:market/:symbol", + "parameters": [ + { + "description": "Exchange market code", + "examples": { + "KRX": { + "value": "KRX" + }, + "NASDAQ": { + "value": "NASDAQ" + } + }, + "in": "path", + "name": "market", + "required": true, + "schema": { + "type": "string" + } + }, + { + "description": "Ticker symbol", + "examples": { + "AAPL": { + "value": "AAPL" + }, + "Samsung": { + "value": "005930" + } + }, + "in": "path", + "name": "symbol", + "required": true, + "schema": { + "type": "string" + } + }, + { + "description": "Use a specific account's broker (optional)", + "examples": { + "KIS account": { + "value": "12345678-01" + } + }, + "in": "query", + "name": "account_id", + "schema": { + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Response" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Get latest quote", + "tags": [ + "Quotes" + ] + } + }, + "/quotes/{market}/{symbol}/ohlcv": { + "get": { + "description": "#### Controller: \n\n`github.com/smallfish06/krsec/internal/server.(*Server).handleGetOHLCV`\n\n#### Middlewares:\n\n- `github.com/go-fuego/fuego.defaultLogger.middleware`\n\n---\n\nReturns daily/weekly/monthly candlestick data.", + "operationId": "GET_/quotes/:market/:symbol/ohlcv", + "parameters": [ + { + "description": "Exchange market code", + "examples": { + "KRX": { + "value": "KRX" + } + }, + "in": "path", + "name": "market", + "required": true, + "schema": { + "type": "string" + } + }, + { + "description": "Ticker symbol", + "examples": { + "Samsung": { + "value": "005930" + } + }, + "in": "path", + "name": "symbol", + "required": true, + "schema": { + "type": "string" + } + }, + { + "description": "Candle interval: 1d, 1w, 1mo", + "examples": { + "daily": { + "value": "1d" + }, + "weekly": { + "value": "1w" + } + }, + "in": "query", + "name": "interval", + "schema": { + "default": "1d", + "type": "string" + } + }, + { + "description": "Start date (YYYY-MM-DD)", + "examples": { + "Jan 2026": { + "value": "2026-01-01" + } + }, + "in": "query", + "name": "from", + "schema": { + "type": "string" + } + }, + { + "description": "End date (YYYY-MM-DD)", + "examples": { + "Feb 2026": { + "value": "2026-02-28" + } + }, + "in": "query", + "name": "to", + "schema": { + "type": "string" + } + }, + { + "description": "Max number of candles (default 100, max 2000)", + "in": "query", + "name": "limit", + "schema": { + "default": "100", + "type": "string" + } + }, + { + "in": "header", + "name": "Accept", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Response" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/Response" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Bad Request _(validation or deserialization error)_" + }, + "500": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + }, + "application/xml": { + "schema": { + "$ref": "#/components/schemas/HTTPError" + } + } + }, + "description": "Internal Server Error _(panics)_" + }, + "default": { + "description": "" + } + }, + "summary": "Get OHLCV candles", + "tags": [ + "Quotes" + ] + } + } + }, + "servers": [ + { + "description": "local server", + "url": "http://localhost:9090" + } + ], + "tags": [ + { + "name": "Accounts" + }, + { + "name": "Auth" + }, + { + "name": "Instruments" + }, + { + "name": "KIS" + }, + { + "name": "Kiwoom" + }, + { + "name": "Orders" + }, + { + "name": "Quotes" + }, + { + "name": "System" + } + ] +} \ No newline at end of file diff --git a/examples/all-balances/main.go b/examples/all-balances/main.go index 407d94e..b869c86 100644 --- a/examples/all-balances/main.go +++ b/examples/all-balances/main.go @@ -9,6 +9,7 @@ import ( "strings" "time" + pkgadapter "github.com/smallfish06/krsec/pkg/adapter" "github.com/smallfish06/krsec/pkg/broker" "github.com/smallfish06/krsec/pkg/config" "github.com/smallfish06/krsec/pkg/kis" @@ -149,12 +150,12 @@ func buildBroker( ) (broker.Broker, error) { switch strings.ToLower(strings.TrimSpace(acc.Broker)) { case "kis": - return kis.NewAdapterWithOptions(acc.Sandbox, acc.AccountID, kis.Options{ + return kis.NewAdapterWithOptions(acc.Sandbox, acc.AccountID, pkgadapter.Options{ TokenManager: kisTokenManager, OrderContextDir: cfg.Storage.OrderContextDir, }), nil case "kiwoom": - return kiwoom.NewAdapterWithOptions(acc.Sandbox, acc.AccountID, kiwoom.Options{ + return kiwoom.NewAdapterWithOptions(acc.Sandbox, acc.AccountID, pkgadapter.Options{ TokenManager: kiwoomTokenManager, OrderContextDir: cfg.Storage.OrderContextDir, }), nil diff --git a/examples/kis-balance/main.go b/examples/kis-balance/main.go index e9d030b..25032a8 100644 --- a/examples/kis-balance/main.go +++ b/examples/kis-balance/main.go @@ -8,6 +8,7 @@ import ( "log" "time" + pkgadapter "github.com/smallfish06/krsec/pkg/adapter" "github.com/smallfish06/krsec/pkg/broker" "github.com/smallfish06/krsec/pkg/config" "github.com/smallfish06/krsec/pkg/kis" @@ -40,7 +41,7 @@ func main() { } tokenManager := kis.NewFileTokenManagerWithDir(cfg.Storage.TokenDir) - adapter := kis.NewAdapterWithOptions(account.Sandbox, account.AccountID, kis.Options{ + adapter := kis.NewAdapterWithOptions(account.Sandbox, account.AccountID, pkgadapter.Options{ TokenManager: tokenManager, OrderContextDir: cfg.Storage.OrderContextDir, }) diff --git a/examples/kiwoom-balance/main.go b/examples/kiwoom-balance/main.go index 12e184d..c21fc82 100644 --- a/examples/kiwoom-balance/main.go +++ b/examples/kiwoom-balance/main.go @@ -9,6 +9,7 @@ import ( "strings" "time" + pkgadapter "github.com/smallfish06/krsec/pkg/adapter" "github.com/smallfish06/krsec/pkg/broker" "github.com/smallfish06/krsec/pkg/config" "github.com/smallfish06/krsec/pkg/kiwoom" @@ -41,7 +42,7 @@ func main() { } tokenManager := kiwoom.NewFileTokenManagerWithDir(cfg.Storage.TokenDir) - adapter := kiwoom.NewAdapterWithOptions(account.Sandbox, account.AccountID, kiwoom.Options{ + adapter := kiwoom.NewAdapterWithOptions(account.Sandbox, account.AccountID, pkgadapter.Options{ TokenManager: tokenManager, OrderContextDir: cfg.Storage.OrderContextDir, }) diff --git a/go.mod b/go.mod index e15a538..3246c39 100644 --- a/go.mod +++ b/go.mod @@ -5,19 +5,21 @@ go 1.26 require ( github.com/getkin/kin-openapi v0.133.0 github.com/go-fuego/fuego v0.19.0 + github.com/go-playground/validator/v10 v10.30.1 + github.com/samber/lo v1.52.0 github.com/stretchr/testify v1.11.1 golang.org/x/text v0.34.0 + golang.org/x/time v0.14.0 gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/gabriel-vasile/mimetype v1.4.11 // indirect + github.com/gabriel-vasile/mimetype v1.4.12 // indirect github.com/go-openapi/jsonpointer v0.22.3 // indirect github.com/go-openapi/swag/jsonname v0.25.4 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect - github.com/go-playground/validator/v10 v10.28.0 // indirect github.com/golang-jwt/jwt/v5 v5.3.0 // indirect github.com/google/uuid v1.6.0 // indirect github.com/gorilla/schema v1.4.1 // indirect @@ -33,5 +35,4 @@ require ( github.com/woodsbury/decimal128 v1.4.0 // indirect golang.org/x/crypto v0.48.0 // indirect golang.org/x/sys v0.41.0 // indirect - golang.org/x/time v0.14.0 // indirect ) diff --git a/go.sum b/go.sum index 9f038f2..a353d14 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/gabriel-vasile/mimetype v1.4.11 h1:AQvxbp830wPhHTqc1u7nzoLT+ZFxGY7emj5DR5DYFik= -github.com/gabriel-vasile/mimetype v1.4.11/go.mod h1:d+9Oxyo1wTzWdyVUPMmXFvp4F9tea18J8ufA774AB3s= +github.com/gabriel-vasile/mimetype v1.4.12 h1:e9hWvmLYvtp846tLHam2o++qitpguFiYCKbn0w9jyqw= +github.com/gabriel-vasile/mimetype v1.4.12/go.mod h1:d+9Oxyo1wTzWdyVUPMmXFvp4F9tea18J8ufA774AB3s= github.com/getkin/kin-openapi v0.133.0 h1:pJdmNohVIJ97r4AUFtEXRXwESr8b0bD721u/Tz6k8PQ= github.com/getkin/kin-openapi v0.133.0/go.mod h1:boAciF6cXk5FhPqe/NQeBTeenbjqU4LhWBf09ILVvWE= github.com/go-fuego/fuego v0.19.0 h1:kxkkBsrbGZP1YnPCAPIdUpMu53nreqN8N86lfi50CJw= @@ -18,8 +18,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY= github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY= github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY= -github.com/go-playground/validator/v10 v10.28.0 h1:Q7ibns33JjyW48gHkuFT91qX48KG0ktULL6FgHdG688= -github.com/go-playground/validator/v10 v10.28.0/go.mod h1:GoI6I1SjPBh9p7ykNE/yj3fFYbyDOpwMn5KXd+m2hUU= +github.com/go-playground/validator/v10 v10.30.1 h1:f3zDSN/zOma+w6+1Wswgd9fLkdwy06ntQJp0BBvFG0w= +github.com/go-playground/validator/v10 v10.30.1/go.mod h1:oSuBIQzuJxL//3MelwSLD5hc2Tu889bF0Idm9Dg26cM= github.com/go-test/deep v1.0.8 h1:TDsG77qcSprGbC6vTN8OuXp5g+J+b5Pcguhf7Zt61VM= github.com/go-test/deep v1.0.8/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE= github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo= @@ -44,6 +44,8 @@ github.com/perimeterx/marshmallow v1.1.5 h1:a2LALqQ1BlHM8PZblsDdidgv1mWi1DgC2UmX github.com/perimeterx/marshmallow v1.1.5/go.mod h1:dsXbUu8CRzfYP5a87xpp0xq9S3u0Vchtcl8we9tYaXw= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/samber/lo v1.52.0 h1:Rvi+3BFHES3A8meP33VPAxiBZX/Aws5RxrschYGjomw= +github.com/samber/lo v1.52.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0= github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= diff --git a/internal/endpointpath/normalize.go b/internal/endpointpath/normalize.go new file mode 100644 index 0000000..c65d930 --- /dev/null +++ b/internal/endpointpath/normalize.go @@ -0,0 +1,18 @@ +package endpointpath + +import "strings" + +// Normalize ensures a non-empty path has a leading slash and broker prefix. +func Normalize(path, prefix, prefixSlash string) string { + path = strings.TrimSpace(path) + if path == "" { + return "" + } + if !strings.HasPrefix(path, "/") { + path = "/" + path + } + if !strings.HasPrefix(path, prefixSlash) { + path = prefix + path + } + return path +} diff --git a/internal/filetoken/manager.go b/internal/filetoken/manager.go new file mode 100644 index 0000000..14f9d89 --- /dev/null +++ b/internal/filetoken/manager.go @@ -0,0 +1,264 @@ +package filetoken + +import ( + "context" + "crypto/sha256" + "encoding/hex" + "encoding/json" + "fmt" + "os" + "path/filepath" + "strings" + "sync" + "time" + + "github.com/smallfish06/krsec/internal/ratelimit" +) + +// Entry represents one cached token record. +type Entry struct { + AccessToken string `json:"access_token"` + ExpiresAt time.Time `json:"expires_at"` + AppKey string `json:"app_key"` +} + +// Options configures a file-backed token manager. +type Options struct { + Dir string + AuthLimiterName string + ValidityBuffer time.Duration + AllowFileName func(name string) bool + BuildFileName func(appKey string) string + RequireAppKeyOnLoad bool +} + +// Manager stores tokens in memory and persists them on disk. +type Manager struct { + mu sync.RWMutex + tokens map[string]*Entry + + authLimiters map[string]*ratelimit.Limiter + authMu sync.Mutex + + dir string + authLimiterName string + validityBuffer time.Duration + allowFileName func(name string) bool + buildFileName func(appKey string) string + requireAppKeyOnLoad bool +} + +// New creates a configured file-backed token manager. +func New(opts Options) *Manager { + m := &Manager{ + tokens: make(map[string]*Entry), + authLimiters: make(map[string]*ratelimit.Limiter), + dir: strings.TrimSpace(opts.Dir), + authLimiterName: strings.TrimSpace(opts.AuthLimiterName), + validityBuffer: opts.ValidityBuffer, + allowFileName: opts.AllowFileName, + buildFileName: opts.BuildFileName, + requireAppKeyOnLoad: opts.RequireAppKeyOnLoad, + } + if m.authLimiterName == "" { + m.authLimiterName = "auth" + } + if m.validityBuffer < 0 { + m.validityBuffer = 0 + } + if m.allowFileName == nil { + m.allowFileName = JSONFileOnly + } + if m.buildFileName == nil { + m.buildFileName = DefaultHashedFileName + } + m.loadAll() + return m +} + +// GetToken returns a valid cached token for appKey when available. +func (m *Manager) GetToken(appKey string) (string, time.Time, bool) { + m.mu.RLock() + defer m.mu.RUnlock() + + entry, ok := m.tokens[appKey] + if !ok { + return "", time.Time{}, false + } + if time.Now().After(entry.ExpiresAt.Add(-m.validityBuffer)) { + return "", time.Time{}, false + } + return entry.AccessToken, entry.ExpiresAt, true +} + +// SetToken stores the token in memory and on disk. +func (m *Manager) SetToken(appKey, token string, expiresAt time.Time) error { + m.mu.Lock() + defer m.mu.Unlock() + + entry := &Entry{ + AccessToken: token, + ExpiresAt: expiresAt, + AppKey: appKey, + } + m.tokens[appKey] = entry + return m.save(appKey, entry) +} + +// WaitForAuth enforces per-appKey token issuance throttling. +func (m *Manager) WaitForAuth(appKey string) { + m.authMu.Lock() + limiter, ok := m.authLimiters[appKey] + if !ok { + limiter = ratelimit.New(m.authLimiterName, 1.0/60.0, 1) + m.authLimiters[appKey] = limiter + } + m.authMu.Unlock() + _ = limiter.Wait(context.Background()) +} + +// TokenDir resolves the directory where token files are stored. +func (m *Manager) TokenDir() (string, error) { + if m.dir != "" { + return m.dir, nil + } + cwd, _ := os.Getwd() + return DefaultTokenDir(cwd) +} + +func (m *Manager) loadAll() { + dir, err := m.TokenDir() + if err != nil { + return + } + if err := os.MkdirAll(dir, 0o700); err != nil { + return + } + + entries, err := os.ReadDir(dir) + if err != nil { + return + } + + for _, entry := range entries { + if entry.IsDir() { + continue + } + name := entry.Name() + if !m.allowFileName(name) { + continue + } + + path := filepath.Join(dir, name) + data, err := os.ReadFile(path) + if err != nil { + continue + } + + var te Entry + if err := json.Unmarshal(data, &te); err != nil { + continue + } + if m.requireAppKeyOnLoad && strings.TrimSpace(te.AppKey) == "" { + _ = os.Remove(path) + continue + } + if time.Now().After(te.ExpiresAt.Add(-m.validityBuffer)) { + _ = os.Remove(path) + continue + } + m.tokens[te.AppKey] = &te + } +} + +func (m *Manager) save(appKey string, entry *Entry) error { + dir, err := m.TokenDir() + if err != nil { + return err + } + if err := os.MkdirAll(dir, 0o700); err != nil { + return fmt.Errorf("create token dir: %w", err) + } + + filename := strings.TrimSpace(m.buildFileName(appKey)) + if filename == "" { + filename = DefaultHashedFileName(appKey) + } + path := filepath.Join(dir, filename) + + data, err := json.MarshalIndent(entry, "", " ") + if err != nil { + return fmt.Errorf("marshal token entry: %w", err) + } + if err := os.WriteFile(path, data, 0o600); err != nil { + return fmt.Errorf("write token file: %w", err) + } + return nil +} + +// JSONFileOnly returns true for *.json files. +func JSONFileOnly(name string) bool { + return filepath.Ext(name) == ".json" +} + +// PrefixedJSONFileOnly returns a file predicate for prefixed *.json files. +func PrefixedJSONFileOnly(prefix string) func(string) bool { + prefix = strings.TrimSpace(prefix) + return func(name string) bool { + return strings.HasPrefix(name, prefix) && JSONFileOnly(name) + } +} + +// DefaultHashedFileName returns ".json" for appKey. +func DefaultHashedFileName(appKey string) string { + return HashAppKey(appKey) + ".json" +} + +// PrefixedHashedFileName returns ".json" builder. +func PrefixedHashedFileName(prefix string) func(string) string { + prefix = strings.TrimSpace(prefix) + return func(appKey string) string { + return prefix + HashAppKey(appKey) + ".json" + } +} + +// DefaultTokenDir resolves the default token directory. +func DefaultTokenDir(cwd string) (string, error) { + if strings.TrimSpace(cwd) != "" { + if root, ok := FindProjectRoot(cwd); ok { + return filepath.Join(root, ".krsec", "tokens"), nil + } + } + + cacheDir, err := os.UserCacheDir() + if err == nil && strings.TrimSpace(cacheDir) != "" { + return filepath.Join(cacheDir, "krsec", "tokens"), nil + } + + home, err := os.UserHomeDir() + if err != nil { + return "", fmt.Errorf("get user home dir: %w", err) + } + return filepath.Join(home, ".krsec", "tokens"), nil +} + +// FindProjectRoot walks up from start and returns the directory containing go.mod. +func FindProjectRoot(start string) (string, bool) { + current := start + for { + if st, err := os.Stat(filepath.Join(current, "go.mod")); err == nil && !st.IsDir() { + return current, true + } + parent := filepath.Dir(current) + if parent == current { + return "", false + } + current = parent + } +} + +// HashAppKey returns the first 12 chars of sha256(appKey). +func HashAppKey(appKey string) string { + sum := sha256.Sum256([]byte(appKey)) + return hex.EncodeToString(sum[:])[:12] +} diff --git a/internal/filetoken/manager_test.go b/internal/filetoken/manager_test.go new file mode 100644 index 0000000..c684f2b --- /dev/null +++ b/internal/filetoken/manager_test.go @@ -0,0 +1,117 @@ +package filetoken + +import ( + "encoding/json" + "os" + "path/filepath" + "testing" + "time" +) + +func TestManagerSetAndGetToken(t *testing.T) { + t.Parallel() + + dir := t.TempDir() + m := New(Options{ + Dir: dir, + AuthLimiterName: "test-auth", + ValidityBuffer: 5 * time.Minute, + }) + + exp := time.Now().Add(30 * time.Minute) + if err := m.SetToken("app", "tok", exp); err != nil { + t.Fatalf("SetToken() error = %v", err) + } + + token, expiresAt, ok := m.GetToken("app") + if !ok { + t.Fatalf("GetToken() expected token") + } + if token != "tok" { + t.Fatalf("token = %q, want tok", token) + } + if expiresAt.IsZero() { + t.Fatalf("expiresAt must be set") + } +} + +func TestManagerLoadFiltersAndPrunesExpired(t *testing.T) { + t.Parallel() + + dir := t.TempDir() + valid := Entry{ + AccessToken: "ok", + ExpiresAt: time.Now().Add(20 * time.Minute), + AppKey: "app-ok", + } + expired := Entry{ + AccessToken: "old", + ExpiresAt: time.Now().Add(-1 * time.Hour), + AppKey: "app-old", + } + emptyKey := Entry{ + AccessToken: "nokey", + ExpiresAt: time.Now().Add(20 * time.Minute), + AppKey: "", + } + + writeEntry := func(name string, e Entry) { + t.Helper() + data, err := json.Marshal(e) + if err != nil { + t.Fatalf("marshal: %v", err) + } + if err := os.WriteFile(filepath.Join(dir, name), data, 0o600); err != nil { + t.Fatalf("write: %v", err) + } + } + writeEntry("kiwoom-"+HashAppKey(valid.AppKey)+".json", valid) + writeEntry("kiwoom-"+HashAppKey(expired.AppKey)+".json", expired) + writeEntry("kiwoom-"+HashAppKey("empty")+".json", emptyKey) + writeEntry(HashAppKey("other")+".json", valid) // non-prefixed file + + m := New(Options{ + Dir: dir, + AuthLimiterName: "kiwoom-auth", + ValidityBuffer: 3 * time.Minute, + AllowFileName: PrefixedJSONFileOnly("kiwoom-"), + BuildFileName: PrefixedHashedFileName("kiwoom-"), + RequireAppKeyOnLoad: true, + }) + + if _, _, ok := m.GetToken("app-ok"); !ok { + t.Fatalf("expected prefixed valid token to load") + } + if _, _, ok := m.GetToken("app-old"); ok { + t.Fatalf("expired token must not load") + } + + // expired and empty-appkey files should be removed. + for _, name := range []string{ + "kiwoom-" + HashAppKey(expired.AppKey) + ".json", + "kiwoom-" + HashAppKey("empty") + ".json", + } { + if _, err := os.Stat(filepath.Join(dir, name)); !os.IsNotExist(err) { + t.Fatalf("expected %s to be removed", name) + } + } +} + +func TestFindProjectRoot(t *testing.T) { + t.Parallel() + + base := t.TempDir() + root := filepath.Join(base, "repo") + sub := filepath.Join(root, "internal", "pkg") + if err := os.MkdirAll(sub, 0o755); err != nil { + t.Fatalf("mkdir: %v", err) + } + if err := os.WriteFile(filepath.Join(root, "go.mod"), []byte("module example.com/test\n"), 0o644); err != nil { + t.Fatalf("write go.mod: %v", err) + } + + got, ok := FindProjectRoot(sub) + if !ok || got != root { + t.Fatalf("FindProjectRoot() = (%q,%v), want (%q,true)", got, ok, root) + } +} diff --git a/internal/kis/adapter/adapter.go b/internal/kis/adapter/adapter.go index dd140e8..87b3aae 100644 --- a/internal/kis/adapter/adapter.go +++ b/internal/kis/adapter/adapter.go @@ -12,6 +12,8 @@ import ( "sync" "time" + "github.com/samber/lo" + "github.com/smallfish06/krsec/internal/kis" "github.com/smallfish06/krsec/pkg/broker" kisspecs "github.com/smallfish06/krsec/pkg/kis/specs" @@ -1719,10 +1721,11 @@ func parseYN(v string) bool { } func firstNonEmpty(v ...string) string { - for _, s := range v { - if strings.TrimSpace(s) != "" { - return s - } + first, ok := lo.Find(v, func(s string) bool { + return strings.TrimSpace(s) != "" + }) + if ok { + return first } return "" } diff --git a/internal/kis/adapter/endpoint_dispatch.go b/internal/kis/adapter/endpoint_dispatch.go index 04b41e6..f65c6e8 100644 --- a/internal/kis/adapter/endpoint_dispatch.go +++ b/internal/kis/adapter/endpoint_dispatch.go @@ -6,6 +6,7 @@ import ( "net/http" "strings" + "github.com/smallfish06/krsec/internal/endpointpath" "github.com/smallfish06/krsec/internal/kis" "github.com/smallfish06/krsec/pkg/broker" kisspecs "github.com/smallfish06/krsec/pkg/kis/specs" @@ -86,7 +87,7 @@ func (d *endpointDispatcher) dispatchDocumentedKISEndpoint(path string, spec kis effectiveTRID = d.adapter.client.ResolveTRID(spec.RealTRID, spec.VirtualTRID) } - resp := kis.NewDocumentedEndpointResponse(path) + resp := kisspecs.NewDocumentedEndpointResponse(strings.TrimSpace(path)) if resp == nil { return nil, fmt.Errorf("%w: missing documented response type for path %s", broker.ErrInvalidOrderRequest, path) } @@ -143,17 +144,7 @@ func (a *Adapter) CallEndpoint( } func normalizeEndpointPath(path string) string { - path = strings.TrimSpace(path) - if path == "" { - return "" - } - if !strings.HasPrefix(path, "/") { - path = "/" + path - } - if !strings.HasPrefix(path, kis.PathPrefixUAPISlash) { - path = kis.PathPrefixUAPI + path - } - return path + return endpointpath.Normalize(path, kis.PathPrefixUAPI, kis.PathPrefixUAPISlash) } func normalizeEndpointFields(in map[string]string) map[string]string { diff --git a/internal/kis/adapter/order_context_store.go b/internal/kis/adapter/order_context_store.go index 84a686c..0bc28e5 100644 --- a/internal/kis/adapter/order_context_store.go +++ b/internal/kis/adapter/order_context_store.go @@ -1,51 +1,26 @@ package adapter import ( - "encoding/json" "fmt" "os" "path/filepath" - "sort" "time" + + "github.com/smallfish06/krsec/internal/orderctxstore" ) const maxPersistedOrderContexts = 300 -type orderContextState struct { - Version int `json:"version"` - UpdatedAt time.Time `json:"updated_at"` - Orders map[string]orderContext `json:"orders"` -} - func (a *Adapter) loadOrderContexts() error { path, err := a.orderContextFilePath() if err != nil { return err } - - data, err := os.ReadFile(path) - if err != nil { - if os.IsNotExist(err) { - return nil - } - return err - } - - var state orderContextState - if err := json.Unmarshal(data, &state); err != nil { - return err - } - if len(state.Orders) == 0 { - return nil - } - a.mu.Lock() - for orderID, meta := range state.Orders { - a.orders[orderID] = meta - } - a.compactOrderContextsLocked(maxPersistedOrderContexts) - a.mu.Unlock() - return nil + defer a.mu.Unlock() + return orderctxstore.Load(path, a.orders, maxPersistedOrderContexts, func(meta orderContext) time.Time { + return meta.UpdatedAt + }) } func (a *Adapter) persistOrderContexts() error { @@ -60,53 +35,13 @@ func (a *Adapter) persistOrderContexts() error { snapshot[orderID] = meta } a.mu.RUnlock() - - state := orderContextState{ - Version: 1, - UpdatedAt: time.Now(), - Orders: snapshot, - } - data, err := json.MarshalIndent(state, "", " ") - if err != nil { - return err - } - - if err := os.MkdirAll(filepath.Dir(path), 0o700); err != nil { - return err - } - tmp := path + ".tmp" - if err := os.WriteFile(tmp, data, 0o600); err != nil { - return err - } - return os.Rename(tmp, path) + return orderctxstore.Persist(path, snapshot) } func (a *Adapter) compactOrderContextsLocked(limit int) { - if limit <= 0 || len(a.orders) <= limit { - return - } - - type row struct { - orderID string - updatedAt time.Time - } - rows := make([]row, 0, len(a.orders)) - for orderID, meta := range a.orders { - rows = append(rows, row{orderID: orderID, updatedAt: meta.UpdatedAt}) - } - sort.Slice(rows, func(i, j int) bool { - return rows[i].updatedAt.After(rows[j].updatedAt) + orderctxstore.Compact(a.orders, limit, func(meta orderContext) time.Time { + return meta.UpdatedAt }) - - keep := make(map[string]struct{}, limit) - for i := 0; i < limit && i < len(rows); i++ { - keep[rows[i].orderID] = struct{}{} - } - for orderID := range a.orders { - if _, ok := keep[orderID]; !ok { - delete(a.orders, orderID) - } - } } func (a *Adapter) orderContextFilePath() (string, error) { diff --git a/internal/kis/client.go b/internal/kis/client.go index be59d22..7e7093e 100644 --- a/internal/kis/client.go +++ b/internal/kis/client.go @@ -16,6 +16,7 @@ import ( "github.com/smallfish06/krsec/internal/ratelimit" "github.com/smallfish06/krsec/pkg/broker" + kisspecs "github.com/smallfish06/krsec/pkg/kis/specs" tokencache "github.com/smallfish06/krsec/pkg/token" ) @@ -41,11 +42,6 @@ type Client struct { tokenManager tokencache.Manager } -// NewClient creates a new KIS client -func NewClient(sandbox bool) *Client { - return NewClientWithTokenManager(sandbox, nil) -} - // NewClientWithTokenManager creates a new KIS client with an injected token manager. // When tokenManager is nil, the global default manager is used. func NewClientWithTokenManager(sandbox bool, tokenManager tokencache.Manager) *Client { @@ -293,7 +289,7 @@ func checkEndpointResult(result interface{}) error { switch v := result.(type) { case nil: return nil - case DocumentedEndpointResponse: + case kisspecs.DocumentedEndpointResponse: if !v.IsSuccess() { return fmt.Errorf("KIS API error: %s (%s)", v.GetMsg1(), v.GetMsgCode()) } diff --git a/internal/kis/client_documented_endpoint_test.go b/internal/kis/client_documented_endpoint_test.go index f142a78..87cf27a 100644 --- a/internal/kis/client_documented_endpoint_test.go +++ b/internal/kis/client_documented_endpoint_test.go @@ -7,6 +7,8 @@ import ( "net/http" "net/http/httptest" "testing" + + kisspecs "github.com/smallfish06/krsec/pkg/kis/specs" ) func TestCallDocumentedEndpoint_GET(t *testing.T) { @@ -32,7 +34,7 @@ func TestCallDocumentedEndpoint_GET(t *testing.T) { defer ts.Close() client := newAuthedTestClient(ts.URL) - resp := NewDocumentedEndpointResponse("/uapi/domestic-stock/v1/quotations/chk-holiday") + resp := kisspecs.NewDocumentedEndpointResponse("/uapi/domestic-stock/v1/quotations/chk-holiday") if resp == nil { t.Fatal("expected documented response type") } @@ -82,7 +84,7 @@ func TestCallDocumentedEndpoint_POST(t *testing.T) { defer ts.Close() client := newAuthedTestClient(ts.URL) - resp := NewDocumentedEndpointResponse("/uapi/domestic-bond/v1/trading/buy") + resp := kisspecs.NewDocumentedEndpointResponse("/uapi/domestic-bond/v1/trading/buy") if resp == nil { t.Fatal("expected documented response type") } @@ -110,7 +112,7 @@ func TestCallDocumentedEndpoint_POST_APIError(t *testing.T) { defer ts.Close() client := newAuthedTestClient(ts.URL) - resp := NewDocumentedEndpointResponse("/uapi/domestic-bond/v1/trading/buy") + resp := kisspecs.NewDocumentedEndpointResponse("/uapi/domestic-bond/v1/trading/buy") if resp == nil { t.Fatal("expected documented response type") } diff --git a/internal/kis/documented_endpoint_response.go b/internal/kis/documented_endpoint_response.go deleted file mode 100644 index fda532e..0000000 --- a/internal/kis/documented_endpoint_response.go +++ /dev/null @@ -1,26 +0,0 @@ -package kis - -import ( - "strings" - - kisspecs "github.com/smallfish06/krsec/pkg/kis/specs" -) - -// DocumentedEndpointResponse is the typed response contract for documented KIS endpoints. -type DocumentedEndpointResponse = kisspecs.DocumentedEndpointResponse - -// DocumentedResponseBase holds common KIS response status fields. -type DocumentedResponseBase = kisspecs.DocumentedResponseBase - -// DocumentedSlice accepts both object and array payloads and normalizes them to a typed slice. -type DocumentedSlice[T any] = kisspecs.DocumentedSlice[T] - -// NewDocumentedEndpointResponse returns a typed response object for the endpoint path. -func NewDocumentedEndpointResponse(path string) DocumentedEndpointResponse { - return kisspecs.NewDocumentedEndpointResponse(strings.TrimSpace(path)) -} - -// DocumentedEndpointResponseFactoryCount returns the number of typed documented endpoint responses. -func DocumentedEndpointResponseFactoryCount() int { - return kisspecs.DocumentedEndpointResponseFactoryCount() -} diff --git a/internal/kis/documented_endpoint_response_test.go b/internal/kis/documented_endpoint_response_test.go index 46d7e5d..afdb754 100644 --- a/internal/kis/documented_endpoint_response_test.go +++ b/internal/kis/documented_endpoint_response_test.go @@ -12,7 +12,7 @@ import ( func TestDocumentedEndpointResponseFactoryCoverage(t *testing.T) { t.Parallel() - if got := DocumentedEndpointResponseFactoryCount(); got != 273 { + if got := kisspecs.DocumentedEndpointResponseFactoryCount(); got != 273 { t.Fatalf("factory count = %d, want 273", got) } } @@ -20,7 +20,7 @@ func TestDocumentedEndpointResponseFactoryCoverage(t *testing.T) { func TestNewDocumentedEndpointResponse_KnownAndUnknown(t *testing.T) { t.Parallel() - got := NewDocumentedEndpointResponse("/uapi/domestic-stock/v1/quotations/inquire-price") + got := kisspecs.NewDocumentedEndpointResponse("/uapi/domestic-stock/v1/quotations/inquire-price") if got == nil { t.Fatal("expected typed response for known path") } @@ -28,7 +28,7 @@ func TestNewDocumentedEndpointResponse_KnownAndUnknown(t *testing.T) { t.Fatalf("unexpected type: %T", got) } - if unk := NewDocumentedEndpointResponse("/uapi/unknown/path"); unk != nil { + if unk := kisspecs.NewDocumentedEndpointResponse("/uapi/unknown/path"); unk != nil { t.Fatalf("expected nil for unknown path, got %T", unk) } } @@ -48,7 +48,7 @@ func TestCallDocumentedEndpointInto_TypedResponseCheck(t *testing.T) { defer ts.Close() c := newAuthedTestClient(ts.URL) - resp := NewDocumentedEndpointResponse("/uapi/domestic-stock/v1/quotations/chk-holiday") + resp := kisspecs.NewDocumentedEndpointResponse("/uapi/domestic-stock/v1/quotations/chk-holiday") if resp == nil { t.Fatal("typed response factory returned nil") } @@ -63,7 +63,7 @@ func TestCallDocumentedEndpointInto_TypedResponseCheck(t *testing.T) { func TestDocumentedResponseBase_EmptyRtCdTreatedSuccess(t *testing.T) { t.Parallel() - base := &DocumentedResponseBase{} + base := &kisspecs.DocumentedResponseBase{} if !base.IsSuccess() { t.Fatal("expected empty rt_cd to be treated as success") } diff --git a/internal/kis/master_symbols_test.go b/internal/kis/master_symbols_test.go index 2c33bd4..08fa8ce 100644 --- a/internal/kis/master_symbols_test.go +++ b/internal/kis/master_symbols_test.go @@ -95,7 +95,7 @@ func TestBootstrapMasterSymbols_RetryAfterFailure(t *testing.T) { {URL: failServer.URL + "/kospi_code.mst.zip", Market: "KOSPI", Exchange: "KRX", TailLen: 228}, } - client := NewClient(false) + client := NewClientWithTokenManager(false, nil) if _, err := client.BootstrapMasterSymbols(context.Background()); err == nil { t.Fatalf("expected bootstrap failure") } @@ -148,7 +148,7 @@ func TestReloadMasterSymbols_OverridesExistingCache(t *testing.T) { {URL: server.URL + "/kospi_code.mst.zip", Market: "KOSPI", Exchange: "KRX", TailLen: 228}, } - client := NewClient(false) + client := NewClientWithTokenManager(false, nil) if _, err := client.BootstrapMasterSymbols(context.Background()); err != nil { t.Fatalf("bootstrap failed: %v", err) } diff --git a/internal/kis/test_client_helpers_test.go b/internal/kis/test_client_helpers_test.go index f467897..e0ac6db 100644 --- a/internal/kis/test_client_helpers_test.go +++ b/internal/kis/test_client_helpers_test.go @@ -5,7 +5,7 @@ import ( ) func newAuthedTestClient(baseURL string) *Client { - c := NewClient(false) + c := NewClientWithTokenManager(false, nil) c.baseURL = baseURL c.SetCredentials("app", "secret") c.setToken("token", time.Now().Add(time.Hour)) diff --git a/internal/kis/token_manager.go b/internal/kis/token_manager.go index 189d4e0..11864b4 100644 --- a/internal/kis/token_manager.go +++ b/internal/kis/token_manager.go @@ -1,36 +1,17 @@ package kis import ( - "context" - "crypto/sha256" - "encoding/hex" - "encoding/json" - "fmt" - "os" - "path/filepath" "strings" "sync" "time" - "github.com/smallfish06/krsec/internal/ratelimit" + "github.com/smallfish06/krsec/internal/filetoken" tokencache "github.com/smallfish06/krsec/pkg/token" ) // FileTokenManager stores tokens in memory and persists them to disk. type FileTokenManager struct { - mu sync.RWMutex - tokens map[string]*tokenEntry // key: appkey - - authLimiters map[string]*ratelimit.Limiter // appkey -> rate limiter for token issuance - authLimitersMu sync.Mutex - dir string -} - -// tokenEntry represents a cached token -type tokenEntry struct { - AccessToken string `json:"access_token"` - ExpiresAt time.Time `json:"expires_at"` - AppKey string `json:"app_key"` + *filetoken.Manager } var ( @@ -46,13 +27,16 @@ func NewFileTokenManager() *FileTokenManager { // NewFileTokenManagerWithDir creates a file-backed token manager with an optional fixed directory. // When dir is empty, the default directory resolution is used. func NewFileTokenManagerWithDir(dir string) *FileTokenManager { - tm := &FileTokenManager{ - tokens: make(map[string]*tokenEntry), - authLimiters: make(map[string]*ratelimit.Limiter), - dir: strings.TrimSpace(dir), + return &FileTokenManager{ + Manager: filetoken.New(filetoken.Options{ + Dir: strings.TrimSpace(dir), + AuthLimiterName: "kis-auth", + ValidityBuffer: 5 * time.Minute, + AllowFileName: filetoken.JSONFileOnly, + BuildFileName: filetoken.DefaultHashedFileName, + RequireAppKeyOnLoad: false, + }), } - tm.loadAll() - return tm } // GetTokenManager returns the global token manager. @@ -73,169 +57,16 @@ func GetTokenManager() tokencache.Manager { return globalTokenManager } -// GetToken returns the cached token for the given appkey -// Returns (token, expiresAt, found) -func (tm *FileTokenManager) GetToken(appKey string) (string, time.Time, bool) { - tm.mu.RLock() - defer tm.mu.RUnlock() - - entry, exists := tm.tokens[appKey] - if !exists { - return "", time.Time{}, false - } - - // Check if token is still valid (5 minute buffer) - if time.Now().After(entry.ExpiresAt.Add(-5 * time.Minute)) { - return "", time.Time{}, false - } - - return entry.AccessToken, entry.ExpiresAt, true -} - -// SetToken stores the token for the given appkey (in memory and on disk) -func (tm *FileTokenManager) SetToken(appKey, token string, expiresAt time.Time) error { - tm.mu.Lock() - defer tm.mu.Unlock() - - entry := &tokenEntry{ - AccessToken: token, - ExpiresAt: expiresAt, - AppKey: appKey, - } - - tm.tokens[appKey] = entry - return tm.save(appKey, entry) -} - -// WaitForAuth enforces the per-appkey token issuance rate limit (1/minute) -func (tm *FileTokenManager) WaitForAuth(appKey string) { - tm.authLimitersMu.Lock() - limiter, exists := tm.authLimiters[appKey] - if !exists { - // 1 request per 60 seconds = 1/60 per second - limiter = ratelimit.New("kis-auth", 1.0/60.0, 1) - tm.authLimiters[appKey] = limiter - } - tm.authLimitersMu.Unlock() - - _ = limiter.Wait(context.Background()) -} - // tokenDir returns the directory where tokens are stored. func (tm *FileTokenManager) tokenDir() (string, error) { - if tm.dir != "" { - return tm.dir, nil - } - cwd, _ := os.Getwd() - return defaultTokenDir(cwd) + return tm.TokenDir() } func defaultTokenDir(cwd string) (string, error) { - if strings.TrimSpace(cwd) != "" { - if root, ok := findProjectRoot(cwd); ok { - return filepath.Join(root, ".krsec", "tokens"), nil - } - } - - cacheDir, err := os.UserCacheDir() - if err == nil && strings.TrimSpace(cacheDir) != "" { - return filepath.Join(cacheDir, "krsec", "tokens"), nil - } - - home, err := os.UserHomeDir() - if err != nil { - return "", fmt.Errorf("get user home dir: %w", err) - } - return filepath.Join(home, ".krsec", "tokens"), nil + return filetoken.DefaultTokenDir(cwd) } // findProjectRoot walks up from start and returns the directory containing go.mod. func findProjectRoot(start string) (string, bool) { - current := start - for { - if st, err := os.Stat(filepath.Join(current, "go.mod")); err == nil && !st.IsDir() { - return current, true - } - parent := filepath.Dir(current) - if parent == current { - return "", false - } - current = parent - } -} - -// hashAppKey returns the first 12 characters of the sha256 hash of the appkey -func hashAppKey(appKey string) string { - h := sha256.Sum256([]byte(appKey)) - return hex.EncodeToString(h[:])[:12] -} - -// loadAll loads all token files from disk -func (tm *FileTokenManager) loadAll() { - dir, err := tm.tokenDir() - if err != nil { - return - } - - // Create directory if it doesn't exist - if err := os.MkdirAll(dir, 0700); err != nil { - return - } - - entries, err := os.ReadDir(dir) - if err != nil { - return - } - - for _, entry := range entries { - if entry.IsDir() || filepath.Ext(entry.Name()) != ".json" { - continue - } - - filePath := filepath.Join(dir, entry.Name()) - data, err := os.ReadFile(filePath) - if err != nil { - continue - } - - var te tokenEntry - if err := json.Unmarshal(data, &te); err != nil { - continue - } - - // Only load if token is still valid - if time.Now().Before(te.ExpiresAt.Add(-5 * time.Minute)) { - tm.tokens[te.AppKey] = &te - } else { - // Delete expired token file - _ = os.Remove(filePath) - } - } -} - -// save writes the token to disk -func (tm *FileTokenManager) save(appKey string, entry *tokenEntry) error { - dir, err := tm.tokenDir() - if err != nil { - return err - } - - // Create directory if it doesn't exist - if err := os.MkdirAll(dir, 0700); err != nil { - return fmt.Errorf("create token dir: %w", err) - } - - filename := hashAppKey(appKey) + ".json" - filePath := filepath.Join(dir, filename) - - data, err := json.MarshalIndent(entry, "", " ") - if err != nil { - return fmt.Errorf("marshal token entry: %w", err) - } - - if err := os.WriteFile(filePath, data, 0600); err != nil { - return fmt.Errorf("write token file: %w", err) - } - - return nil + return filetoken.FindProjectRoot(start) } diff --git a/internal/kiwoom/adapter/adapter.go b/internal/kiwoom/adapter/adapter.go index f7571a1..d07d7dd 100644 --- a/internal/kiwoom/adapter/adapter.go +++ b/internal/kiwoom/adapter/adapter.go @@ -4,6 +4,7 @@ import ( "context" "encoding/json" "fmt" + "log" "math" "reflect" "sort" @@ -12,6 +13,8 @@ import ( "sync" "time" + "github.com/samber/lo" + "github.com/smallfish06/krsec/internal/kiwoom" "github.com/smallfish06/krsec/pkg/broker" kiwoomspecs "github.com/smallfish06/krsec/pkg/kiwoom/specs" @@ -57,7 +60,9 @@ func NewAdapterWithOptions( orders: make(map[string]orderContext), } a.dispatcher = newEndpointDispatcher(a) - _ = a.loadOrderContexts() + if err := a.loadOrderContexts(); err != nil { + log.Printf("Warning: failed to load persisted orders for %s: %v", a.accountID, err) + } return a } @@ -942,10 +947,11 @@ func marketFromCode(code, name string) string { } func firstNonEmpty(values ...string) string { - for _, v := range values { - if strings.TrimSpace(v) != "" { - return strings.TrimSpace(v) - } + first, ok := lo.Find(values, func(v string) bool { + return strings.TrimSpace(v) != "" + }) + if ok { + return strings.TrimSpace(first) } return "" } diff --git a/internal/kiwoom/adapter/endpoint_dispatch.go b/internal/kiwoom/adapter/endpoint_dispatch.go index 682b803..31f7077 100644 --- a/internal/kiwoom/adapter/endpoint_dispatch.go +++ b/internal/kiwoom/adapter/endpoint_dispatch.go @@ -5,9 +5,11 @@ import ( "context" "encoding/json" "fmt" + "maps" "net/http" "strings" + "github.com/smallfish06/krsec/internal/endpointpath" "github.com/smallfish06/krsec/internal/kiwoom" "github.com/smallfish06/krsec/pkg/broker" kiwoomspecs "github.com/smallfish06/krsec/pkg/kiwoom/specs" @@ -31,6 +33,12 @@ type endpointRoute struct { fn endpointDispatchFunc } +type overrideRouteDef struct { + path string + apiID string + fn endpointDispatchFunc +} + func newEndpointRoute(methods []string, fn endpointDispatchFunc) endpointRoute { m := make(map[string]struct{}, len(methods)) defaultMethod := "" @@ -83,288 +91,267 @@ func (d *endpointDispatcher) registerDocumentedRoutes() { func (d *endpointDispatcher) registerCoreOverrides() { postMethods := []string{http.MethodPost} - - d.registerOverrideRoute( - kiwoom.PathStockInfo, - "ka10001", - postMethods, - newRequestDispatchPrepared[kiwoomspecs.KiwoomApiDostkStkinfoKa10001Request, *kiwoomspecs.KiwoomApiDostkStkinfoKa10001Response]( - d, - func(req *kiwoomspecs.KiwoomApiDostkStkinfoKa10001Request) error { - if strings.TrimSpace(req.StkCd) == "" { - return broker.ErrInvalidSymbol - } - return nil - }, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkStkinfoKa10001Request) (*kiwoomspecs.KiwoomApiDostkStkinfoKa10001Response, error) { - return client.InquirePriceByRequest(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathStockInfo, - "ka10003", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkStkinfoKa10003Request, *kiwoomspecs.KiwoomApiDostkStkinfoKa10003Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkStkinfoKa10003Request) (*kiwoomspecs.KiwoomApiDostkStkinfoKa10003Response, error) { - return client.InquireExecutionInfo(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathStockInfo, - "ka10100", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkStkinfoKa10100Request, *kiwoomspecs.KiwoomApiDostkStkinfoKa10100Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkStkinfoKa10100Request) (*kiwoomspecs.KiwoomApiDostkStkinfoKa10100Response, error) { - return client.InquireInstrumentInfoByRequest(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathStockInfo, - "ka10059", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkStkinfoKa10059Request, *kiwoomspecs.KiwoomApiDostkStkinfoKa10059Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkStkinfoKa10059Request) (*kiwoomspecs.KiwoomApiDostkStkinfoKa10059Response, error) { - return client.InquireInvestorByStock(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathMarketCond, - "ka10004", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkMrkcondKa10004Request, *kiwoomspecs.KiwoomApiDostkMrkcondKa10004Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkMrkcondKa10004Request) (*kiwoomspecs.KiwoomApiDostkMrkcondKa10004Response, error) { - return client.InquireOrderBook(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathRankingInfo, - "ka10030", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkRkinfoKa10030Request, *kiwoomspecs.KiwoomApiDostkRkinfoKa10030Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkRkinfoKa10030Request) (*kiwoomspecs.KiwoomApiDostkRkinfoKa10030Response, error) { - return client.InquireVolumeRank(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathRankingInfo, - "ka10027", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkRkinfoKa10027Request, *kiwoomspecs.KiwoomApiDostkRkinfoKa10027Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkRkinfoKa10027Request) (*kiwoomspecs.KiwoomApiDostkRkinfoKa10027Response, error) { - return client.InquireChangeRateRank(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathSector, - "ka20001", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkSectKa20001Request, *kiwoomspecs.KiwoomApiDostkSectKa20001Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkSectKa20001Request) (*kiwoomspecs.KiwoomApiDostkSectKa20001Response, error) { - return client.InquireSectorCurrent(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathSector, - "ka20002", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkSectKa20002Request, *kiwoomspecs.KiwoomApiDostkSectKa20002Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkSectKa20002Request) (*kiwoomspecs.KiwoomApiDostkSectKa20002Response, error) { - return client.InquireSectorByPrice(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathAccount, - "kt00005", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkAcntKt00005Request, *kiwoomspecs.KiwoomApiDostkAcntKt00005Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkAcntKt00005Request) (*kiwoomspecs.KiwoomApiDostkAcntKt00005Response, error) { - return client.InquireBalanceByRequest(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathAccount, - "kt00018", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkAcntKt00018Request, *kiwoomspecs.KiwoomApiDostkAcntKt00018Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkAcntKt00018Request) (*kiwoomspecs.KiwoomApiDostkAcntKt00018Response, error) { - return client.InquirePositionsByRequest(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathAccount, - "ka10075", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkAcntKa10075Request, *kiwoomspecs.KiwoomApiDostkAcntKa10075Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkAcntKa10075Request) (*kiwoomspecs.KiwoomApiDostkAcntKa10075Response, error) { - return client.InquireUnsettledOrdersByRequest(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathAccount, - "ka10076", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkAcntKa10076Request, *kiwoomspecs.KiwoomApiDostkAcntKa10076Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkAcntKa10076Request) (*kiwoomspecs.KiwoomApiDostkAcntKa10076Response, error) { - return client.InquireOrderExecutionsByRequest(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathAccount, - "kt00007", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkAcntKt00007Request, *kiwoomspecs.KiwoomApiDostkAcntKt00007Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkAcntKt00007Request) (*kiwoomspecs.KiwoomApiDostkAcntKt00007Response, error) { - return client.InquireOrderExecutionDetail(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathAccount, - "kt00009", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkAcntKt00009Request, *kiwoomspecs.KiwoomApiDostkAcntKt00009Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkAcntKt00009Request) (*kiwoomspecs.KiwoomApiDostkAcntKt00009Response, error) { - return client.InquireOrderExecutionStatus(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathAccount, - "kt00010", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkAcntKt00010Request, *kiwoomspecs.KiwoomApiDostkAcntKt00010Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkAcntKt00010Request) (*kiwoomspecs.KiwoomApiDostkAcntKt00010Response, error) { - return client.InquireOrderableWithdrawable(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathChart, - "ka10079", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkChartKa10079Request, *kiwoomspecs.KiwoomApiDostkChartKa10079Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkChartKa10079Request) (*kiwoomspecs.KiwoomApiDostkChartKa10079Response, error) { - return client.InquireTickChartByRequest(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathChart, - "ka10060", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkChartKa10060Request, *kiwoomspecs.KiwoomApiDostkChartKa10060Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkChartKa10060Request) (*kiwoomspecs.KiwoomApiDostkChartKa10060Response, error) { - return client.InquireInvestorByStockChart(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathChart, - "ka10081", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkChartKa10081Request, *kiwoomspecs.KiwoomApiDostkChartKa10081Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkChartKa10081Request) (*kiwoomspecs.KiwoomApiDostkChartKa10081Response, error) { - return client.InquireDailyPriceByRequest(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathChart, - "ka10082", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkChartKa10082Request, *kiwoomspecs.KiwoomApiDostkChartKa10082Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkChartKa10082Request) (*kiwoomspecs.KiwoomApiDostkChartKa10082Response, error) { - return client.InquireWeeklyPriceByRequest(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathChart, - "ka10083", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkChartKa10083Request, *kiwoomspecs.KiwoomApiDostkChartKa10083Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkChartKa10083Request) (*kiwoomspecs.KiwoomApiDostkChartKa10083Response, error) { - return client.InquireMonthlyPriceByRequest(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathOrder, - "kt10000", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkOrdrKt10000Request, *kiwoomspecs.KiwoomApiDostkOrdrKt10000Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkOrdrKt10000Request) (*kiwoomspecs.KiwoomApiDostkOrdrKt10000Response, error) { - return client.PlaceBuyOrder(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathOrder, - "kt10001", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkOrdrKt10001Request, *kiwoomspecs.KiwoomApiDostkOrdrKt10000Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkOrdrKt10001Request) (*kiwoomspecs.KiwoomApiDostkOrdrKt10000Response, error) { - return client.PlaceSellOrder(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathOrder, - "kt10002", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkOrdrKt10002Request, *kiwoomspecs.KiwoomApiDostkOrdrKt10002Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkOrdrKt10002Request) (*kiwoomspecs.KiwoomApiDostkOrdrKt10002Response, error) { - return client.ModifyStockOrder(callCtx, req) - }, - ), - ) - d.registerOverrideRoute( - kiwoom.PathOrder, - "kt10003", - postMethods, - newRequestDispatch[kiwoomspecs.KiwoomApiDostkOrdrKt10003Request, *kiwoomspecs.KiwoomApiDostkOrdrKt10003Response]( - d, - func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkOrdrKt10003Request) (*kiwoomspecs.KiwoomApiDostkOrdrKt10003Response, error) { - return client.CancelStockOrder(callCtx, req) - }, - ), - ) + defs := []overrideRouteDef{ + { + path: kiwoom.PathStockInfo, + apiID: "ka10001", + fn: newRequestDispatchPrepared[kiwoomspecs.KiwoomApiDostkStkinfoKa10001Request, *kiwoomspecs.KiwoomApiDostkStkinfoKa10001Response]( + d, + func(req *kiwoomspecs.KiwoomApiDostkStkinfoKa10001Request) error { + if strings.TrimSpace(req.StkCd) == "" { + return broker.ErrInvalidSymbol + } + return nil + }, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkStkinfoKa10001Request) (*kiwoomspecs.KiwoomApiDostkStkinfoKa10001Response, error) { + return client.InquirePriceByRequest(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathStockInfo, + apiID: "ka10003", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkStkinfoKa10003Request, *kiwoomspecs.KiwoomApiDostkStkinfoKa10003Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkStkinfoKa10003Request) (*kiwoomspecs.KiwoomApiDostkStkinfoKa10003Response, error) { + return client.InquireExecutionInfo(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathStockInfo, + apiID: "ka10100", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkStkinfoKa10100Request, *kiwoomspecs.KiwoomApiDostkStkinfoKa10100Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkStkinfoKa10100Request) (*kiwoomspecs.KiwoomApiDostkStkinfoKa10100Response, error) { + return client.InquireInstrumentInfoByRequest(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathStockInfo, + apiID: "ka10059", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkStkinfoKa10059Request, *kiwoomspecs.KiwoomApiDostkStkinfoKa10059Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkStkinfoKa10059Request) (*kiwoomspecs.KiwoomApiDostkStkinfoKa10059Response, error) { + return client.InquireInvestorByStock(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathMarketCond, + apiID: "ka10004", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkMrkcondKa10004Request, *kiwoomspecs.KiwoomApiDostkMrkcondKa10004Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkMrkcondKa10004Request) (*kiwoomspecs.KiwoomApiDostkMrkcondKa10004Response, error) { + return client.InquireOrderBook(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathRankingInfo, + apiID: "ka10030", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkRkinfoKa10030Request, *kiwoomspecs.KiwoomApiDostkRkinfoKa10030Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkRkinfoKa10030Request) (*kiwoomspecs.KiwoomApiDostkRkinfoKa10030Response, error) { + return client.InquireVolumeRank(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathRankingInfo, + apiID: "ka10027", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkRkinfoKa10027Request, *kiwoomspecs.KiwoomApiDostkRkinfoKa10027Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkRkinfoKa10027Request) (*kiwoomspecs.KiwoomApiDostkRkinfoKa10027Response, error) { + return client.InquireChangeRateRank(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathSector, + apiID: "ka20001", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkSectKa20001Request, *kiwoomspecs.KiwoomApiDostkSectKa20001Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkSectKa20001Request) (*kiwoomspecs.KiwoomApiDostkSectKa20001Response, error) { + return client.InquireSectorCurrent(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathSector, + apiID: "ka20002", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkSectKa20002Request, *kiwoomspecs.KiwoomApiDostkSectKa20002Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkSectKa20002Request) (*kiwoomspecs.KiwoomApiDostkSectKa20002Response, error) { + return client.InquireSectorByPrice(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathAccount, + apiID: "kt00005", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkAcntKt00005Request, *kiwoomspecs.KiwoomApiDostkAcntKt00005Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkAcntKt00005Request) (*kiwoomspecs.KiwoomApiDostkAcntKt00005Response, error) { + return client.InquireBalanceByRequest(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathAccount, + apiID: "kt00018", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkAcntKt00018Request, *kiwoomspecs.KiwoomApiDostkAcntKt00018Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkAcntKt00018Request) (*kiwoomspecs.KiwoomApiDostkAcntKt00018Response, error) { + return client.InquirePositionsByRequest(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathAccount, + apiID: "ka10075", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkAcntKa10075Request, *kiwoomspecs.KiwoomApiDostkAcntKa10075Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkAcntKa10075Request) (*kiwoomspecs.KiwoomApiDostkAcntKa10075Response, error) { + return client.InquireUnsettledOrdersByRequest(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathAccount, + apiID: "ka10076", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkAcntKa10076Request, *kiwoomspecs.KiwoomApiDostkAcntKa10076Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkAcntKa10076Request) (*kiwoomspecs.KiwoomApiDostkAcntKa10076Response, error) { + return client.InquireOrderExecutionsByRequest(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathAccount, + apiID: "kt00007", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkAcntKt00007Request, *kiwoomspecs.KiwoomApiDostkAcntKt00007Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkAcntKt00007Request) (*kiwoomspecs.KiwoomApiDostkAcntKt00007Response, error) { + return client.InquireOrderExecutionDetail(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathAccount, + apiID: "kt00009", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkAcntKt00009Request, *kiwoomspecs.KiwoomApiDostkAcntKt00009Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkAcntKt00009Request) (*kiwoomspecs.KiwoomApiDostkAcntKt00009Response, error) { + return client.InquireOrderExecutionStatus(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathAccount, + apiID: "kt00010", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkAcntKt00010Request, *kiwoomspecs.KiwoomApiDostkAcntKt00010Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkAcntKt00010Request) (*kiwoomspecs.KiwoomApiDostkAcntKt00010Response, error) { + return client.InquireOrderableWithdrawable(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathChart, + apiID: "ka10079", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkChartKa10079Request, *kiwoomspecs.KiwoomApiDostkChartKa10079Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkChartKa10079Request) (*kiwoomspecs.KiwoomApiDostkChartKa10079Response, error) { + return client.InquireTickChartByRequest(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathChart, + apiID: "ka10060", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkChartKa10060Request, *kiwoomspecs.KiwoomApiDostkChartKa10060Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkChartKa10060Request) (*kiwoomspecs.KiwoomApiDostkChartKa10060Response, error) { + return client.InquireInvestorByStockChart(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathChart, + apiID: "ka10081", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkChartKa10081Request, *kiwoomspecs.KiwoomApiDostkChartKa10081Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkChartKa10081Request) (*kiwoomspecs.KiwoomApiDostkChartKa10081Response, error) { + return client.InquireDailyPriceByRequest(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathChart, + apiID: "ka10082", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkChartKa10082Request, *kiwoomspecs.KiwoomApiDostkChartKa10082Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkChartKa10082Request) (*kiwoomspecs.KiwoomApiDostkChartKa10082Response, error) { + return client.InquireWeeklyPriceByRequest(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathChart, + apiID: "ka10083", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkChartKa10083Request, *kiwoomspecs.KiwoomApiDostkChartKa10083Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkChartKa10083Request) (*kiwoomspecs.KiwoomApiDostkChartKa10083Response, error) { + return client.InquireMonthlyPriceByRequest(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathOrder, + apiID: "kt10000", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkOrdrKt10000Request, *kiwoomspecs.KiwoomApiDostkOrdrKt10000Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkOrdrKt10000Request) (*kiwoomspecs.KiwoomApiDostkOrdrKt10000Response, error) { + return client.PlaceBuyOrder(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathOrder, + apiID: "kt10001", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkOrdrKt10001Request, *kiwoomspecs.KiwoomApiDostkOrdrKt10000Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkOrdrKt10001Request) (*kiwoomspecs.KiwoomApiDostkOrdrKt10000Response, error) { + return client.PlaceSellOrder(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathOrder, + apiID: "kt10002", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkOrdrKt10002Request, *kiwoomspecs.KiwoomApiDostkOrdrKt10002Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkOrdrKt10002Request) (*kiwoomspecs.KiwoomApiDostkOrdrKt10002Response, error) { + return client.ModifyStockOrder(callCtx, req) + }, + ), + }, + { + path: kiwoom.PathOrder, + apiID: "kt10003", + fn: newRequestDispatch[kiwoomspecs.KiwoomApiDostkOrdrKt10003Request, *kiwoomspecs.KiwoomApiDostkOrdrKt10003Response]( + d, + func(client *kiwoom.Client, callCtx context.Context, req kiwoomspecs.KiwoomApiDostkOrdrKt10003Request) (*kiwoomspecs.KiwoomApiDostkOrdrKt10003Response, error) { + return client.CancelStockOrder(callCtx, req) + }, + ), + }, + } + for _, def := range defs { + d.registerOverrideRoute(def.path, def.apiID, postMethods, def.fn) + } } func (d *endpointDispatcher) registerOverrideRoute(path, apiID string, methods []string, fn endpointDispatchFunc) { @@ -476,17 +463,7 @@ func (d *endpointDispatcher) callEndpoint( } func normalizeEndpointPath(path string) string { - path = strings.TrimSpace(path) - if path == "" { - return "" - } - if !strings.HasPrefix(path, "/") { - path = "/" + path - } - if !strings.HasPrefix(path, kiwoom.PathPrefixAPISlash) { - path = kiwoom.PathPrefixAPI + path - } - return path + return endpointpath.Normalize(path, kiwoom.PathPrefixAPI, kiwoom.PathPrefixAPISlash) } func normalizeEndpointAPIID(apiID string) string { @@ -551,11 +528,7 @@ func clonePayloadMap(payload map[string]interface{}) map[string]interface{} { if payload == nil { return map[string]interface{}{} } - out := make(map[string]interface{}, len(payload)) - for k, v := range payload { - out[k] = v - } - return out + return maps.Clone(payload) } func normalizePayloadMap(in map[string]interface{}) map[string]interface{} { diff --git a/internal/kiwoom/adapter/order_context_store.go b/internal/kiwoom/adapter/order_context_store.go index ab25c01..2ff916c 100644 --- a/internal/kiwoom/adapter/order_context_store.go +++ b/internal/kiwoom/adapter/order_context_store.go @@ -1,51 +1,26 @@ package adapter import ( - "encoding/json" "fmt" "os" "path/filepath" - "sort" "time" + + "github.com/smallfish06/krsec/internal/orderctxstore" ) const maxPersistedOrderContexts = 300 -type orderContextState struct { - Version int `json:"version"` - UpdatedAt time.Time `json:"updated_at"` - Orders map[string]orderContext `json:"orders"` -} - func (a *Adapter) loadOrderContexts() error { path, err := a.orderContextFilePath() if err != nil { return err } - - data, err := os.ReadFile(path) - if err != nil { - if os.IsNotExist(err) { - return nil - } - return err - } - - var state orderContextState - if err := json.Unmarshal(data, &state); err != nil { - return err - } - if len(state.Orders) == 0 { - return nil - } - a.mu.Lock() - for orderID, meta := range state.Orders { - a.orders[orderID] = meta - } - a.compactOrderContextsLocked(maxPersistedOrderContexts) - a.mu.Unlock() - return nil + defer a.mu.Unlock() + return orderctxstore.Load(path, a.orders, maxPersistedOrderContexts, func(meta orderContext) time.Time { + return meta.UpdatedAt + }) } func (a *Adapter) persistOrderContexts() error { @@ -60,53 +35,13 @@ func (a *Adapter) persistOrderContexts() error { snapshot[orderID] = meta } a.mu.RUnlock() - - state := orderContextState{ - Version: 1, - UpdatedAt: time.Now(), - Orders: snapshot, - } - data, err := json.MarshalIndent(state, "", " ") - if err != nil { - return err - } - - if err := os.MkdirAll(filepath.Dir(path), 0o700); err != nil { - return err - } - tmp := path + ".tmp" - if err := os.WriteFile(tmp, data, 0o600); err != nil { - return err - } - return os.Rename(tmp, path) + return orderctxstore.Persist(path, snapshot) } func (a *Adapter) compactOrderContextsLocked(limit int) { - if limit <= 0 || len(a.orders) <= limit { - return - } - - type row struct { - orderID string - updatedAt time.Time - } - rows := make([]row, 0, len(a.orders)) - for orderID, meta := range a.orders { - rows = append(rows, row{orderID: orderID, updatedAt: meta.UpdatedAt}) - } - sort.Slice(rows, func(i, j int) bool { - return rows[i].updatedAt.After(rows[j].updatedAt) + orderctxstore.Compact(a.orders, limit, func(meta orderContext) time.Time { + return meta.UpdatedAt }) - - keep := make(map[string]struct{}, limit) - for i := 0; i < limit && i < len(rows); i++ { - keep[rows[i].orderID] = struct{}{} - } - for orderID := range a.orders { - if _, ok := keep[orderID]; !ok { - delete(a.orders, orderID) - } - } } func (a *Adapter) orderContextFilePath() (string, error) { diff --git a/internal/kiwoom/client.go b/internal/kiwoom/client.go index 0ef1740..5c042ce 100644 --- a/internal/kiwoom/client.go +++ b/internal/kiwoom/client.go @@ -6,8 +6,10 @@ import ( "encoding/json" "fmt" "io" + "maps" "net/http" neturl "net/url" + "slices" "strconv" "strings" "sync" @@ -52,16 +54,7 @@ func cloneBody(body map[string]interface{}) map[string]interface{} { if body == nil { return map[string]interface{}{} } - out := make(map[string]interface{}, len(body)) - for k, v := range body { - out[k] = v - } - return out -} - -// NewClient creates a new Kiwoom client. -func NewClient(sandbox bool) *Client { - return NewClientWithTokenManager(sandbox, nil) + return maps.Clone(body) } // NewClientWithTokenManager creates a client with injected token manager. @@ -206,12 +199,7 @@ func (c *Client) CallDocumentedEndpoint( } func containsCode(codes []int, target int) bool { - for _, c := range codes { - if c == target { - return true - } - } - return false + return slices.Contains(codes, target) } func validateDocumentedRequestBody(body interface{}) error { diff --git a/internal/kiwoom/token_manager.go b/internal/kiwoom/token_manager.go index 76f568d..ee576eb 100644 --- a/internal/kiwoom/token_manager.go +++ b/internal/kiwoom/token_manager.go @@ -1,34 +1,17 @@ package kiwoom import ( - "context" - "crypto/sha256" - "encoding/hex" - "encoding/json" - "fmt" - "os" - "path/filepath" "strings" "sync" "time" - "github.com/smallfish06/krsec/internal/ratelimit" + "github.com/smallfish06/krsec/internal/filetoken" tokencache "github.com/smallfish06/krsec/pkg/token" ) // FileTokenManager stores tokens in memory and on disk. type FileTokenManager struct { - mu sync.RWMutex - tokens map[string]*tokenEntry - authLimiters map[string]*ratelimit.Limiter - authMu sync.Mutex - dir string -} - -type tokenEntry struct { - AccessToken string `json:"access_token"` - ExpiresAt time.Time `json:"expires_at"` - AppKey string `json:"app_key"` + *filetoken.Manager } var ( @@ -43,13 +26,16 @@ func NewFileTokenManager() *FileTokenManager { // NewFileTokenManagerWithDir creates a file-backed manager with optional fixed directory. func NewFileTokenManagerWithDir(dir string) *FileTokenManager { - tm := &FileTokenManager{ - tokens: make(map[string]*tokenEntry), - authLimiters: make(map[string]*ratelimit.Limiter), - dir: strings.TrimSpace(dir), + return &FileTokenManager{ + Manager: filetoken.New(filetoken.Options{ + Dir: strings.TrimSpace(dir), + AuthLimiterName: "kiwoom-auth", + ValidityBuffer: 3 * time.Minute, + AllowFileName: filetoken.PrefixedJSONFileOnly("kiwoom-"), + BuildFileName: filetoken.PrefixedHashedFileName("kiwoom-"), + RequireAppKeyOnLoad: true, + }), } - tm.loadAll() - return tm } // GetTokenManager returns the global token manager. @@ -68,146 +54,3 @@ func GetTokenManager() tokencache.Manager { } return globalTokenManager } - -// GetToken returns the cached token if still valid. -func (tm *FileTokenManager) GetToken(appKey string) (string, time.Time, bool) { - tm.mu.RLock() - defer tm.mu.RUnlock() - - entry, ok := tm.tokens[appKey] - if !ok { - return "", time.Time{}, false - } - if time.Now().After(entry.ExpiresAt.Add(-3 * time.Minute)) { - return "", time.Time{}, false - } - return entry.AccessToken, entry.ExpiresAt, true -} - -// SetToken stores the token in memory and on disk. -func (tm *FileTokenManager) SetToken(appKey, token string, expiresAt time.Time) error { - tm.mu.Lock() - defer tm.mu.Unlock() - - entry := &tokenEntry{AccessToken: token, ExpiresAt: expiresAt, AppKey: appKey} - tm.tokens[appKey] = entry - return tm.save(appKey, entry) -} - -// WaitForAuth enforces per-appkey token issuance limits. -func (tm *FileTokenManager) WaitForAuth(appKey string) { - tm.authMu.Lock() - limiter, ok := tm.authLimiters[appKey] - if !ok { - limiter = ratelimit.New("kiwoom-auth", 1.0/60.0, 1) - tm.authLimiters[appKey] = limiter - } - tm.authMu.Unlock() - _ = limiter.Wait(context.Background()) -} - -func (tm *FileTokenManager) tokenDir() (string, error) { - if tm.dir != "" { - return tm.dir, nil - } - cwd, _ := os.Getwd() - return defaultTokenDir(cwd) -} - -func defaultTokenDir(cwd string) (string, error) { - if strings.TrimSpace(cwd) != "" { - if root, ok := findProjectRoot(cwd); ok { - return filepath.Join(root, ".krsec", "tokens"), nil - } - } - - cacheDir, err := os.UserCacheDir() - if err == nil && strings.TrimSpace(cacheDir) != "" { - return filepath.Join(cacheDir, "krsec", "tokens"), nil - } - - home, err := os.UserHomeDir() - if err != nil { - return "", fmt.Errorf("get user home dir: %w", err) - } - return filepath.Join(home, ".krsec", "tokens"), nil -} - -func findProjectRoot(start string) (string, bool) { - current := start - for { - if st, err := os.Stat(filepath.Join(current, "go.mod")); err == nil && !st.IsDir() { - return current, true - } - parent := filepath.Dir(current) - if parent == current { - return "", false - } - current = parent - } -} - -func hashAppKey(appKey string) string { - h := sha256.Sum256([]byte(appKey)) - return hex.EncodeToString(h[:])[:12] -} - -func (tm *FileTokenManager) loadAll() { - dir, err := tm.tokenDir() - if err != nil { - return - } - if err := os.MkdirAll(dir, 0o700); err != nil { - return - } - - entries, err := os.ReadDir(dir) - if err != nil { - return - } - - for _, entry := range entries { - if entry.IsDir() { - continue - } - name := entry.Name() - if !strings.HasPrefix(name, "kiwoom-") || filepath.Ext(name) != ".json" { - continue - } - - data, err := os.ReadFile(filepath.Join(dir, name)) - if err != nil { - continue - } - - var te tokenEntry - if err := json.Unmarshal(data, &te); err != nil { - continue - } - if te.AppKey == "" || time.Now().After(te.ExpiresAt.Add(-3*time.Minute)) { - _ = os.Remove(filepath.Join(dir, name)) - continue - } - tm.tokens[te.AppKey] = &te - } -} - -func (tm *FileTokenManager) save(appKey string, entry *tokenEntry) error { - dir, err := tm.tokenDir() - if err != nil { - return err - } - if err := os.MkdirAll(dir, 0o700); err != nil { - return fmt.Errorf("create token dir: %w", err) - } - - path := filepath.Join(dir, "kiwoom-"+hashAppKey(appKey)+".json") - data, err := json.MarshalIndent(entry, "", " ") - if err != nil { - return fmt.Errorf("marshal token: %w", err) - } - if err := os.WriteFile(path, data, 0o600); err != nil { - return fmt.Errorf("write token file: %w", err) - } - return nil -} diff --git a/internal/orderctxstore/store.go b/internal/orderctxstore/store.go new file mode 100644 index 0000000..a312ed5 --- /dev/null +++ b/internal/orderctxstore/store.go @@ -0,0 +1,103 @@ +package orderctxstore + +import ( + "encoding/json" + "os" + "path/filepath" + "sort" + "time" +) + +const stateVersion = 1 + +type state[T any] struct { + Version int `json:"version"` + UpdatedAt time.Time `json:"updated_at"` + Orders map[string]T `json:"orders"` +} + +// Load reads persisted order contexts from path into dst and compacts to limit. +// It returns nil when the file does not exist. +func Load[T any](path string, dst map[string]T, limit int, updatedAt func(T) time.Time) error { + data, err := os.ReadFile(path) + if err != nil { + if os.IsNotExist(err) { + return nil + } + return err + } + + var st state[T] + if err := json.Unmarshal(data, &st); err != nil { + return err + } + if len(st.Orders) == 0 { + return nil + } + + for orderID, meta := range st.Orders { + dst[orderID] = meta + } + Compact(dst, limit, updatedAt) + return nil +} + +// Persist atomically writes order contexts to disk. +func Persist[T any](path string, src map[string]T) error { + snapshot := make(map[string]T, len(src)) + for orderID, meta := range src { + snapshot[orderID] = meta + } + + st := state[T]{ + Version: stateVersion, + UpdatedAt: time.Now(), + Orders: snapshot, + } + data, err := json.MarshalIndent(st, "", " ") + if err != nil { + return err + } + + if err := os.MkdirAll(filepath.Dir(path), 0o700); err != nil { + return err + } + tmp := path + ".tmp" + if err := os.WriteFile(tmp, data, 0o600); err != nil { + return err + } + return os.Rename(tmp, path) +} + +// Compact keeps only the newest limit contexts according to updatedAt. +func Compact[T any](orders map[string]T, limit int, updatedAt func(T) time.Time) { + if limit <= 0 || len(orders) <= limit { + return + } + + type row struct { + orderID string + updatedAt time.Time + } + rows := make([]row, 0, len(orders)) + for orderID, meta := range orders { + ts := time.Time{} + if updatedAt != nil { + ts = updatedAt(meta) + } + rows = append(rows, row{orderID: orderID, updatedAt: ts}) + } + sort.Slice(rows, func(i, j int) bool { + return rows[i].updatedAt.After(rows[j].updatedAt) + }) + + keep := make(map[string]struct{}, limit) + for i := 0; i < limit && i < len(rows); i++ { + keep[rows[i].orderID] = struct{}{} + } + for orderID := range orders { + if _, ok := keep[orderID]; !ok { + delete(orders, orderID) + } + } +} diff --git a/internal/orderctxstore/store_test.go b/internal/orderctxstore/store_test.go new file mode 100644 index 0000000..2ee51fb --- /dev/null +++ b/internal/orderctxstore/store_test.go @@ -0,0 +1,81 @@ +package orderctxstore + +import ( + "path/filepath" + "testing" + "time" +) + +type testOrder struct { + Status string `json:"status"` + UpdatedAt time.Time `json:"updated_at"` +} + +func updatedAtOf(v testOrder) time.Time { + return v.UpdatedAt +} + +func TestLoadMissingFile(t *testing.T) { + t.Parallel() + + orders := map[string]testOrder{} + err := Load(filepath.Join(t.TempDir(), "missing.json"), orders, 10, updatedAtOf) + if err != nil { + t.Fatalf("Load() error = %v", err) + } + if len(orders) != 0 { + t.Fatalf("expected empty map, got %d", len(orders)) + } +} + +func TestCompactKeepsNewest(t *testing.T) { + t.Parallel() + + now := time.Now() + orders := map[string]testOrder{ + "o1": {Status: "a", UpdatedAt: now.Add(-3 * time.Hour)}, + "o2": {Status: "b", UpdatedAt: now.Add(-2 * time.Hour)}, + "o3": {Status: "c", UpdatedAt: now.Add(-1 * time.Hour)}, + } + + Compact(orders, 2, updatedAtOf) + + if len(orders) != 2 { + t.Fatalf("expected 2 orders, got %d", len(orders)) + } + if _, ok := orders["o3"]; !ok { + t.Fatalf("newest order must remain") + } + if _, ok := orders["o2"]; !ok { + t.Fatalf("second newest order must remain") + } + if _, ok := orders["o1"]; ok { + t.Fatalf("oldest order must be removed") + } +} + +func TestPersistThenLoad(t *testing.T) { + t.Parallel() + + now := time.Now() + source := map[string]testOrder{ + "o1": {Status: "pending", UpdatedAt: now.Add(-1 * time.Minute)}, + "o2": {Status: "filled", UpdatedAt: now}, + } + path := filepath.Join(t.TempDir(), "orders.json") + + if err := Persist(path, source); err != nil { + t.Fatalf("Persist() error = %v", err) + } + + loaded := map[string]testOrder{} + if err := Load(path, loaded, 10, updatedAtOf); err != nil { + t.Fatalf("Load() error = %v", err) + } + if len(loaded) != 2 { + t.Fatalf("expected 2 loaded orders, got %d", len(loaded)) + } + if loaded["o1"].Status != "pending" || loaded["o2"].Status != "filled" { + t.Fatalf("loaded values mismatch: %+v", loaded) + } +} diff --git a/internal/server/handler_kis_proxy.go b/internal/server/handler_kis_proxy.go index 8c9164a..8129f1b 100644 --- a/internal/server/handler_kis_proxy.go +++ b/internal/server/handler_kis_proxy.go @@ -4,11 +4,14 @@ import ( "context" "encoding/json" "fmt" + "log" + "maps" "net/http" "strings" "github.com/go-fuego/fuego" + "github.com/smallfish06/krsec/internal/endpointpath" "github.com/smallfish06/krsec/internal/kis" "github.com/smallfish06/krsec/pkg/broker" ) @@ -72,17 +75,14 @@ func (s *Server) handleKISProxyPath(c fuego.ContextWithBody[kisProxyRequest], ra if err != nil { return respond(c, http.StatusBadRequest, Response{OK: false, Error: "invalid request body"}) } - - trID := strings.TrimSpace(req.TRID) - method := strings.ToUpper(strings.TrimSpace(req.Method)) - if method != "" { - switch method { - case http.MethodGet, http.MethodPost, http.MethodPut, http.MethodDelete, http.MethodPatch: - default: - return respond(c, http.StatusBadRequest, Response{OK: false, Error: "unsupported method"}) - } + if err := validateKISProxyRequest(&req); err != nil { + log.Printf("Warning: KIS proxy validation failed path=%s account_id=%s err=%v", rawPath, req.AccountID, err) + return respond(c, http.StatusBadRequest, Response{OK: false, Error: err.Error()}) } + trID := req.TRID + method := req.Method + brk, status, reason := s.resolveKISProxyBroker(req.AccountID) if brk == nil { return respond(c, status, Response{OK: false, Error: reason}) @@ -138,17 +138,7 @@ func (s *Server) resolveKISProxyBroker(accountID string) (broker.Broker, int, st } func normalizeKISProxyPath(path string) string { - path = strings.TrimSpace(path) - if path == "" { - return "" - } - if !strings.HasPrefix(path, "/") { - path = "/" + path - } - if !strings.HasPrefix(path, kis.PathPrefixUAPISlash) { - path = kis.PathPrefixUAPI + path - } - return path + return endpointpath.Normalize(path, kis.PathPrefixUAPI, kis.PathPrefixUAPISlash) } func toStringMap(src map[string]interface{}) map[string]string { @@ -174,13 +164,11 @@ func mergeStringMaps(base map[string]string, override map[string]string) map[str if len(base) == 0 && len(override) == 0 { return nil } - out := make(map[string]string, len(base)+len(override)) - for k, v := range base { - out[k] = v - } - for k, v := range override { - out[k] = v + out := maps.Clone(base) + if out == nil { + out = make(map[string]string, len(override)) } + maps.Copy(out, override) return out } @@ -188,12 +176,10 @@ func mergeInterfaceMaps(base map[string]interface{}, override map[string]interfa if len(base) == 0 && len(override) == 0 { return nil } - out := make(map[string]interface{}, len(base)+len(override)) - for k, v := range base { - out[k] = v - } - for k, v := range override { - out[k] = v + out := maps.Clone(base) + if out == nil { + out = make(map[string]interface{}, len(override)) } + maps.Copy(out, override) return out } diff --git a/internal/server/handler_kis_proxy_test.go b/internal/server/handler_kis_proxy_test.go index b5e0732..f20aecc 100644 --- a/internal/server/handler_kis_proxy_test.go +++ b/internal/server/handler_kis_proxy_test.go @@ -271,3 +271,51 @@ func TestHandleKISProxy_StrictOnlyUndocumentedPathReturnsNotFound(t *testing.T) t.Fatalf("expected broker not to be called for undocumented path") } } + +func TestHandleKISProxy_MethodNormalizedToUpper(t *testing.T) { + t.Parallel() + + kisBroker := &proxyKISBroker{ + proxyStubBroker: proxyStubBroker{name: "KIS"}, + resp: map[string]interface{}{"rt_cd": "0"}, + } + s := newOrderTestServer( + map[string]broker.Broker{"kis-acc": kisBroker}, + []config.AccountConfig{{AccountID: "kis-acc", Broker: "kis"}}, + ) + + body := []byte(`{"method":"get","tr_id":"HHDFS00000300","params":{"EXCD":"NAS","SYMB":"AAPL"}}`) + req := httptest.NewRequest(http.MethodPost, "/kis/overseas-price/v1/quotations/price", bytes.NewReader(body)) + rr := performFiberRequest(t, s, req) + + if rr.Code != http.StatusOK { + t.Fatalf("expected 200, got %d body=%s", rr.Code, rr.Body.String()) + } + if kisBroker.gotMethod != http.MethodGet { + t.Fatalf("method = %q, want GET", kisBroker.gotMethod) + } +} + +func TestHandleKISProxy_InvalidMethodRejected(t *testing.T) { + t.Parallel() + + kisBroker := &proxyKISBroker{ + proxyStubBroker: proxyStubBroker{name: "KIS"}, + resp: map[string]interface{}{"rt_cd": "0"}, + } + s := newOrderTestServer( + map[string]broker.Broker{"kis-acc": kisBroker}, + []config.AccountConfig{{AccountID: "kis-acc", Broker: "kis"}}, + ) + + body := []byte(`{"method":"trace","tr_id":"HHDFS00000300","params":{"EXCD":"NAS","SYMB":"AAPL"}}`) + req := httptest.NewRequest(http.MethodPost, "/kis/overseas-price/v1/quotations/price", bytes.NewReader(body)) + rr := performFiberRequest(t, s, req) + + if rr.Code != http.StatusBadRequest { + t.Fatalf("expected 400, got %d body=%s", rr.Code, rr.Body.String()) + } + if kisBroker.called { + t.Fatalf("expected broker not to be called") + } +} diff --git a/internal/server/handler_kiwoom_proxy.go b/internal/server/handler_kiwoom_proxy.go index d853969..13e56e4 100644 --- a/internal/server/handler_kiwoom_proxy.go +++ b/internal/server/handler_kiwoom_proxy.go @@ -2,11 +2,13 @@ package server import ( "context" + "log" "net/http" "strings" "github.com/go-fuego/fuego" + "github.com/smallfish06/krsec/internal/endpointpath" "github.com/smallfish06/krsec/internal/kiwoom" "github.com/smallfish06/krsec/pkg/broker" ) @@ -41,21 +43,16 @@ func (s *Server) handleKiwoomProxy(c fuego.ContextWithBody[kiwoomProxyRequest]) if err != nil { return respond(c, http.StatusBadRequest, Response{OK: false, Error: "invalid request body"}) } - - apiID := strings.TrimSpace(req.APIID) - if apiID == "" { - return respond(c, http.StatusBadRequest, Response{OK: false, Error: "api_id is required"}) + if err := validateKiwoomProxyRequest(&req); err != nil { + log.Printf("Warning: Kiwoom proxy validation failed path=%s account_id=%s err=%v", rawPath, req.AccountID, err) + return respond(c, http.StatusBadRequest, Response{OK: false, Error: err.Error()}) } - method := strings.ToUpper(strings.TrimSpace(req.Method)) + apiID := req.APIID + method := req.Method if method == "" { method = http.MethodPost } - switch method { - case http.MethodGet, http.MethodPost, http.MethodPut, http.MethodDelete, http.MethodPatch: - default: - return respond(c, http.StatusBadRequest, Response{OK: false, Error: "unsupported method"}) - } brk, status, reason := s.resolveKiwoomProxyBroker(req.AccountID) if brk == nil { @@ -152,15 +149,5 @@ func (s *Server) resolveKiwoomProxyBroker(accountID string) (broker.Broker, int, } func normalizeKiwoomProxyPath(path string) string { - path = strings.TrimSpace(path) - if path == "" { - return "" - } - if !strings.HasPrefix(path, "/") { - path = "/" + path - } - if !strings.HasPrefix(path, kiwoom.PathPrefixAPISlash) { - path = kiwoom.PathPrefixAPI + path - } - return path + return endpointpath.Normalize(path, kiwoom.PathPrefixAPI, kiwoom.PathPrefixAPISlash) } diff --git a/internal/server/handler_kiwoom_proxy_test.go b/internal/server/handler_kiwoom_proxy_test.go index 3378512..4ccad20 100644 --- a/internal/server/handler_kiwoom_proxy_test.go +++ b/internal/server/handler_kiwoom_proxy_test.go @@ -185,3 +185,48 @@ func TestHandleKiwoomProxy_StaticRoute(t *testing.T) { t.Fatalf("request stk_cd = %#v, want 005930", reqMap["stk_cd"]) } } + +func TestHandleKiwoomProxy_MethodNormalizedToUpper(t *testing.T) { + t.Parallel() + + kiwoomBroker := &proxyKiwoomBroker{ + proxyStubBroker: proxyStubBroker{name: "KIWOOM"}, + resp: map[string]interface{}{"return_code": 0, "return_msg": "ok"}, + } + s := newOrderTestServer( + map[string]broker.Broker{"kiwoom-acc": kiwoomBroker}, + []config.AccountConfig{{AccountID: "kiwoom-acc", Broker: "kiwoom"}}, + ) + + body := []byte(`{"method":"get","api_id":"ka10001","params":{"stk_cd":"005930"}}`) + req := httptest.NewRequest(http.MethodPost, "/kiwoom/dostk/stkinfo", bytes.NewReader(body)) + rr := performFiberRequest(t, s, req) + + if rr.Code != http.StatusOK { + t.Fatalf("expected 200, got %d body=%s", rr.Code, rr.Body.String()) + } + if kiwoomBroker.gotMethod != http.MethodGet { + t.Fatalf("method = %q, want GET", kiwoomBroker.gotMethod) + } +} + +func TestHandleKiwoomProxy_InvalidMethodRejected(t *testing.T) { + t.Parallel() + + kiwoomBroker := &proxyKiwoomBroker{proxyStubBroker: proxyStubBroker{name: "KIWOOM"}} + s := newOrderTestServer( + map[string]broker.Broker{"kiwoom-acc": kiwoomBroker}, + []config.AccountConfig{{AccountID: "kiwoom-acc", Broker: "kiwoom"}}, + ) + + body := []byte(`{"method":"trace","api_id":"ka10001","params":{"stk_cd":"005930"}}`) + req := httptest.NewRequest(http.MethodPost, "/kiwoom/dostk/stkinfo", bytes.NewReader(body)) + rr := performFiberRequest(t, s, req) + + if rr.Code != http.StatusBadRequest { + t.Fatalf("expected 400, got %d body=%s", rr.Code, rr.Body.String()) + } + if kiwoomBroker.called { + t.Fatalf("expected broker not to be called") + } +} diff --git a/internal/server/request_validation.go b/internal/server/request_validation.go new file mode 100644 index 0000000..0b87c6b --- /dev/null +++ b/internal/server/request_validation.go @@ -0,0 +1,68 @@ +package server + +import ( + "errors" + "strings" + + "github.com/go-playground/validator/v10" +) + +var proxyRequestValidator = validator.New() + +func validateKISProxyRequest(req *kisProxyRequest) error { + req.AccountID = strings.TrimSpace(req.AccountID) + req.Method = strings.ToUpper(strings.TrimSpace(req.Method)) + req.TRID = strings.TrimSpace(req.TRID) + + if err := proxyRequestValidator.Struct(struct { + Method string `validate:"omitempty,oneof=GET POST PUT DELETE PATCH"` + }{ + Method: req.Method, + }); err != nil { + return proxyRequestValidationError(err, map[string]string{ + "Method.oneof": "unsupported method", + }) + } + return nil +} + +func validateKiwoomProxyRequest(req *kiwoomProxyRequest) error { + req.AccountID = strings.TrimSpace(req.AccountID) + req.Method = strings.ToUpper(strings.TrimSpace(req.Method)) + req.APIID = strings.TrimSpace(req.APIID) + + if err := proxyRequestValidator.Struct(struct { + Method string `validate:"omitempty,oneof=GET POST PUT DELETE PATCH"` + APIID string `validate:"required"` + }{ + Method: req.Method, + APIID: req.APIID, + }); err != nil { + return proxyRequestValidationError(err, map[string]string{ + "APIID.required": "api_id is required", + "Method.oneof": "unsupported method", + }) + } + return nil +} + +func proxyRequestValidationError(err error, messages map[string]string) error { + var invalidValidationErr *validator.InvalidValidationError + if errors.As(err, &invalidValidationErr) { + return errors.New("invalid request body") + } + + var validationErrs validator.ValidationErrors + if !errors.As(err, &validationErrs) { + return errors.New("invalid request body") + } + + for _, validationErr := range validationErrs { + key := validationErr.Field() + "." + validationErr.Tag() + if msg, ok := messages[key]; ok { + return errors.New(msg) + } + } + + return errors.New("invalid request body") +} diff --git a/internal/tools/live_api_smoke/main.go b/internal/tools/live_api_smoke/main.go index 4c81c82..f7a78a9 100644 --- a/internal/tools/live_api_smoke/main.go +++ b/internal/tools/live_api_smoke/main.go @@ -4,6 +4,7 @@ import ( "context" "flag" "fmt" + "maps" "net/http" "os" "sort" @@ -12,6 +13,7 @@ import ( "github.com/smallfish06/krsec/internal/kis" "github.com/smallfish06/krsec/internal/kiwoom" + pkgadapter "github.com/smallfish06/krsec/pkg/adapter" "github.com/smallfish06/krsec/pkg/broker" "github.com/smallfish06/krsec/pkg/config" pkgkis "github.com/smallfish06/krsec/pkg/kis" @@ -85,7 +87,7 @@ func main() { } func runKISAccount(results *[]smokeResult, acc config.AccountConfig, tm tokencache.Manager, orderContextDir string) { - a := pkgkis.NewAdapterWithOptions(acc.Sandbox, acc.AccountID, pkgkis.Options{ + a := pkgkis.NewAdapterWithOptions(acc.Sandbox, acc.AccountID, pkgadapter.Options{ TokenManager: tm, OrderContextDir: orderContextDir, }) @@ -144,7 +146,7 @@ func runKISAccount(results *[]smokeResult, acc config.AccountConfig, tm tokencac } func runKiwoomAccount(results *[]smokeResult, acc config.AccountConfig, tm tokencache.Manager, orderContextDir string) { - a := pkgkiwoom.NewAdapterWithOptions(acc.Sandbox, acc.AccountID, pkgkiwoom.Options{ + a := pkgkiwoom.NewAdapterWithOptions(acc.Sandbox, acc.AccountID, pkgadapter.Options{ TokenManager: tm, OrderContextDir: orderContextDir, }) @@ -406,11 +408,7 @@ func cloneMap(in map[string]string) map[string]string { if len(in) == 0 { return map[string]string{} } - out := make(map[string]string, len(in)) - for k, v := range in { - out[k] = v - } - return out + return maps.Clone(in) } func shorten(s string, max int) string { diff --git a/pkg/adapter/adapter.go b/pkg/adapter/adapter.go new file mode 100644 index 0000000..e4d2e00 --- /dev/null +++ b/pkg/adapter/adapter.go @@ -0,0 +1,22 @@ +package adapter + +import ( + "context" + + "github.com/smallfish06/krsec/pkg/broker" + tokencache "github.com/smallfish06/krsec/pkg/token" +) + +// Options configures broker adapter internals. +type Options struct { + TokenManager tokencache.Manager + OrderContextDir string +} + +// Adapter captures the common broker adapter surface. +type Adapter interface { + broker.Broker + GetOrder(ctx context.Context, orderID string) (*broker.OrderResult, error) + GetOrderFills(ctx context.Context, orderID string) ([]broker.OrderFill, error) + GetInstrument(ctx context.Context, market, symbol string) (*broker.Instrument, error) +} diff --git a/pkg/kis/adapter.go b/pkg/kis/adapter.go index f70bd1d..e95d893 100644 --- a/pkg/kis/adapter.go +++ b/pkg/kis/adapter.go @@ -4,28 +4,18 @@ import ( "context" internaladapter "github.com/smallfish06/krsec/internal/kis/adapter" - "github.com/smallfish06/krsec/pkg/broker" - tokencache "github.com/smallfish06/krsec/pkg/token" + "github.com/smallfish06/krsec/pkg/adapter" ) // Adapter is the public KIS adapter contract. type Adapter interface { - broker.Broker - GetOrder(ctx context.Context, orderID string) (*broker.OrderResult, error) - GetOrderFills(ctx context.Context, orderID string) ([]broker.OrderFill, error) - GetInstrument(ctx context.Context, market, symbol string) (*broker.Instrument, error) + adapter.Adapter CallEndpoint(ctx context.Context, method, path, trID string, request interface{}) (interface{}, error) BootstrapSymbols(ctx context.Context) (int, error) ReloadSymbols(ctx context.Context) (int, error) } -// Options configures KIS adapter internals. -type Options struct { - TokenManager tokencache.Manager - OrderContextDir string -} - // NewAdapterWithOptions creates a KIS adapter with injectable options. -func NewAdapterWithOptions(sandbox bool, accountID string, opts Options) Adapter { +func NewAdapterWithOptions(sandbox bool, accountID string, opts adapter.Options) Adapter { return internaladapter.NewAdapterWithOptions(sandbox, accountID, opts.TokenManager, opts.OrderContextDir) } diff --git a/pkg/kiwoom/adapter.go b/pkg/kiwoom/adapter.go index db1c3a3..63ca329 100644 --- a/pkg/kiwoom/adapter.go +++ b/pkg/kiwoom/adapter.go @@ -4,26 +4,16 @@ import ( "context" internaladapter "github.com/smallfish06/krsec/internal/kiwoom/adapter" - "github.com/smallfish06/krsec/pkg/broker" - tokencache "github.com/smallfish06/krsec/pkg/token" + "github.com/smallfish06/krsec/pkg/adapter" ) // Adapter is the public Kiwoom adapter contract. type Adapter interface { - broker.Broker - GetOrder(ctx context.Context, orderID string) (*broker.OrderResult, error) - GetOrderFills(ctx context.Context, orderID string) ([]broker.OrderFill, error) - GetInstrument(ctx context.Context, market, symbol string) (*broker.Instrument, error) + adapter.Adapter CallEndpoint(ctx context.Context, method, path, apiID string, request interface{}) (interface{}, error) } -// Options configures Kiwoom adapter internals. -type Options struct { - TokenManager tokencache.Manager - OrderContextDir string -} - // NewAdapterWithOptions creates a Kiwoom adapter with injectable options. -func NewAdapterWithOptions(sandbox bool, accountID string, opts Options) Adapter { +func NewAdapterWithOptions(sandbox bool, accountID string, opts adapter.Options) Adapter { return internaladapter.NewAdapterWithOptions(sandbox, accountID, opts.TokenManager, opts.OrderContextDir) }