grahan — the open-source sky engine
    Preparing search index...

    Interface Vimshottari

    interface Vimshottari {
        balanceYears: number;
        birthLord:
            | "mercury"
            | "venus"
            | "mars"
            | "jupiter"
            | "saturn"
            | "sun"
            | "moon"
            | "rahu"
            | "ketu";
        mahadashas: Mahadasha[];
    }
    Index

    Properties

    balanceYears: number

    Years of the birth mahadasha remaining at birth (365.25-day years).

    birthLord:
        | "mercury"
        | "venus"
        | "mars"
        | "jupiter"
        | "saturn"
        | "sun"
        | "moon"
        | "rahu"
        | "ketu"

    Lord of the mahadasha running at birth.

    mahadashas: Mahadasha[]

    One full cycle from birth: the clipped birth mahadasha + 8 more.