Vi flyttar från butik till nätet - så funkar det framåt
Financial Feminist | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Tori Dunlap
- Betyg:
247
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
An instant New York Times bestseller
From the globally-recognized personal finance educator and social media star behind Her First $100K, an inclusive guide to all things money—from managing debt to investing and voting with your dollars
Tori Dunlap was always good with money. As a kid, she watched her prudent parents balance their checkbook every month and learned to save for musical tickets by gathering pennies in an Altoids tin. But she quickly discovered that her experience with money was pretty unusual, especially among her female friends.
It wasn’t our fault. Investigating this financial literacy and wealth gap, Tori found that girls are significantly less likely to receive a holistic financial education; we’re taught to restrain our spending, while boys are taught about investing and rewarded for pursuing wealth. In adulthood, women are hounded by the unfounded stereotype of the frivolous spenders whose lattes are to blame for the wealth gap. And when something like, say, a global pandemic happens, we’re the first to have jobs cut and the last to re-enter the workforce. It's no wonder money is a source of anxiety and a barrier to equality for so many of us.
But what if money didn't mean restriction, and instead, choice? The ability to luxuriously travel, quit toxic jobs, donate to important organizations, retire early? The freedom to live the life you want, and change the world while you do it?
Tori founded Her First $100K to teach women to overcome the unique obstacles standing in the way of their financial freedom. In Financial Feminist, she distills the principles of her shame- and judgment-free approach to paying off debt, figuring out your value categories to spend mindfully, saving money without monk-like deprivation, and investing in order to spend your retirement tanning in Tulum.
You will learn:
- Exercises to help you understand your current relationship with money, figure out what you want to change, and how to make that happen
- How to decide on your investment goal, and discover the three steps to meeting it
- Learn how to source the data you need to negotiate the money you deserve
Featuring journaling prompts, deep-dives into the invisible aspects of the financial landscape, and interviews with experts on everything money—from predatory credit card companies to the racial wealth gap and voting with your dollars—Financial Feminist is the ultimate guide to making your money work harder for you (rather than the other way around.)
From the globally-recognized personal finance educator and social media star behind Her First $100K, an inclusive guide to all things money—from managing debt to investing and voting with your dollars
Tori Dunlap was always good with money. As a kid, she watched her prudent parents balance their checkbook every month and learned to save for musical tickets by gathering pennies in an Altoids tin. But she quickly discovered that her experience with money was pretty unusual, especially among her female friends.
It wasn’t our fault. Investigating this financial literacy and wealth gap, Tori found that girls are significantly less likely to receive a holistic financial education; we’re taught to restrain our spending, while boys are taught about investing and rewarded for pursuing wealth. In adulthood, women are hounded by the unfounded stereotype of the frivolous spenders whose lattes are to blame for the wealth gap. And when something like, say, a global pandemic happens, we’re the first to have jobs cut and the last to re-enter the workforce. It's no wonder money is a source of anxiety and a barrier to equality for so many of us.
But what if money didn't mean restriction, and instead, choice? The ability to luxuriously travel, quit toxic jobs, donate to important organizations, retire early? The freedom to live the life you want, and change the world while you do it?
Tori founded Her First $100K to teach women to overcome the unique obstacles standing in the way of their financial freedom. In Financial Feminist, she distills the principles of her shame- and judgment-free approach to paying off debt, figuring out your value categories to spend mindfully, saving money without monk-like deprivation, and investing in order to spend your retirement tanning in Tulum.
You will learn:
- Exercises to help you understand your current relationship with money, figure out what you want to change, and how to make that happen
- How to decide on your investment goal, and discover the three steps to meeting it
- Learn how to source the data you need to negotiate the money you deserve
Featuring journaling prompts, deep-dives into the invisible aspects of the financial landscape, and interviews with experts on everything money—from predatory credit card companies to the racial wealth gap and voting with your dollars—Financial Feminist is the ultimate guide to making your money work harder for you (rather than the other way around.)
Om denna bok
Financial Feminist av Tori Dunlap är en Danskt band bok med 320 sidor på Engelska. Den utgavs 2023 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Financial Feminist begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780063260269
Upplaga:
0
Utgiven:
2023-01-05
Förlag:
Gardners Books
Sidantal:
320
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>